• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

NPC Rent Mounts!

When i import to RME it Import the .xml succefull but i dont find the NPC....
 
Didnt get when u said this:
first:

if the function that checks if you have the mount is 'canPlayerRideMount' or 'getPlayerMount' case is 'getPlayerMount' exchange:

canPlayerRideMount(cid, ret.mountid) by: getPlayerMount(cid, ret.mountid)

second:

the time interval in the globalevents tag, in my server was in mile seconds:

interval = "60000" - if your server not is in mile seconds, replace 60000 by 60.

and i get this :
upload_2013-11-17_19-58-48.png
 
Man, I got errors :/ :
16lmvlx.jpg

Can you help me to fix this??
 
In the mod line 28, change "CheckRentMount(on)" to
Code:
CheckRentMount(on[i])
 
good work, will it work in version 10.98?
you could add vip requirement too.
for example:
Code:
["war horse"] = {price = 10000, days = 2, mountid = 17, level = 10, premium = false, vip = false, storage = 500561},

would serve with just adding: vip = true or false to the code?
 
Back
Top