View Full Version : Spell buyer
lamehd
05-24-2016, 05:23 PM
Just something to throw out in the open, I hate buying spells when I make a new char. would be nice if someone made a working script to buy all spells at a certain lvl. I know this is something very easy to do but just gets annoying typing all the technical names of the spells to buy them. This could also really help if someone was trying a new vocation and didn't know what ones were important and not important to get.
Trykon
05-24-2016, 07:06 PM
I'll take it in mind :D and put this on the list of waiting scripts to write
lamehd
05-25-2016, 11:31 PM
You sir are a good man. Best of luck with it I'm sure it would draw a lot of attention in. LMK if you get anything wrote up for it.
Oscagi
05-26-2016, 05:22 AM
You sir are a good man. Best of luck with it I'm sure it would draw a lot of attention in. LMK if you get anything wrote up for it.
U have to add a banker for withdraw money, and then make the waypoints to go at the npc, and use this label.
Anyway u have to check the names on wikia or smth for put it on the table spells. (idk if this will help you xd.)
spells = {"healing spell", "healing spell2", "healing spell3"}
elseif label == 'Buyspells' then
Self.Say("Hi")
for i=1, #spells do
Self.SayToNpc({spells[i], "yes"}, 70)
end
end
end
Trykon
05-26-2016, 09:37 AM
But he wanted it automatized to just set it and go, so there should be all spells for all vications with their lvl
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.