• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Emilek1343

  1. E

    [Poland][12.64] Giveria - [20.06.2021 - 16:00]

    The worst server I've been playing on. First thing: Favorization top players of the server. Admin do not punish for bot usage or bug abuse - top players. Try it on lower level. By the way, server full of lags, crashes and scams. I do not recommend
  2. E

    8.1 XML - Help with script

    Haha yeah! There's too many ideas but not much functions. I'm just having fun of it but sometimes scripts that should work - don't work. I tried to add loot notification but well.. I failed
  3. E

    8.1 XML - Help with script

    Thanks for help, unfortunately this script doesn't working. attempt to concantenate global 'param' ( a nil value) But I tried to edit this mine and this one working good: function onUse(cid, item, frompos, itemEx, item2, topos) if doPlayerRemoveItem(cid,2470, 10) == TRUE then item =...
  4. E

    8.1 XML - Help with script

    The same, can't sell it
  5. E

    8.1 XML - Help with script

    I have tried with your script in two ways: first: function onUse(cid, item, frompos, item2, topos) if item2.itemid == 2470 then doRemoveItem(item2.uid,1) doPlayerAddItem(cid,2160,100) elseif item2.itemid == 2487 then doRemoveItem(item2.uid,1) doPlayerAddItem(cid,6527,5) elseif...
  6. E

    8.1 XML - Help with script

    if item2.itemid == 2470 then doRemoveItem(item2.uid,1) doPlayerAddItem(cid,2160,100)
  7. E

    8.1 XML - Help with script

    Yes I did like you said : if item.itemid == 2470 but still getting this notification: You cant sell this item!
  8. E

    8.1 XML - Help with script

    Thanks for reply, of course + but I can't sell any item: You cant sell this item! I don't have any errors too
  9. E

    8.1 XML - Help with script

    Hello, I'm struggling with a script. Well I need help with: If possible - I want sell random items in count from 10 to unlimited. This script looks like this: local ItemId = 2470 < golden legs local Cost = 1000000 function onUse(cid, item, fromPosition, itemEx, item2, toPosition) if...
Back
Top