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

    TFS 0.X Can't login into character (Display only list)

    @Bogart but when I use my public IP from this website I can't connect to port 7171-7172(80 working) on Open Port Check Tool - Test Port Forwarding on Your Router they look like closed(No Respond?) Any ideas?
  2. GhostWD

    TFS 0.X Can't login into character (Display only list)

    Hi there! I've got issue with TFS0.4 on Ubuntu16.04. What exactly? When I try to login from outter network and in config.lua IP is set to 192.168.0.102 I can login into account but im stuck on character list and can't proceed because connection is timing out and...
  3. GhostWD

    CreatureEvent (SecureMode) PVP System

    Can i see your code? I mean raczka1.lua
  4. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    Today update brings better Spell Controller which parse Spells.xml and Vocations.xml from /public dir (You can use range: vocation['id'] "1-8"..... and normal enumeration: vocation['id'] "1" vocation['id'] "2" ..... ) and when spells is predicted for all, vocation XML element must be omitted
  5. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    Update is coming... Hi! Today I announce that fmAAC is compatible with TFS 0.3.6, TFS 0.4 and TFS 1.2 in one master branch so you don't need to download specific version for your server, everything with help of strategy pattern. Also * Added Config file in src/Utils/Configs.php which contains...
  6. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    @slawkens you are right :C having those 2 branches for me is very tiring (keeping it up to date) but i really dont really know how to do this haha (some outter file with configs to be accessible via symfony controllers(injection). when i will learn enough i will merge it) the truth is that i'm...
  7. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    COMMIT! added minor guild management changed display of god gm cm in tops and highscores (added emblems for tutor and s tutor) added choice modal...
  8. GhostWD

    Question about vocation system(dmg) TFS 1.2

    one more timeee! Bump :p so i can make it only onStatsChange ()? Not via some xml right?
  9. GhostWD

    Is it possible to get item description?

    Thanks @Summ for your reply! You dispeled my doubts and my idea :C because this value is dynamical...
  10. GhostWD

    Is it possible to get item description?

    @Sajgon I'm using TFS 0.4 but what i want is to get that Description via client (item description contains important data{limit} which i would like to use)
  11. GhostWD

    Is it possible to get item description?

    Hi, like topic title is it possible? i've used > print(g_game.getLocalPlayer():getInventoryItem(InventorySlotAmmo):getDescription()) but it returns empty string but when i call setDescription("blabla") then getDesc() return "blabla" what i need is getting item description (not from items.xml...
  12. GhostWD

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    Maybe stop only increasing resolution and let's change format? maybe use .svg? this would be great! ( that's my dream <3 ). what do you think guys? possible?
  13. GhostWD

    [8.60] The Forgotten Server 0.4

    Hi there I can't use isContainer() {hardcoded} it doesn't matter if item is container or not but it returns false again again and again instead use isItemContainer(itemid) {if we have only uid then getThing(uid).itemid}
  14. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    I have made branch for compatibility with tfs 1.2 Gh05t-PL/FlatMannerAAC
  15. GhostWD

    [FMAAC] FlatMannerAAC MVC Symfony4

    Added SMS Shop supporting: Paygol MicroSMS.pl - Twój partner w biznesie! SMS PROFESJONALNY & SMS STANDARD Only adding points not items for now To configure it goto src/controllers there edit PaymentCatcherController.php and PointsController.php admin now can create articles and see...
  16. GhostWD

    [PHP][POT] Error Admin Protocol TFS

    @slawkens yes I tried that because I thought too that its fault of php version so I tried with 5.something and nothing same result ;/. thanks for client! I will try it.
  17. GhostWD

    [PHP][POT] Error Admin Protocol TFS

    bump
  18. GhostWD

    TFS 0.X EXP boost temporally

    @eyez getPlayerRates(cid) -0.5 getplayerrates return table i think so maybe getPlayerRates(cid).level
  19. GhostWD

    [PHP][POT] Error Admin Protocol TFS

    POT status checker is working but admin not so I don't know maybe they changed protocol of admin. I've checked tfs0.4 admin.cpp but I dont understand it when status.cpp I do ;/ someone?
Back
Top