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!

ReloadRoutinesOnFileChange Question

BotSavesTime

New Member
Joined
Apr 13, 2015
Messages
2
Hi there,
i got curious about CC and got into a simple issue,
now i want to change my CC while im ingame so i dont have to restart the game each time i make a change
i changed the global setting
ReloadRoutinesOnFileChange in honorbuddy settings folder to True
for some reason whenever i make a change in the INitialize function it works after i save, for example if i add a new logging line i see it working in the console,
but whenever i make a change to the combat function it doesn't update, damn i feel the solution is easy but excuse me >.< couldn't figure it out.
Note: currently the code is working and im only trying to add logging lines for example
Logging.Write(Color.Orange, "Casting Nothing!");
there is no compilation errors it just doesn't update
thanks in advance
 
Back
Top