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

    AAC MyAAC - Highscores Box

    up
  2. DukeeH

    Rebirth on Highscores

    You need to give us your reborn script, is it on storage? on database?
  3. DukeeH

    Lua Adding Magic Level to items [INGAME]

    Haven't tested, but they kinda 'deEquip' when they drop the item, so, they won't keep the magic level.
  4. DukeeH

    AAC MyAAC - Highscores Box

    Hello, I've highscores box working, with outifits... It's like this: Screenshot But the text could be higher, like beside the outfit, it's going down and i've tried everything to make it better. Align, margin... On gesior I had a similar setup and the text was higher Someone that understands...
  5. DukeeH

    AAC Confirm Payment

    Pagseguro System ^o) This is old, but I think it still works. If it doesn't, check tibiaking, there are some newer ones there.
  6. DukeeH

    OTClient how to create multi client? 8.6

    He probably want's to create a custom client with his ip and mc.
  7. DukeeH

    TFS 1.X+ DBInsert storageQuery Error

    I know is not what you asked, but why not setting storage on creaturescripts login?
  8. DukeeH

    AAC MyAAC - Show outfit on Highscore box

    Thanks. www/system/functions.php At line 993: $players = $db->query('SELECT `id`, `name`, `level`, `experience`,`looktype`,`lookaddons`,`lookhead`,`lookbody`,`looklegs`,`lookfeet`' . ($is_tfs10 ? '' : ', `online`') . ' FROM `players` WHERE `group_id` < ' ...
  9. DukeeH

    AAC MyAAC - Show outfit on Highscore box

    Hello, I'm looking for a way to show player's outfit on highscore box using MyAAC (0.8-dev). Used to use Gesior, changed the code a bit but it's not working <img...
  10. DukeeH

    forgottenserver tfs 1.3

    Database config or broken dll probably Run exe with cmd was meant to not close automatically, and you cold check what was the error.
  11. DukeeH

    TFS 0.X Sources GetStorage. (Critical)

    1> weapons.cpp 1>..\weapons.cpp(364): error C2664: 'bool Creature::getStorage(const std::string &,std::string &) const': cannot convert argument 1 from 'int' to 'const std::string &' 1> ..\weapons.cpp(364): note: Reason: cannot convert from 'int' to 'const std::string' 1> ..\weapons.cpp(364)...
  12. DukeeH

    TFS 0.X Sources GetStorage. (Critical)

    Hello @ochmar, sorry for taking so long, wasn't able to login last days. I didn't have getStorage on any of those files, so I did it before (bool Player::setStorage) And the weapons (testing on fist) is like this: bool Weapon::useFist(Player* player, Creature* target) { const Position&...
  13. DukeeH

    TFS 0.X Sources GetStorage. (Critical)

    I need to get the value on storage 48901, I've saw some exemples and I don't get how to get the value of the key storage, so the examples I saw were like this. I know it returns string, but I saw that thing to convert from string to int. I want to get "how many" storage of key 48901 player got...
  14. DukeeH

    TFS 0.X Sources GetStorage. (Critical)

    Hello, after some search I think that it isn't possible to make critical/dodge perfect by onstatschange using 0.3.7/otx2. Problem: StatsChange Defenses (absorbPercentAll / armor) So I'm trying to do it by sources by myself, using tfs default crit system part, because I don't use it, I got...
  15. DukeeH

    TFS 0.X Exausted SSA/Might Ring

    [Creatureevent] onMoveItem(cid, item, count, toContainer, fromContainer, ...) @eyez add this function to sources. Use this (creaturescripts.xml): <event type="moveitem" name="MoveItem" event="script" value="ringamulet.lua"/> creaturescripts/ringamulet.xml: local storage = 61894 local...
  16. DukeeH

    Compiling (8.60) The Forgotten Server 1.2

    Give me your quests.lua
  17. DukeeH

    C++ Wrap System gith 1.2 tfs

    wrapping furniture event by Zbizu · Pull Request #2033 · otland/forgottenserver · GitHub These were the commited files...
  18. DukeeH

    Compiling (8.60) The Forgotten Server 1.2

    add the text, doesn't delete anything.
Back
Top