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

    Lua Get more than 1 result at database with tfs 1.2

    Hey guys, I'm with a little problem.... I'm using TFS 1.2 and i don't know how can i get more than 1 result at a database... In TFS 0.3.6 i can do it like this: local result = db.getResult("SELECT * FROM `tasks` WHERE `player_name` = '" .. player:getName() .. "' AND `status` = 'aberto'") if...
  2. A

    I'm back after some years and now i'm lost at functions '-'

    Hi, The last time I did something with otserv, the tfs version was 0.3.6, now the TFS is in version 1.3 and I'm totally lost... I saw that the functions have changed and now everything seems to be designated as an object (player, item , etc). My question is: where can I see the functions of...
  3. A

    CMake don't create otclient.cbp file

    I do step by step of tutorial to compile OTC with code blocks, when i click at "generate" the program (cmake) create a lot of files at folder that i specified, but the file "otclient.cbp" isn't created and any one file with ".cbp" is created. I didn't understand what happened :x Can anyone help...
  4. A

    Compiling CMake don't create otclient.cbp file

    I do step by step of tutorial to compile OTC with code blocks, when i click at "generate" the program (cmake) create a lot of files at folder that i specified, but the file "otclient.cbp" isn't created and any one file with ".cbp" is created. I didn't understand what happened :x Can anyone help...
  5. A

    Lua get all that player says

    Here i'm again :) I'm using TFS 0.3.6 and i'm trying get the other thing that player say when i use the spell. Ex: Exura sio "Anyone I want to get the word "Anyone" that player said to use in a var, without use talkaction, only with spell. Anyone know how?
  6. A

    Lua Use spells with crosshair

    Hello \o I'm trying to do that a crosshairs appears at screen when players use a spell, becouse i need the pos where they want to use the spell... Can i do it without modify the sources? Ty so much <3
  7. A

    Lua Spell with element protection

    I'm using TFS 0.3.6 and i'm treying to do a spell that absorb X of an element, like fire, light, etc... I've searched at forum and 000-constant.lua for a condition param about it, but i did'nt found anything that could help me :X If anyone could give me a solution, i'll be grateful. PS:.. i...
  8. A

    Needs a spriter freelancer

    Hey guys, I'm looking for a experienced spriter freelancer, if anyone have interest, PM me with some jobs :)
  9. A

    What do you think about reset system?

    Well, you like or would like ot with a system reset? Please give opinions on the advantages that the system would have to be and if you do not like, post why....
  10. A

    Selling lvl 46 RP in Silvera

    Skill: 76/57 Level: 46 ML: 12 Has recovery key... For €20 EUR... we can negotiate the price...
  11. A

    CreatureEvent Putting [v] at name of premiums

    By: Antharaz Tested: TFS 0.3.6 Database: mysql Go to data/creaturescripts/scripts, open login.lua and put the code before the last return true: local id,nm,qry = getPlayerAccountId(cid),string.find (getCreatureName(cid), "(%[+)%v*(%]+)%s*"),"" if isPremium(cid) and nm == nil then qry =...
  12. A

    [programing] Error loading map after i modify the sources

    i've solved it.
  13. A

    Removing (charges: X) of description

    First: I did it because someone in other forum asks me. Second: I don't see any utility for it, but i want to post... Third: Sorry my poor english Go to item.cpp: Find this code: s << "("; if(!it.runeSpellName.empty()) s << "\"" << it.runeSpellName << "\", "; s <<...
  14. A

    Players can't add gm/god in VIP LIST

    Tested on TFS 0.3.6pl1 Open game.cpp and go to: return false; } if (specialVip && !player->hasFlag(PlayerFlag_SpecialVIP)) { player->sendTextMessage(MSG_STATUS_SMALL, "You cannot add this player."); return false; } bool online = false; And EDIT to: return...
  15. A

    [website] reCaptcha

    I'm using Gesior Acc from here and when someone go creates any account: How you've seen, i have two "codes"... How can i solve that? PS:.. sorry for my poor english =x
Back
Top