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

    [8.6] TFS 0.4 Data Pack Memsoria.pl

    hello, how to fix monster killed counter from Tasks. NPC give task but counter not works.
  2. T

    Increase Spell Damage

    Hello Larry Here, how to convert to 0.x ((((((((0.4)))))))) doSendAnimatedText(getCreaturePosition(cid), "+"damage/0.x, 18) to followed spell: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT...
  3. T

    Feature [TFS 1.3] Monster Levels

    It is possible to rewrite Code line player.cpp ---->> g_events->eventPlayerOnGainExperience(this, source, exp, rawExp); if (exp == 0) { return; } including ----->> if source:isMonster() and source:getLevel() > 0 then exp = (((exp *...
  4. T

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    forgottenserver.s3db reads SQLite Manager from Desktop. Is not to website aplication. forgottenserver.sql is called mysql.sql in main folder.
  5. T

    AAC Login in otx 4

    hello 1)Try to Hide (delete) login.lua ----->C:\Users\De Rzinksten\Desktop\forgottenserver-master\data\creaturescripts\scripts 2)Be sure You have installed Uniform on the other partition than XAMP
  6. T

    CreatureEvent Increase player damage on rebirth!

    How to add this code? Data >Creaturescript ??
  7. T

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

    -----------------SOLVED------ UniServerZ\core\mysql\bin\mysqld_z.exe: <- lunch aplication
  8. T

    Rebirth Npc TFS 1.2

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

    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...
  10. T

    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
  11. T

    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)...
  12. T

    znote aac vocations

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

    Znote aac tfs 0.4

    only znote_ tables? in phpmyadmin?
  14. T

    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...
  15. T

    [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"
  16. T

    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"
  17. T

    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
  18. T

    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
  19. T

    Myaac points error

    have it , in phpmyadmin/db_name/points?
  20. T

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

    @[10.90] Tfs 1.2 (custom modifications) + Reward Chest flag code to add
Back
Top