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

    [Gesior AAC] Equipment Shower + Quest + Hp/Exp Status v3

    change: http://otland.net/images/items/ to /images/items/ on the characters.php
  2. DukeeH

    Lua Error - GlobalEvent Interface !! important

    Temple: function onTime() > function onTimer() Init: change the "db.executeQuery" by "db.escapeString"
  3. DukeeH

    How to make this line accept spaces.

    if (!preg_match('/[^A-Za-z]/', $_POST['other_char'])) { it isn't accepting spaces (it's a change name on website shop) how to fix it? nevermind. if (!preg_match('/[^A-Za-z ]/', $_POST['other_char'])) {
  4. DukeeH

    MoveEvent Inq portals(with orange text, storages to use main room and creating boss portals)

    no, i don't want to remove it, on my script i can enter tp without the energy. i wanna fix it ;x
  5. DukeeH

    MoveEvent Inq portals(with orange text, storages to use main room and creating boss portals)

    bump. no energy required to enter main room tps script /\
  6. DukeeH

    Changing Skill Names?

    custom client + source edit.
  7. DukeeH

    The best VIP system ever! [Action/Movevent/Globalevent]

    <item id="116" article="a" name="Vip Medal"> <attribute key="description" value="One month of vip if you use it." /> <attribute key="weight" value="3500" /> </item> Actions: <action itemid="116" script="vipmedal.lua"/> vipmedal.lua function onUse(cid, item, fromPosition, itemEx...
  8. DukeeH

    MoveEvent Inq portals(with orange text, storages to use main room and creating boss portals)

    there are any t. :s script: local config = { bosses= { [1001] = {pos={x=171, y=561, z=13}, value=1, text="Entering The Crystal Caves"}, [1002] = {pos={x=313, y=474, z=13}, value=2, text="Entering The Blood Halls"}, [1003] = {pos={x=286, y=363, z=13}, value=3, text="Entering The Vats"}...
  9. DukeeH

    The best VIP system ever! [Action/Movevent/Globalevent]

    bump, medal pleaaaaaaase.
  10. DukeeH

    How to make "skill doll"?

    bump.
Back
Top