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

    Reward from Killing Players (Help)

    well.. I made a function to add item to the killer but.. Is there a way to block players killing the same player to get reward? I mean.. 3 players PlayerA PlayerB PlayerC PlayerA kill PlayerB -- add reward (PlayerA last kill PlayerB) PlayerA kill PlayerB -- no reward PlayerA kill PlayerC --...
  2. babalow

    Block players thrown items on ground.

    Is there a way to make players unable to thrown backpack items on ground?:confused:
  3. babalow

    Custom Spells giving debug on 0.3.5 and on 0.2 works fine

    Like title says... I was testing some custom spells on 0.3.5 like: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE,COMBAT_POISONDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT,CONST_ME_GREEN_RINGS) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -10.3...
  4. babalow

    Mods.. need some help

    I cant use Lua Code: if Something ~= Something then How do I use ~= on mods?:confused: that was my fault .. sry =/
  5. babalow

    Trying to update a 0.2 db to 0.3

    [19/08/2009 00:08:15] The Forgotten Server, version 0.3.5 (Crying Damson) [19/08/2009 00:08:15] Compiled with GNU C++ version 3.4.5 (mingw special) at Aug 9 2009, 13:50:45. [19/08/2009 00:08:15] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo. [19/08/2009...
  6. babalow

    Equip DeEquip help

    :confused: What am I doing wrong? ;O movements.xml <movevent type="Equip" itemid="2472" slot="armor" event="script" value="armors/test.lua"> <vocation name="Knight"/> <vocation name="Paladin"/> </movevent> <movevent type="DeEquip" itemid="2472" slot="armor" event="script"...
  7. babalow

    SQL SELECT help

    Im trying to make a quest system.. so I made this function.. function getQuestStorage(cid, name) local player = getPlayerGUID(cid) local quest = db.getResult("SELECT `storage` FROM `quests` WHERE `name` ='"..name.."' and `player_id` ='"..player.."';") return quest:getDataInt("storage") end but I...
  8. babalow

    Can't get new files using tortoiseSVN

    today i att tortoiseSVN of 1.4.5 to 1.4.7.11792.. last version.. but now i can't get new files.. after download forgotten-house.xml i think.. it show this error.. Erro: REPORT request failed on '/svnroot/forgottenserver/!svn/vcc/default' Erro: REPORT of...
  9. babalow

    Server crash

    at Rev510 ... if you try sleep in bed[1754] the server go down o.o if the bed without house no problem... some beds don't work now ... Someone have this problem too?:huh:
  10. babalow

    Compiling TFS Rev 444

    i getting alot of errors trying compile at rev 444 ... o.o Linkers -llua5.1 -lxml2 -lmysql -lwsock32 -lgmp -lsqlite3 -lregex -lws2_32 -lluasql-mysql -lluasql-sqlite3 -lboost_system -s C++ -D__CONSOLE__ -D__USE_MYSQL__ -D__USE_SQLITE__ -D__RULEVIOLATIONREPORTS__ Compilador: Default compiler...
  11. babalow

    TalkAction [TFS] Filter of "bad" words

    well.. i don't found some script for do it then i modif one to work on tfs.. Don't know who do it .. it filter "bad" words of players with GroupId < 3.. you can modif it if you want... add this in data/talkactions/talkactions.xml <talkaction words="fuck" script="filter.lua" />...
  12. babalow

    MoveEvent "Boat System"

    I see one script at radonia and i decided to make ^_^ in radonia when u passing to main u are teleported at water ... Starting.. goto data/movements.xml and add this <movevent event="StepIn" itemid="405" script="playermoving/playermoving.lua"/> <movevent event="StepOut" itemid="405"...
  13. babalow

    Promotion Bug.. All TFS Versions

    when you get premium + promotion .. ok but if you back your premium acc to free acc u need to re-buy the promotion :confused:
  14. babalow

    [TheForgottenServer] Compiling Error Trying to compile at Console

    Trying to compile tfs console using sources revision 420 C:\Documents and Settings\Hugo\Desktop\forgottenserver\gui.o(.text+0x225) In function `ZN3GUI8initFontEv': [Linker error] undefined reference to `CreateFontIndirectA@4' C:\Documents and...
  15. babalow

    Map Warnings... o.o

    i changed the default TFS map but now it show in console of the server some warnings o0 WARNING! unknown itemtypeid 7986. using defaults. WARNING! unknown itemtypeid 7987. using defaults. WARNING! unknown itemtypeid 7988. using defaults. WARNING! unknown itemtypeid 7989. using...
Back
Top