Jump to content
Sign in to follow this  
FapFap

Auto Rates

Recommended Posts

cha_timer:

if  (DoubleExp == true) then
	EXP_RAID = 20                                    -- Rates x2
	MF_RAID = 30
	TeamExp_RAID = 30

	else

	EXP_RAID = 10                                    -- Real rates
	MF_RAID = 15
	TeamExp_RAID = 15
end

add it at end of variable.lua :

DoubleExp = false

to activate:

with command gm lua_all

&lua_all DoubleExp = true

to deactivate:

&lua_all DoubleExp = false


Im having a problem that this function is not working.. no errors at lua_err.txt

Does anyone have a better version of this?
i want to activate / deactivate whenever i want with cmd

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...