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

    War System problems

    aha, but have you inject the SQL codes ?:p
  2. Zalroxx

    War System problems

    one more question. Which guildwar system u use ?
  3. Zalroxx

    Check what type of floor it is...

    It's not hard to open the map in a map editor ? :D
  4. Zalroxx

    Help with donation on website

    in the top of buypoints.lua it stands $config['paypal_active'] = false; #active paypal system? change it to $config['paypal_active'] = true; #active paypal system?
  5. Zalroxx

    Windows Donation doesnt add item to player

    add this in globalevents.xml <globalevent name="shop" interval="30" event="script" value="shop.lua"/> then add this in globalevents/scripts/shop.lua: -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between...
  6. Zalroxx

    War System problems

    try write /war invite, guildname, frags
  7. Zalroxx

    corpse bug...

    try to add those in items.xml <item id="11274" article="a" name="dead lizard dragon priest" /> and <item id="11317" article="a" name="dead draken spellweaver" />
  8. Zalroxx

    Solved 403 - Forbidden

    What are you using ?? lighttpd or apache2 ?
  9. Zalroxx

    War System problems

    What did you write when you tried to accpet the war? you should accept war with this command: /war accept, guildname
  10. Zalroxx

    Lua Animated text

    i use this and it's work "doSendAnimatedText(getPlayerPosition(cid), "Text", TEXTCOLOR_BLUE)" if it's like that u mean :P
  11. Zalroxx

    account begins with three days vip

    in config.php (if use gesior) there is a newplayer_premdays write how many vip days u want and use this SQL command UPDATE accounts SET premdays = 1000; or how many prem days you want
  12. Zalroxx

    Linux How to kill a screen session?

    i use CTRL+V :P
Back
Top