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!

LF RaF grant level plugin

happyfriet

Active Member
Joined
Jan 14, 2013
Messages
1,271
Could anyone help me with a plugin that spams the following Lua while leveling

PHP:
Lua.DoString("GrantLevel("party1");");
Lua.DoString("GrantLevel("party2");");
Lua.DoString("GrantLevel("party3");");
Lua.DoString("GrantLevel("party4");");
Lua.DoString("GrantLevel("party5");");

Lua.DoString("AcceptLevelGrant();");


every 1 or 2 minutes ?


Thank you very much
 
Last edited:
I've seen that one yea, that would only do the lua on start/stop and not on timer

I'm getting there with profile making, but I'm hopeless with plugins :(
 
Could anyone help me with a plugin that spams the following Lua while leveling

PHP:
Lua.DoString("GrantLevel("party1");");
Lua.DoString("GrantLevel("party2");");
Lua.DoString("GrantLevel("party3");");
Lua.DoString("GrantLevel("party4");");
Lua.DoString("GrantLevel("party5");");

Lua.DoString("AcceptLevelGrant();");


every 1 or 2 minutes ?


Thank you very much

Just to specify, is that really "&quote;" or did the php code mess that up?
 
Back
Top