Miauw
11-17-2015, 06:01 PM
Hi im requesting if anyone has an script to leave my character by the river fishing and doing runes !
Joshwa534
11-17-2015, 08:45 PM
Hi im requesting if anyone has an script to leave my character by the river fishing and doing runes !
Updated a very old script, hope it works:
--[[ CONFIG ]]--
local runeInfo = {
["name"] = "Sudden Death",
["words"] = "adori gran mort",
["mana"] = 985,
["soul"] = 5
}
Module.New('runemaker', function(module)
if Self.ItemCount(3147) > 0 and Self.Soul() > runeInfo.soul then
if (Self.Mana() > runeInfo.mana) then
Self.Say(runeInfo.words)
module:Delay(10*1000)
end
end
module:Delay(10*1000)
end)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.