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

    [Gesior] Step 2 Unusual problem and a Question.

    At the second step at the gesior's aac, using the lastest one from github and TFS 1.0 pure, from github aswell, I'm getting this error: The line at install.php é: And in configphp it's simply a getter for the key...password of the mysql from the config.lua I'm not a MySQL wiz, I just...
  2. R

    Feature Password protection :D

    It's an old cold of mine, but since i'm using a "remote control" to the dedicated server, its kinda handy, cuz i connect via IP, wich the players can use the very own of the server... it's simple :P just put it anywhere in otserv.cpp between the "loading echos" or before, wtver suits u: i left...
  3. R

    Feature Level Diference Protection PVP

    Well, its like if i'm 20 lvls different from ya, you can't attack me, it used to exist, since i have a pvp-e i needed it so i make this one, here it goes: in configmanager.cpp, below: m_confNumber[MAX_PLAYER_SUMMONS] = getGlobalNumber(L, "maxPlayerSummons", 2); add...
  4. R

    Compiling Dev-C++ debugger!!

    god i turned on debugin mode, the worst error in my life, now my exe got god dang 56 mbs!!! and i just can't turn it off, its laggin everythin!! i tried everythin in compiler options, it just don't go alway! i removed most of #if __DEBUG__ to decrease the lag, but it stills laggin up the...
  5. R

    CreatureEvent Anti Multi-Client

    Yes, it will block, router users, lan users whatever shares the same hub/router, the same IP. i pretty much used the elf code to MC check, but since there is no code for this...i've added a little text aswell, here it is : function onLogin(cid) local list = {} local ips = {} local...
  6. R

    Solved Loss config, yes i've searched around.

    well so far i've tried lots of things to set my player loss of exp/ml/skills bla bla bla...none worked heres the list: (i use tfs 0.3b3) NOT SURE WHERE TO PUT AND HOW.... use onDeath() creature event. Updating SQL DATABASE: Worked but just for already created players.... i've...
  7. R

    Solved [Help(to fix||finish)] Anti Multi-Client(mc) feature [8.4]

    First of all, i'm sorry of my very first post is a help one, but i was retired with OTs...now i see this is the newest hotspot of c++ . . . so here we go! ;) i was trying to figure out some sort of anti-mc in lua, cuz the codes i've find, i mean insource ones... are too old... :o this...
Back
Top Bottom