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

LF RaF grant level plugin

happyfriet

Active Member
Joined
Jan 14, 2013
Messages
1,271
Reaction score
19
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?
 
You can try this... I don't have a RAF to try it out on.

Settings will allow you to set the timeout.
 

Attachments

Back
Top