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

    {error - mysql_real_query} - save after loggout ------tfs 1.2

    -----------------SOLVED------ UniServerZ\core\mysql\bin\mysqld_z.exe: <- lunch aplication
  2. tuduras

    Rebirth Npc TFS 1.2

    @Shadow [1-/ 10.77 rebirth.zip requires set manually Rebirth in phpadmin
  3. tuduras

    Rebirth Npc TFS 1.2

    Using NPC&SCRIPT get this error. Is it possible to fix&repair? _ __ db.executeQuery("UPDATE players SET level = 8, experience = 4200 WHERE id = "..getPlayerGUID(cid)) db.executeQuery('UPDATE players SET rebirths=rebirths+'.. 1 ..' WHERE id='..getPlayerGUID(cid)) ?how to implement above...
  4. tuduras

    Znote aac tfs 0.4

    venore-war.servegame.com doesn't work Custom client > znote/www/config.php Ctrl+F , download link (590line ~~ replace actual exsisting url
  5. tuduras

    Znote aac tfs 0.4

    up@ CREATE TABLE IF NOT EXISTS guild_ranks ( id int(11) NOT NULL AUTO_INCREMENT, guild_id int(11) NOT NULL COMMENT 'guild', name varchar(255) NOT NULL COMMENT 'rank name', level int(11) NOT NULL COMMENT 'rank level - leader, vice, member, maybe something else', PRIMARY KEY (id)...
  6. tuduras

    znote aac vocations

    znote>>www>>config.php ctrl+F , find "Vocation" , all based on pic. (only 4 vocation left) pic. config.php/www/znote
  7. tuduras

    Znote aac tfs 0.4

    only znote_ tables? in phpmyadmin?
  8. tuduras

    Znote aac tfs 0.4

    add new querry phpmyadmin-->sql CREATE TABLE guild_invites ( player_id INT NOT NULL DEFAULT 0, guild_id INT NOT NULL DEFAULT 0, UNIQUE (player_id, guild_id), FOREIGN KEY (player_id) REFERENCES players(id) ON DELETE CASCADE, FOREIGN KEY (guild_id) REFERENCES guilds(id) ON DELETE...
  9. tuduras

    [solved]How to change otclient manabar color from blue to purple?

    write this, any change? fillColor = Color(0xff, 0x00, 0x00) if up some change we'll be search correct Color () On line 28, rewrite blue -> "purple"
  10. tuduras

    TFS 1.X+ mysql query.

    open phpmyadmin in Browser ->check database name -> SQL query (top site) -> in writable place : paste upon code and click "go"
  11. tuduras

    TFS 0.X 0.4 Server lag when 100 + online (change host?)

    in otland/downloads is line. "send_maxallowed packet" added new spell? spell paralyses server fast
  12. tuduras

    TFS 0.X 0.4 Server lag when 100 + online (change host?)

    Overlock only packet limit. Config.lua --->>> send_limit_packet <<<<---- next to similar options. 45641613
  13. tuduras

    Myaac points error

    have it , in phpmyadmin/db_name/points?
  14. tuduras

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    @[10.90] Tfs 1.2 (custom modifications) + Reward Chest flag code to add
  15. tuduras

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    @ read Feature - Reward Chest & Boss Reward [TFS 1.2]
  16. tuduras

    Cant create thread in advertisement

    Can't create on own website: Log in and create as a Hoster not a God. go exp to 10 msg and create them
  17. tuduras

    Compiling Error on build the .exe in DEV-C++

    Use 2 Fix in 2 posts. NOTE: for old 0.4 ( less than 9.0 client support) you may get 2 errors in: 1- creatureevent.cpp Here is Fix 2- game.cpp Here is Fix
  18. tuduras

    Cant create thread in advertisement

    You don't have adblocker, OK, further. Messages limit to create thread. Read FAQ about otland. take -->> [BOARD RULES] Read this before advertising, to skip your thread getting deleted [Guide] How to have your thread title edited or the thread removed
  19. tuduras

    Transform system problem (TFS 1.2)

    Ended offtop. one solution: try on another distro. "Systems global" -to trash sentences. Zero localization
  20. tuduras

    Compiling Error on build the .exe in DEV-C++

    Read all posts these. Be sure you are doing good-->>click-->> https://otland.net/threads/creatureevent-onmove-very-advanced.134016/ Try upload here .cpp file, otland check you i repaste codes
Back
Top