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

    AAC Znote problem creating account

    thanx Raggaer, worked like a charm =)
  2. Manigold

    AAC Znote problem creating account

    yes ,i'm using sha1 encryption , and yes the ports are open correctly , i think its really something with the server(using a downgraded version) , there's some way to make znote save the account login in the column 'id'? i'm using this distro, if someone want to take a look: tryller/otserv
  3. Manigold

    [8.0] Paxza, Kummerack or Swelution?

    why don't you mix the maps ? ( and add yurots map too :P )
  4. Manigold

    AAC Znote problem creating account

    Hello , i'm having a little problem with znote (i'm using a server based on tfs 0.3 Crying Damson). When a create a new account by the aac, the account number is saved on the column 'name' in the database instead 'id' , so i can enter the new account on the site ,but i can't login on the game...
  5. Manigold

    TFS 1.X+ Compiling 8.0 downgraded tfs

    I compiled without warnings whith visual studio 2015 .But maybe this helps you: Compiler Warning (levels 3 and 4) C4244 This is a good distro but have a crash when you start login and logout and i don't know how to fix :(
  6. Manigold

    C++ crash tfs 1.2 downgraded by Ninja

    Thanks for your reply bro , i'm gonna test right now Edit : still crashing with default data Edit 2: It does not happen if I use otclient instead normal client
  7. Manigold

    C++ crash tfs 1.2 downgraded by Ninja

    Hello i'm using the tfs 1.2 downgraded to 8.0 by ninja and it's crashing frequently, happens when i loggin (but not all the time) . Here's some pics ( i'm not a programmer so i don't know if that helps ). Hope someone can help-me =) ahhh here's the sources if someone need to take a look...
  8. Manigold

    Add message when player is defeated

    Nvm, find out by myself =), close please. Edit : Sorry i forgot to add the answer :p , here's my working script, actually i changed for a better one *--* function onLogin(cid) cid:registerEvent("Arena_Death") return true end local arena = { from = {x=121, y=33, z=10}, -- left top corner...
  9. Manigold

    Add message when player is defeated

    i'm using a pvp arena scrip, and works fine , but i want to add a message when player is defeated , and to the player who won , like: MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You defeated (player name) . MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You where defeated by (player name) . Someone can help me...
  10. Manigold

    how to show attributes on rings?

    <attribute key="showattributes" value="1" />
  11. Manigold

    Znote - Account Information

    It´s possible to make znote show real name and location on characters page? like on gesior
  12. Manigold

    TFS 1.2 BANS FOR EXCESSIVE PLAYER KILLING

    Please close this tread ,already fixed by myself
  13. Manigold

    TFS 1.2 (8.0 Ninjalulz) ban question

    nvm fixed with this creaturescripts/scripts/playerdeath.lua local deathListEnabled = true local maxDeathRecords = 5 local killsToBan = 6 local killsBanLenght = 3 function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local playerId = player:getId()...
  14. Manigold

    TFS 1.2 (8.0 Ninjalulz) ban question

    thanks for your answer , you don't need to hurry about the script ;)
  15. Manigold

    TFS 1.2 (8.0 Ninjalulz) ban question

    I realize no one gets banned for excessive player killing , and there's no option on config.lua about bans.Someone know if is possible to fix it? thats the version i'm using GitHub - ninjalulz/forgottenserver at 8.0
Back
Top