• 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. Croow

    [GESIOR2012]Problem with redeem a coupon system.

    Hello, I found that redeem a coupon system: https://otland.net/threads/gesior2012-redeem-a-coupon-system.236850/ ...and im trying to enter it on my server, but I got that error when trying to enter page where I can change a code for PP.. Parse error: syntax error, unexpected '[' in...
  2. Croow

    Gesior 2012, own outfits, own items..

    Hello, maybe I'm idiot, but I totally don't understand how I can host outfits and items on my own server. I downloaded Gesior additional scripts, but i don't understand what should I do with these files.. https://github.com/gesior/Gesior2012_Additional_Scripts Could someone help me with this?
  3. Croow

    Lua Player teleport function help.

    Hello I wrote this simple script: function onStepIn(cid, item) if item.actionid == 8000 then doPlayerSetVocation(cid,1) else doPlayerSendTextMessage(cid, MESSAGE_EVENT_ORANGE, "You have chosen fire emblemant!") end return 1 end but I don't have idea how I can do that player...
  4. Croow

    Saga script(?)

    Hello, im looking for script: -When player has storage 8000, 2 he is able to attack "saga monster", but if he has other storagevalue monster is ignoring him and he is not able to target/attack this monster.
  5. Croow

    Problem with magic effects limit.

    Hello, is it possible to have more than 255 magic effects in client? I mean when I overruns this number then effects repeat. Here is my magiceffect.lua function onSay(cid, words, param, channel) effects_count = 408 param = tonumber(param) if(not param or param < 0 or param > effects_count)...
  6. Croow

    Problem with Gesior ACC

    Hello I have problem with Gesior ACC. I mean when server is OFFLINE it's shows ONLINE and when server is ONLINE it's shows OFFLINE. My version of gesior is 2012, version of tfs 0.3.6. Before someone ask: Yes I tried change: $statusInfo = new ServerStatus($config['server']['ip']...
  7. Croow

    RME Map Editor doesn't see new items.

    Hello I have problem. My RME doesn't see new items. I added new walls, I tried find it by search option and also checked all lists with items and nothing. Any ideas? ver. 8.54
  8. Croow

    How to change ex. You advanced in "..sword fighting.."

    Welcome in my mini tutorial. I'll show you how to change name of skill displayed after "You advanced in ..." I'll use for example: "You advanced in sword fighting" I'm using for this TFS 0.3.6. First open your project file and choose tools.cpp. It should look like this: Then clik CTRL + F and...
Back
Top