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

    Auto recharge last arrow [0.4]

    Did u know what is the empty ID? I mean, to use: if getPlayerSlotItem(cid, CONST_SLOT_AMMO).itemid == Empty then Rather then: if(getPlayerSlotItem(cid, CHANGETHISTOARROWSLOTIFORGOTNAME)~=ammunitionId)then
  2. supergt

    [Debian]Installing library to compile OTClient - failed

    Just asking, because if the @Senzubean way not work, i'll use too
  3. supergt

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Do you gonna share your analytics? Hunting Analyser, Loot Tracker, Waste Analyse, Loot Analyser, Quest Tracker and Cyclopedia are the best stuffs added on tibia 11 in my opnion... I miss this on OTClient...
  4. supergt

    [Debian]Installing library to compile OTClient - failed

    Are u still using libssl1.0-dev?
  5. supergt

    [Debian]Installing library to compile OTClient - failed

    So how to use an older version of OpenSS library only for otclient and not for every other applications on the system?
  6. supergt

    [Debian]Installing library to compile OTClient - failed

    Did u compile a 0.4 sourcepack on new debian updated? I'm trying to do and got the same errors then topic authors
  7. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    Is anybody found a way to fix this?
  8. supergt

    OTServlist - Idle time

    3777/src at master · Fir3element/3777 · GitHub
  9. supergt

    OTServlist - Idle time

    Looking on status.cpp in 0.4 i found the function: getPlayersOnline() That i think count on otservlist... And i just found this function on game.h on line 219 forgottenserver/game.h at master · otland/forgottenserver · GitHub But that is so strange, did u know how to do it on 0.4 or could us...
  10. supergt

    CreatureEvent onTarget Interact with Npc

    I would like to use this too, if someone know how to convert to 0.4
  11. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    samething here... bump
  12. supergt

    [OTClient Mod] Spacebar Attack

    It should be on main otclient version.
  13. supergt

    Attack first/second Battle List OTClient

    I didn't finish this yet guys, idk how to do, i'm trying, but here is something maybe usefull i found on a mod: function Creature:getTargetsInArea(targetList, pathableOnly) --[[ TODO: Add flag operations for: * Closest creature * Furthest creature * Least health creature * Most health creature...
  14. supergt

    Attack first/second Battle List OTClient

    So nice idea, i'll implement this to my sister play, she is so slow to attack monsters XD (she is a kid) Is here to edit? otclient/battle.lua at master · edubart/otclient · GitHub
  15. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    bump bump bump bump
  16. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    bump I made this organized post with all code, prints and errors because thats how i can help, idk how to fix but i would like to have it too: Errors: 2 bugs when shot the last arrow: 1) if i had 0 arrows in my backpack it won't remove the last one 2) if i had in my backpack some it remove...
  17. supergt

    Lua Quest time online to do again

    Should have a way to add a list, one by one is sick... No offense. Is anybody could share the way to dont need to add one by one on creaturscript? local quests = {8000,8001,8002,8103,8014,8015,8016,8017} function onLogin(cid) registerCreatureEvent(cid, "questslogout") end function...
Back
Top