This came from Runuo and having problems with looting rights throw error for line 265

Hackiem - Today at 4:45 PM
servuo wants 2 expresions at 265
Line 265; no overload for methob 'getlooting Rights'' takes 2 Arguments

Has anybody changed this or have a fix to get it to work with ServeUo ??
 

Attachments

  • Kotoamatsukami.7z
    5.6 KB · Views: 2
  • Kotoamatsukami.cs
    15.9 KB · Views: 5
Latest ServUO does not want any parameters. Try it as just GetLootingRights()

So, code:

Code:
List<DamageStore> rights = this.GetLootingRights();
 
Back