• 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!

Search results

  1. RavagerOT

    8.60 Combine Item Issue

    I will explain the full script and then show you how to add more items to it function onUse(cid, item, fromPosition, itemEx, toPosition) local upgmaterial = 2488 -- Material ID to upgrade to Result ID local upgresult = 7891 -- Result ID from upgrading if itemEx.itemid == upgmaterial then -- If...
  2. RavagerOT

    [Noob Help] Item Combiner

    function onUse(cid, item, fromPosition, itemEx, toPosition) local upgmaterial = 2487 local upgresult = 2466 if itemEx.itemid == upgmaterial then if getPlayerItemCount(cid, upgmaterial) > 1 then doTransformItem(itemEx.uid, upgresult) doPlayerRemoveItem(cid, upgmaterial, 2)...
  3. RavagerOT

    Solved How to solve it? npc

    No problem ;)
  4. RavagerOT

    Solved How to solve it? npc

    Sounds like you deleted the npc from the (data/npc) but it is still in the map, try deleting it from the map if you did delete it from (data/npc) try this and see how it works out.
  5. RavagerOT

    Windows Not valid packet size

    I've had this problem before, I fixed it by opening my ports to 7171 and 7172 in both inbound and private ports. You probably only opened 7171 for them. Hope this helps ;P
  6. RavagerOT

    Monsters do damage to eachother

    This might sound stupid but I cant seem to figure out how to stop the monsters from damaging eachother with their waves/aoes. Anybody help?
  7. RavagerOT

    LMS globalevent Time problem

    globalevent intervals use seconds not miliseconds, so you would want 10 minutes for each tp = 600 in the interval
  8. RavagerOT

    [CLOSED] Ravager OT 8.6 [CUSTOM FEATURES]

    ima get a new hard drive soon and open a new ot i got alot of new and different ideas ;P
  9. RavagerOT

    [CLOSED] Ravager OT 8.6 [CUSTOM FEATURES]

    Welcome to RavagerOT 8.6! Launch Date: July 17, 2014 IP: ravagerot.hopto.org Port: 7171 Client: 8.60 1-999 = x90000 1000-1999 = x80000 2000-2999 = x70000 3000-3999 = x60000 4000-4999 = x50000 5000-5999 = x40000 6000-6999 = x30000 7000-7999 = x20000 8000-8999 = x10000 9000-9999 = x5000...
Back
Top