What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question about the leaguestone plugin

Toroxors

Member
Joined
Apr 12, 2014
Messages
62
Is there any way (through the means of any plugin or setting) to get this leaguestone plugin to ignore magic leaguestones compeltely and only run white leaguestones?
 
open LeaguestoneEx.cs and add:

Code:
using Loki.Game.GameData;

add in line 15:

Code:
if (stone.Rarity == Rarity.Magic)
     return true;


thx to exvault for this.
 
I get an error when trying to add that line. "error CS0103: The name 'Rarity' does not exist in the current context"
 
Is there any way (through the means of any plugin or setting) to get this leaguestone plugin to ignore magic leaguestones compeltely and only run white leaguestones?
hi, how you can use leaguestone plugin? i try to use it, but the error information is : Leaguestone plugin does not support oldRoutine.
 
Back
Top