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

    [7.6] Avesta

    Ferrus, I have a question. Any of the talkactions I've tryed is working. I think there is a problem when the OT try to get the params of a talkaction. Do you know how can I fix that?
  2. A

    Avesta

    That's easy. Just Copying it from TFS codes you can get it. In game.cpp search this function: bool Game::playerLookAt(uint32_t playerId, const Position& pos, uint16_t spriteId, uint8_t stackPos) In that function, above this: player->sendTextMessage(MSG_INFO_DESCR, ss.str()); Paste...
  3. A

    CreatureEvent Outfit onLogin

    Cybermaster. In Avesta I have a lua function called doCreatureChangeOutfit which allows the player to change the outfit. You could use that function instead of doSetCreatureOutfit. Just change this line: doSetCreatureOutfit(cid, outfits[voc_id], -1) To this: doCreatureChangeOutfit(cid...
  4. A

    Feature THE Players' REP++ System for 0.2

    Cybermaster, have you ever played in Alessya's Dream OTServer? This Rep System is EXACTLY ADream's rep system! Have you done it alone? It's incredible! Good work!
  5. A

    [Request] Push on players

    Thank you so much gesior! It works perfect! =) I just changed this: m_confInteger[PUSH_CREATURE_DELAY] = getGlobalNumber("pushCreatureDelay", 2 * 1000); To this: m_confInteger[PUSH_CREATURE_DELAY] = getGlobalNumber(L, "pushCreatureDelay", 2 * 1000); I'm using Avesta. I add you rep :) PD...
  6. A

    [Request] Push on players

    Okey, thanks slawkens... And... how can I change the Pushing Delay in an Avesta or TFS 0.2?
  7. A

    [Request] Push on players

    And... In Avesta 7.6 version? I've searched pushCreatureDelay in all my OTS files and that is not anywhere.
  8. A

    [Nicaw AAC] Send mail with HTML format

    Ok, I've solved it. It was just a line after the $body value. This is: $mail->IsHTML(true); Ok, so this post can be closed. Thank you.
  9. A

    [Nicaw AAC] Send mail with HTML format

    In the file modules/account_recover.php you can find the email wich is sended to the player who wants to recover his account number: $body = 'Dear player, This email is a response for your request to recover your account on http://'.$cfg['server_url'].'/ Your account number is...
  10. A

    [Gesior AAC] How to install it to an Avesta

    I'm trying to use the Gesior AAC that works with 0.2 in my Avesta 7.6. I've been comparing both config.lua. I've edite theese files: In all of them I've replaced this: $config['server']['sqlHost']; $config['server']['sqlUser']; $config['server']['sqlPass']...
  11. A

    Help with Gesior's AAC in AVESTA

    I'm trying to use the Gesior AAC that works with TFS 0.2 in my Avesta 7.6. I've been comparing both config.lua's functions. And I've edited theese files: In all of them I've replaced this: $config['server']['sqlHost']; $config['server']['sqlUser']; $config['server']['sqlPass']...
  12. A

    [Gesior AAC] How to install it to an Avesta

    I've seen another guy with the same problem. At the moment I'm using Nicaw... as allways. But I prefer Gesior's one. The only problem is that I can't install it. Could anyone explain me what files do I have to change?
  13. A

    Need help wih gesior installation

    I had the same problem some time ago and anyone answered me. Finally, I am using Nicaw.
  14. A

    [Gesior AAC] How to install it to an Avesta

    Please... I need it. :(
  15. A

    [Gesior AAC] How to install it to an Avesta

    Please... I would like to use that web in my Avesta... Could anyone help me?
  16. A

    Web 100% tibia rl rox

    only to TFS?
  17. A

    [Gesior AAC] How to install it to an Avesta

    I love Gesior AAC, and I would like to install it in my Avesta. I know it's for TFS, but I've tried it changing much of the functios it has to search in the config.lua, but it allways tells that the config.lua isn't a TFS's config.lua. ¿Do you know what do I have to change? Thanks :thumbup:
  18. A

    UNNAMED acc. maker 0.3.2 beta for Avesta [7.6]

    I can't edit my previous post :S I just wanted to add that I've changed all the "sqlType", "sqlHost", "sqlDatabase", etc. to "SQL_Type", "SQL_Host", "SQL_DB", etc.
  19. A

    UNNAMED acc. maker 0.3.2 beta for Avesta [7.6]

    Could you explain EXACTLY what files must be modified? I get this error trying to set the Server PATH: Warning: Error parsing D:/IXION/IXION/config.lua on line 22 in D:\xampp\htdocs\install.php on line 150 File config.lua loaded from D:/IXION/IXION/config.lua and it's not valid TFS config.lua...
Back
Top