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

    Website. Outfit picture dont work.

    Thanks! Looks good :) you know how to change the brown color? I cant find anything about that... I mean the dark brown, behind "World Information" and "Player Casting". Thank you ninja! World Information World Information
  2. ohman

    Website. Outfit picture dont work.

    Thanks!! its working. But I have a question, now the outfit comes down in the right corner, is there any way to center it? Ty!!
  3. ohman

    Website. Outfit picture dont work.

    Hi! I got a new cast.php that showes all players that is casting at the moment. The code should show the outfit on the website, but its not working. Here is the cast.php: http://pastebin.com/YbmdXYEm In my characters.php I have this code and its working: In the cast.php I have this: I...
  4. ohman

    How to get full map in-game?

    It would be nice if someone with the skills could make this program!
  5. ohman

    How to get full map in-game?

    Hi! Is there any way to get all map ingame? from map.otbm? Thanks!
  6. ohman

    SQL , reset player_items as all "player samples".

    I think its more work chaning a first item script than find someone that know how to do this :p haha. But send me the script, can I choose in what order the items in the backpack should be? EDIT: rev 0.3.7 5969
  7. ohman

    SQL , reset player_items as all "player samples".

    I know I can do that. But I would like to try this first. It cant be impossible?
  8. ohman

    SQL , reset player_items as all "player samples".

    Yes! I have around 500 character created on my server. I have made a reset now, all characters level 8. At first they had the same eq as before the reset. But then I deleted "player_items". Now all characters have 0 items. But I want them all to get for example a backpack, a rope, eq and more...
  9. ohman

    SQL , reset player_items as all "player samples".

    Hmm, what do you mean? Please explain better. Now I just got vocation sample. I can edit them by logging in and change the items. No problem, and then all new players will get these items, but all the players that allready got a character will have zero items. How to make them all get as the...
  10. ohman

    SQL , reset player_items as all "player samples".

    HI! I want to reset all players on my server. I want them to have the same eq they had when they first logged in to the server. How to do this? I did this to reset all simple stuff: Is there any way to add x items to all player with x vocation? I know how to delete all items but that is not...
  11. ohman

    Solved Snow/ice is bugged, 0.3.7 5969.

    Thanks man!! its working :D
  12. ohman

    Solved Snow/ice is bugged, 0.3.7 5969.

    I still have this problem. I have changed the itemb.otb, I have tried many of them, still having the same problem. The ice does not change often to snow. Idk when or why. Anyone? thanks EDIT: this only happens when a monster walks on ice to snow and then dies on the snow. Then the ice that he...
  13. ohman

    Debug when joining cast if "Cast channel" is open.

    Here is the spectators.cpp http://pastebin.com/dSvfTEAT I just want to fix this bug.. Im not good enough to add a new cast unfortunately.
  14. ohman

    Debug when joining cast if "Cast channel" is open.

    I'm talking to him. He cant solve it unfortunately :/ We need an expert!
  15. ohman

    Debug when joining cast if "Cast channel" is open.

    Yes it is. Is there any way to fix this? Thanks!
  16. ohman

    Debug when joining cast if "Cast channel" is open.

    With "cast channel" I mean the channel where the spectators and the caster can chat with eachother. Hi! I have a problem! When a caster has the "cast channel" open, all players that join the cast gets debug. I use 0.3.7 rev 5969. The strange thing is that a custom client that my friend is...
  17. ohman

    Lua Addoner npc, keep buying addon if player says "yes"

    It dont work :/ This code allready exist in the script. This also allready exist. Look at the link in the first post ^^
  18. ohman

    Lua Addoner npc, keep buying addon if player says "yes"

    Thanks for your reply! But it didnt work :S if(getPlayerMoney(cid) >= addoninfo.cost) and (items_number == table.maxn(addoninfo.items)) then doPlayerRemoveMoney(cid, addoninfo.cost) if table.maxn(addoninfo.items) > 0 then for i = 1...
  19. ohman

    Lua Addoner npc, keep buying addon if player says "yes"

    Hi! I got this addoner NPC. When a player buys "first nobleman addon" and then "yes" he gets the addon. And right after the player writes "second nobleman addon" and the NPC answers "Not interested? Maybe other addon?" and if a player says "yes" he will buy first nobleman addon again. "Easy...
  20. ohman

    Stealth ring and "utevo res ina" in battle event, how to unable?

    Ok, I appreciate it!! thanks :) I fixed it!! haha, in 10 minutes it was around 1~ sec to slow. I can live with it :) Is there any bad by doing like that? Thanks!
Back
Top