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

Search results

  1. JDB

    Lua Npc error

    Remove one. -JDB
  2. JDB

    [PHP] Spacing?

    Thanks Cykotitan. I could use more help with other sub menu's as well...can you get on MSN?
  3. JDB

    [PHP] Spacing?

    What I want is space as in the following picture: I want what's on the left, currently I have what is on the right. The spacing between all of the text is ALSO completely wrong...
  4. JDB

    [PHP] Spacing?

    I didn't know if there was just a way to tab a whole PHP file's content instead of using   every single time. It gets frustrating for me because I am already bad at coding PHP, but then I always have that problem with the text never aligning up properly and it doubles my time spent trying...
  5. JDB

    [PHP] Spacing?

    Hey OtLand, I have been coding PHP very slowly but surely because I have been unable to find help. Is there another way to do this? ---> Method Now: Copy/Paste/Edit Time is killing me at the moment. It takes me one, maybe two hours to make 1 php file depending on the length of the text. <_<
  6. JDB

    OT Giveaway - Multiple Accounts - Multiple OTs

    I'll join. Reason? I'm supportive! :thumbup:
  7. JDB

    Gaming [Refugia] My Tibian Life (RP/MS/EK)

    He's on all day long. No life! :ninja:
  8. JDB

    Monsterpack and spellpack for tibia 8.6 based on real tibia.

    When will this be updated Sentielo? The project you were working on is for sale now, so...does this change the time frame? Hope to see it updated.
  9. JDB

    Buying Rl tibia acc! [ISARA: 120+ ED]

    133, almost 134 druid in Refugia. Private message me with your offer, I can include cash + equipment for more money.
  10. JDB

    Tibia Talaturen's IP Changer

    I believe he never added it because of the rapid change to 8.61. 8.60 + 8.61 are both compatible on 3884, no?
  11. JDB

    Monster Can't Walk on Fields

    I have pretty much the same script, it seems to be fine. I don't know why yours is not working.
  12. JDB

    You are...

    You are just another FNG.
  13. JDB

    Ask Mister Dastan

    How desperate are you to attract attention, by making such a thread?
  14. JDB

    Monster Can't Walk on Fields

    Add this before "Voices" <immunities> <immunity fire="0"/> </immunities> 0 = false, or not immune. 1 = true, or is immune. Hope that helps. ^_^
  15. JDB

    paralyze axe

    I don't know if this will work, but you can try it. creaturescripts <event type="statschange" name="EVENT_NAME" event="script" value="SCRIPT_NAME.lua"/> local condition = createConditionObject(CONDITION_PARALYZE) setConditionParam(condition, CONDITION_PARAM_TICKS, 10000)...
  16. JDB

    Request 1 Script

    Because I obviously don't know how to script, right? Why do you criticize all of my posts? Just fix it if you know everything. Your post didn't even attempt to help this person. It should be considered spam.
  17. JDB

    [Tfs 0.3.6][8.60] Monster or Npc that doesn't attack players with StorgeValue.

    They don't know what they're talking about, I assume a post count is more important to most people than helping.
  18. JDB

    paralyze axe

    function onAttack(cid, target) function onStatsChange(cid, attacker, type, combat, value)
Back
Top