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

    Lua Compare sql result with null

    Hi, Anyone can tell me how should I compare a result of a line on DB to null? For example: db.getResult("SELECT `id` FROM `accounts` WHERE `id` = "74712885";") This will return NULL on mysql, how should I verify this with an if? I'm trying like this: local status = db.getResult("SELECT...
  2. G

    Lua Script give random exp?

    I'm trying do a script to do this: In a random time, for example, for each 10 seconds it will give a random experience between 5k and 10k. I tried and failed, as have someone help me please? I'm so bad with lua. Thank you!
  3. G

    Lua Anti Dupe Help

    Hello everyone! I'm trying to put an anti dupe system on my server. But I dont understand about that. What I need to know are: How to delete items with same ID? My shop.lua provide the name and ID of a item(code below) but how to delete items with same id? -- ### CONFIG ### --...
  4. G

    Lua See IP

    Hello! Sorry for my bad english but I have a question: My CM and my GM are seeing the IP of all, can I take away this permission? Thanks!
  5. G

    Lua Debug

    Olá! Quando tem em um stack muita gente fazendo muita coisa tipo: Usando pot + Antipush + Magias + rodando = debug Precisa de umas 10 pessoas fazendo pra debugar.. As pessoas estão fazendo isso e matando os outros no meu servidor, o que faço? Obrigado...
  6. G

    Gesior World_Id

    How to do 2 websites on same computer? Not 1 website to 2 servers.. I need 2 websites to 2 servers.. Separate by folders.. But When I will config.php happen this.. Server 1: $config['site']['worlds'] = array(0 => 'Server 1'); Works perfectly But Server 2: $config['site']['worlds'] =...
  7. G

    How to Multiworld to not same database?

    I wanna really know how to open 2 servers on 1 computer and on 2 differents databases. How to do that? Thanks !
  8. G

    Problem with war system by Elf

    Hello! Im using war system by elf and I have a problem. When the guilds are in war, and one guild are losing. The one that are losing leave guild and the war are canceled... how to fix that ? Help pls! Thanks! Sry for bad english!
  9. G

    Bug Skills

    Hello. I'm having one problem on my server. The problem are: In game, have a player with ML 132 and no change more, no one %. And site show ML 131, and database too. The same happen with other character, but are on skill of sword. Isn't bonus of item. Help me please! Thanks!
  10. G

    Lua Exp extra

    Hello all. I came here because I have doubts in a script. My server has Extra Exp for VIP players (30%), this script: function onLogin(cid) local rate = 1.3 -- 30% local config = { vip = "Você tem "..((rate - 1)*100).."% de exp a mais agora!", notvip = "Tornesse vip e ganhe "..((rate -...
  11. G

    Lua Help with Bonus Exp

    Olá. Tenho um servidor e estou com o seguinte problema. Um player vip ganha 30% mais de exp. Um player que conquistou o castelo de guerra, ganha 20% mais de exp. Se um player é vip e conquistou o castelo, ele ganha apenas 30% de exp (que é so vip). Como fazer pra que ganhe os 50%? (30% vip + 20%...
  12. G

    Gesior Time bug?

    Hello! I have problems with my Gesior, anyone can help me please? *The creation date are 1969.. O.O" *Vip time arent right.. I put 30 days and appear 415641981 days... Anyone help me PLEEEEEASE! Thanks!
Back
Top