Matti96
Abyss
i made for you a faster way to get an AOL [Zielis Version]
It costs 20k and you can change it where it says 20000.
Also, if you want it to give another item, just change the "2173"
Write this in \data\talkactions\talkactions.xml
I don't tested it can someone test it?
ty

Code:
---script by Zieli---
function onSay(cid, words, param)
if doPlayerRemoveMoney(cid,20000) == 1 then
doPlayerAddItem(cid,2173,1)
else
doPlayerSendCancel(cid,"Sorry, but you don\'t have 20k")
end
end
Also, if you want it to give another item, just change the "2173"
Write this in \data\talkactions\talkactions.xml
Code:
<talkaction words="!buyaol" script="!buyaol.lua" />
ty
Last edited by a moderator: