• 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!

Recent content by Neptera

  1. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I tried using the same client and server locally, then it works. But over the internet, I experience issues with the Live Channel not opening and the casters character not showing until he change floor. Why is that? It only happens when I watch over the internet. Is it that I must open some...
  2. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Cast works, but not the Live Channel. Also, when watching someone the character is invisible until the caster changes floor.
  3. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Seems like deathloss is wrong too? 10% without promotion, 7% with promotion. 1% on all bless. 2% fully blessed. Why is that? Got a fix for this?
  4. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Not really, it seems to be only working locally and not over the internet. No idea why the Live Channel is not opening or the message not being sent.
  5. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    This one got problems with the Cast system as well, it does not open the "Live Channel" and it does not show the character without the player changing floor level. Do you know why? This client also got other issues that causes it to crash out of nowhere and some of the functions dont work, but...
  6. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    It is a simple base, but it requires a lot of fixes too of course. Overall a good release though. :)
  7. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    It works perfectly fine on localhost/127.0.0.1 but if I put it live over the internet (using same otclient) then it does not open the "Live Channel" and does not send the message ">>>Welcome the live<<<\nCommand: /name (new spectator name)". Do I need to do something for it to work online?
  8. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    And why is the "cast system" not opening the "Live Channel" when you watch a cast?
  9. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Why is it lagging when walking? What is that all about? Feels like it is almost hacking a bit when moving?
  10. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Yes, but I mean which one sets the time to lose 1 frag?
  11. Neptera

    C++ Nostalrius - How do you decrease the frag time?

    Trying to find how to decrease time for each frag to disappear, where can I do it? It is not in config.lua? Thanks
  12. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    how do you change the timer for how often frags decrease? it is not in the config?
  13. Neptera

    Lua Znoteshop will not give outfits?

    1. -- <talkaction words="!shop" script="znoteshop.lua"/> -- Znote Shop v1.1 for Znote AAC on TFS 1.2+ function onSay(player, words, param) local storage = 54073 -- Make sure to select non-used storage. This is used to prevent SQL load attacks. local cooldown = 5 -- in seconds. if...
  14. Neptera

    Lua Znoteshop will not give outfits?

    I get this error when trying to claim outfits from the shop with command !shop: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/znoteshop.lua:onSay data/talkactions/scripts/znoteshop.lua:68: attempt to call method 'hasOutfit' (a nil value) stack traceback: [C]: in...
  15. Neptera

    AAC Znote AAC - Uncaught TypeError: Cannot access offset of type string

    What is wrong with this line? Error: Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\wamp64\www\guilds.php on line 558 Line 558: if ($inv['id'] == $targetGuild) $status = true;
Back
Top