Jump to content

Failed Compiling after Forcewipe

Pending 1.7.2

r0gi
r0gi

Posted

Failed compiling 'SkillTree.cs':

12/04 19:37:55 | 1. 'BaseDiggableEntity' does not contain a definition for 'SpawnLootListItem' and no accessible extension method 'SpawnLootListItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(SkillTree 44 line 18757)

  • Like 1
SunShine ツ

Posted

Same.
[20:19:09] > Requested 'SkillTree' for compilation

Madstayen

Posted

Same. Please can the dev please fix.

Failed compiling 'SkillTree.cs':
  1. 'BaseDiggableEntity' does not contain a definition for 'SpawnLootListItem' and no accessible extension method 'SpawnLootListItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) [CS1061]
     (SkillTree 44 line 18757)

Castiel the Shield

Posted

We are getting this error as well.

1. 'BaseDiggableEntity' does not contain a definition for 'SpawnLootListItem' and no accessible extension method 'SpawnLootListItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) [CS1061] (SkillTree 44 line 18757)

Failed compiling 'SkillTree.cs':

1. 'BaseDiggableEntity' does not contain a definition for 'SpawnLootListItem' and no accessible extension method 'SpawnLootListItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) [CS1061] (SkillTree 44 line 18757)

winslow3085

Posted

same here as well on my server.

Error while compiling SkillTree: 'BaseDiggableEntity' does not contain a definition for 'SpawnLootListItem' and no accessible extension method 'SpawnLootListItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) | Line: 18757, Pos: 44

IlIDestroyerIlI

Posted

Change 

var dItem = __instance.SpawnLootListItem(player) as DroppedItem;

to 

var dItem = __instance.SpawnItem(player) as DroppedItem;

And reload plugin

SunShine ツ

Posted

Not working. Still:  [22:00:31] > Requested 'SkillTree' for compilation

ClumsyZombie

Posted

6 minutes ago, IlIDestroyerIlI said:

Change 

var dItem = __instance.SpawnLootListItem(player) as DroppedItem;

to 

var dItem = __instance.SpawnItem(player) as DroppedItem;

And reload plugin

Worked for me thank you 

Madstayen

Posted

11 minutes ago, SunShine ツ said:

Not working. Still:  [22:00:31] > Requested 'SkillTree' for compilation

same

2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.1k

Files Sold

Total number of files sold.

3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.