script request.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Tyrismido
Posts: 14
Joined: Wed Oct 28, 2009 9:08 pm

script request.

#1 Post by Tyrismido » Mon Dec 07, 2009 7:51 pm

Hello , I was wondering how can I make my bot logout when my gold is under certian amount?
that would be really useful as I ad problems with that for some time.
Thanks.

raff
Posts: 96
Joined: Thu Jan 22, 2009 10:46 am

Re: script request.

#2 Post by raff » Mon Dec 07, 2009 8:58 pm

you could add this to onleavecombat in profile:

Code: Select all

local playerMoney = RoMScript("GetPlayerMoney('copper');");

if( playerMoney < 10000 ) then
player:logout();
end
this will log out you, when gold is under 10k

Tyrismido
Posts: 14
Joined: Wed Oct 28, 2009 9:08 pm

Re: script request.

#3 Post by Tyrismido » Mon Dec 07, 2009 11:52 pm

thanks alot taht helped much.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 11 guests