• 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. Mr Noxi

    OTCv8 3.1 rev 232 issues opcode 44

    Hey so i recently installed latest TFS through github and raw OTCv8 rev 232 latest. Running the TFS without any errors but am getting issues when trying to log in. Tho not from server side but through OTCv8. Attaching packet from otc. Any idea what error this could be? ProtocolGame parse...
  2. Mr Noxi

    Upgrading from TFS 1.3 to atleast TFS 1.5 issues

    Did not help, did as u said and a new config.lua was created but still same error 1665506338 Was able to fix it by changing to localhost instead of 127.0.0.1 but now running into other issues Lua Script Error: [Test Interface] data/actions/scripts/other/doors.lua...
  3. Mr Noxi

    Upgrading from TFS 1.3 to atleast TFS 1.5 issues

    where should i change this info? cuz i have both config.lua and config.lua.dist in tfs folder xD 1665429856 nope still same issue, i tried to delete config.lua.dist and that works with clean tfs data pack but not with my own datapack :x
  4. Mr Noxi

    Upgrading from TFS 1.3 to atleast TFS 1.5 issues

    Hey! So i had the latest TFS 1.3 and am trying to set up the latest TFS through github and compiled and all went smoothly untill its run forgotten.exe Just closes up for no specific reason ran cmd to check issue and all i get is that config.lua cannot be found / Unable to to load config.lua -...
  5. Mr Noxi

    [Paid] Looking for assistance in setting up an OT Server!

    I'll write a quick pm since i was at your spot not to long ago. Here in Otland most of the time you will have to find and google your way through for a couple of hours to get anything worth of. Link 1: From Windows 10 to OTS development machine for dummies...
  6. Mr Noxi

    RME 3.7.0 issues black sqms OTC rev232 -- TFS 1.3

    Issue was resolved, problem was diffrent IDs on custom items and diffrent in lua compared to RME.
  7. Mr Noxi

    RME 3.7.0 issues black sqms OTC rev232 -- TFS 1.3

    Hello! So am getting back to my OT serv but having some issues with ingame map. The black sqms appear randomly on this side of the map only. No issues at RME, no special brushes used. Here is even console log. No console error from server. Wierd stuff happens when u walk on black sqm, char...
  8. Mr Noxi

    Znote AAC character creation TFS 1.3

    Solved by changing to Myaac instead.
  9. Mr Noxi

    AAC Account Creation Znote AAC problem

    This above did not solve my issue, i got the same issue as @Shalaby.. tho the solution noted by Znote is already in my files / Checks if an IPv4(or localhost IPv6) address is valid function validate_ip($ip) { $ipL = safeIp2Long($ip); $ipR = long2ip((int)$ipL); Any ideas?
  10. Mr Noxi

    Znote AAC character creation TFS 1.3

    bumpy bump
  11. Mr Noxi

    Znote AAC character creation TFS 1.3

    Hello dear reader! Having issues with creating a char in Znote AAC. Managed to make accounts, and able to choose char name voc, town etc but when click "Create character" button below is all that appears, no char is made :x No errors, server up n running without any issues.
  12. Mr Noxi

    Znote AAC issues with setup

  13. Mr Noxi

    Znote AAC issues with setup

    Hello So in readmefiles it says 1: Extract the .zip file to your web directory (Example: C:\UniServ\www\ ) Without modifying config.php, enter the website and wait for mysql connection error. This will show you the rest of the instructions as well as the mysql schema. Made all that clearly...
  14. Mr Noxi

    Phpmyadmin issues schema.sql

    This was never an error if u follow the correct steps to set up a server. I missed one unfort. If u get same error, u prob missed a step like me :)
  15. Mr Noxi

    Phpmyadmin issues schema.sql

    haha no worries, thanks alot m8 :)
  16. Mr Noxi

    Phpmyadmin issues schema.sql

    Hello! So am trying once again to play around with my tfs 1.3 again, compiling went fine, just that when trying to load my schema.sql into phpmyadmin i get Error SQL query: Copy INSERT INTO server_config (config, value) VALUES ('db_version', '26'), ('motd_hash', ''), ('motd_num', '0')...
  17. Mr Noxi

    Lua Multiple damage system request

    Good question, try to ask in support page :)
  18. Mr Noxi

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    What! You mean that if every player uses this spell on the same time with same spam it will cause lagg??? :D big ass long freeze haha
  19. Mr Noxi

    Lua Multiple damage system request

    Hey! I dont know exactly how that would apply to your version but i have something similiar to one of my spells function spell14.onCastSpell(creature, variant) if math.random(1, 100) <= 70 then --- 70% chance that the spell will hit a second time addEvent(secondSpell, 500...
Back
Top