View Full Version : Magic lever trainer help
DrozdaD
07-06-2016, 06:54 PM
Hello guys
I need scripts who stay in shop and buying mana potion, use utana vid and have anty kick please help i try to use other scripts but dont work
Trykon
07-06-2016, 07:10 PM
https://www.dropbox.com/s/fdrumo3xsz5xrgf/manasitter.lua?dl=0
just change spells and pots in lua
enjoy
bollingeralx
04-16-2017, 04:23 AM
it doesn't sell vials back to vendor Trykon
Trykon
04-16-2017, 08:31 AM
it doesn't sell vials back to vendor Trykon
well as long as cipsoft didn't delete option to sell vials by talking vial->yes then it should sell them
luishoshino
05-16-2017, 04:26 AM
eu queria um script pra treinar ml entre em contato comigo, pao por ele !
Trykon
05-16-2017, 09:55 AM
well I was using this on hexera recently and it is working so stop complaining xD
luishoshino
05-22-2017, 09:50 PM
trykon esse script de ml é bom porem ele n esta vendendo os vials ,sabe pq ? esta vial (sim).N TEM CONFIGURAÇAO DE BP OU NPC CERTO
Trykon
05-23-2017, 09:59 AM
I le dont le speak le spanish... english please
will1287
08-04-2017, 02:37 AM
Hey Trykon thanks for the script. Im just having one issue with it since i plan to use it in shivera. My char keeps getting muted. Do you know where i have to make the change? I dont know what to edit on the lua.
Trykon
08-04-2017, 08:10 AM
Hey Trykon thanks for the script. Im just having one issue with it since i plan to use it in shivera. My char keeps getting muted. Do you know where i have to make the change? I dont know what to edit on the lua.
thet means you speak too fast... well it means that on that ots you probably cannot spam spells for a longer period of time
I dont think there is any work around
you probably need to just way through mute time or eventually set wait time higher
Module.New("manaburn", function(module)
if(Self.Mana()>700) then
Self.Cast("utana vid")
Self.Cast("exura vita")
else
Self.UseItemWithMe(ManaPotion)
end
module:Delay(200) -- this is the value you change if you want to have bigger spaces between casts
end)
Samoxx
12-25-2017, 12:26 AM
I think this below code can help you something
Samoxx
12-25-2017, 12:29 AM
local ManaPotion = "Great Mana Potion"
Module.New("manabuy", function(module)
if(Self.ItemCount(ManaPotion)<50) then
Self.SayToNpc("Hi")
wait(200)
Self.SayToNpc("Trade")
wait(200)
Self.ShopBuyItemsUpTo(ManaPotion, 100)
wait(100)
end
module:Delay(1000)
end)
Module.New("manaburn", function(module)
if(Self.Mana()>1000) then
Self.Cast("Utana Vid")
Self.Cast("Exura Vita")
else
Self.UseItemWithMe(ManaPotion)
end
module:Delay(20)
end)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.