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

    Storywriter Our staff is looking for advertiser and ideaful person

    Hello, I currently own an OTServer and i'm willing to get a team. Site: http://entera.myftp.biz/ Our OT: Global, with unique features. NPCs central VIP area Latest version and always up to date Online 24/7 Our problem: Players are getting uninterested (ending stuff to do), new players are...
  2. Guiaki

    Solved ZnoteAAC proper way to add new menu item

    I was wondering what is the best and right way to add a new menu in ZnoteAAC, lets say VIP or whatever, which files should I look at?
  3. Guiaki

    Lua Saving array in storage

    I was looking at an auto loot feature in otland: http://otland.net/threads/mod-auto-loot.164289/ And I got myself to implement it basically everything, but there is one "bug" that doesn't give me an error or anything but simply won't work, look at this function: function...
  4. Guiaki

    Lua String split params problem on TFS 1.0

    I have been trying to use split in talkaction parameters but it don't work, here are what I have tried: string.explode(param, ",") That is the inicial issue, it gives an error, so I changed to: param:split(",") as sugested by @Ninja but it didn't worked, I also tried: string.split(param, ", ")...
  5. Guiaki

    How to highlight a slot (like in tibia tutorial)

    I wanted to make a quick tutorial on my otserver, and by that I would need to hightlight an slot, or an item (just like you create your character in tibia and have to go through the tutorial) How can I do this? is there any function?
  6. Guiaki

    Is there any disableExhaustion or disableCooldown function?

    I wanted to make a spell that disabled your cooldowns for like 5 seconds, is such a thing possible? --EDIT-- Just tried this way: doRemoveCondition(cid, CONDITION_SPELLCOOLDOWN) doRemoveCondition(cid, CONDITION_SPELLGROUPCOOLDOWN) It don't seem to have worked
  7. Guiaki

    ModalWindow change title

    I was wondering if there was something like that possible, ex: local newModalWindow = modalWindow:getId() newModalWindow:changeTitle("New title") Can I change the title of the current ModalWindow? (Or open a new one without user noticing) --EDIT-- Just made the function myself: int32_t...
  8. Guiaki

    Attack speed on TFS 1.0

    I have been trying to improve the attack speed, well here are some considerations: Decreasing attackspeed to below 1000 at vocations.xml is not making any improvements (so the minimun is 1 attack per second) I have tried modifying the sources in order to increase attack speed, the only change...
  9. Guiaki

    [BRASIL] Entera 10.34 (02/08/2014)

    About: Has just opened, it was a known server at 2010~2011 but it was funserver, now it has returned with a new purpose, to be serious and better. Connection: Exclusive Client Version: 10.34 Website: http://entera.no-ip.biz/ XP Rates: (Avarage 50x) 1~20: 100x 21~40: 80x 41~60: 60x 61~90: 40x...
  10. Guiaki

    Lua Silly LUA error, please help

    function onSay(cid, words, param) local player = Player(cid) local players = Game.getPlayers() local playerCount = Game.getPlayerCount() local accid=getAccountNumberByPlayerName(getPlayerName(cid)) local id = db.query('SELECT `itemid` FROM `znote_shop_orders` WHERE `id` = '...
  11. Guiaki

    ZNoteAAC news error

    I keep getting this whenever I open admin news or the index.php: string(43) "SELECT `name` FROM `players` WHERE `id` = ;" (query - SQL error) Type: select_single (select single row from database) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
  12. Guiaki

    Can I get 10.3x version without using TFS 1.0?

    I have a problem with TFS 1.0, it mostly always binds my ip to global address without me setting that option to true or false, that way I get a connection refused if using global address on config, or the others get a connection refused if using local address on config. More about my issue...
  13. Guiaki

    Znote AAC 1.5 (for TFS_10) problems

    Right after all configuration needed (fresh new start), supposing to run sweetly it gave me some bugs, lets share to fix them. Bug 1 (index.php, right after opening the website): string(43) "SELECT `name` FROM `players` WHERE `id` = ;" (query - SQL error) Type: select_single (select single row...
  14. Guiaki

    Znote AAC latest TFS problem

    Im using the latest TFS from github.com/otland/forgottenserver and Znote AAC, but there are problems with those fields from table players: (and some others) I have opened the character from engine folder and changed the SQL queries to remove they from it, the problem is, it have a lot of stuff...
  15. Guiaki

    Connection refused, please help fix

    Well, I know connection refused normally happens from wrong ip address at config.lua, well heres a table of what happens: IP Config.lua | My Status | Others Status localhost | Connect | Connection Refused 127.0.0.1 | Connect |...
  16. Guiaki

    Compiling LNK2019 errors killing me

    Hello, I have recently tried to be compiling OTServ TFS Trunk r5918 and also branch r5925. I have been following instructions from Vittyn's compilation tutorial, but it seen kinda outdated, I have fixed the maximun bugs I could. When I compile trunk r5918 I get this: 1>luascript.obj ...
  17. Guiaki

    Would this be possible?

    Hello, I have thinked of this several times but never found an awnser, for me this is not possible but there are some ways to do it, the topic is: Is possible to have multiple players in the same map without they really be in the same map? like this: I have an area of 20x20 sqm, lets call it...
  18. Guiaki

    Lua onStatsChange - help in the code

    okay, darkhaos gave me the lets say initial part of the code, I changed it all and okay, i'll show you everthing: function onStatsChange(cid, attacker, type, combat, value) if isPlayer(attacker) then if type == STATSCHANGE_HEALTHLOSS then if combat == COMBAT_PHYSICALDAMAGE then...
  19. Guiaki

    Lua Attack damage base increase

    Hey, is there anyway to make a higher hitting damage with lua? i have a reset system in my otserv, i wanted that when you reset you attack like +200 hit each attack or something with percent of your health/mana or even percent extra of your actual hitting? as you can see in vocations.xml there...
  20. Guiaki

    Mapper Entera OTS 9.1

    I wanted a mapper, scripter and a c++ programmer to my ot, I have the position scripter .lua, some kwnledge in c++ and mySQL, i am actually the hoster and admin, i wanted a team to make the server better, is already online but currently on a beta, check it out in the website: Visitando o site...
Back
Top