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

    Linker error while trying to add MODS

    I know it and I would like to fix it. My changes are ok, server was compiling itself fine earlier. I have updated 50% of my source by newest SVN and by myself, so I don't need to download new. So, any help?
  2. G

    Linker error while trying to add MODS

    I have many, many changes made by myself, so I can't change server.
  3. G

    Linker error while trying to add MODS

    Hi there, I'm using 8.42 TFS version, and the thing that most I would like to add are mods, so I started coding it. It nearly worked, I just used same code as is in new TFS SVN, but... Ubuntu's compilator is going to 100%, linker is linking and at end it says: g++...
  4. G

    Linker huge error

    Hi there, I'm using 8.42 TFS version, and the thing that most I would like to add are mods, so I started coding it. It nearly worked, I just used same code as is in new TFS SVN, but... Ubuntu's compilator is going to 100%, linker is linking and at end it says: g++...
  5. G

    TalkAction Bomberman

    Script in LUA is 20%, rest is C++ and fixing bugs. It took me 2 months and awesome reward - seeing exactly same script as mine, but scripted in different way.
  6. G

    TalkAction Bomberman

    Let's just see, what happened: OtLand users pleased you to make bomberman? Maybe polish users? If yes, they have seen my presentation. Well, my bomberman script is bit advanced and many features had to be changed in C++, I was starting making bomberman in 2009. Ok, so I relased my...
  7. G

    TalkAction Bomberman

    That's really strange, after I made bomberman and relase presentation of my server, YOU made free to use and download script. Don't you think it's unfair? And you says That's hilarious...
  8. G

    TalkAction Bomberman

    Cykotitan, the facts speak for themselves.
  9. G

    TalkAction Bomberman

    Cykotian and Sypher, nice, you have stolen bomberman script. I know you made it by yourself, but I was the first bomberman author. If you want me to proove, just look: http://forum.tibia.org.pl/showthread.php?t=353960 No, I don't want to show or present my OTS, it's just a proof that I am...
  10. G

    [Help] Can Players have set speed?

    Yes, I used it in bomberman on my server. Just C++.
  11. G

    [8.42+] doPlayerAddExhaust

    As we know, exhaust is very important thing in ot server. Well, function such as doPlayerAddExhaust was very helpful for me, so I made it and now I would like to share it It's simple: luascript.cpp Find: //doPlayerAddSkillTry(cid, skillid, n) lua_register(m_luaState...
  12. G

    [8.42+] NPC selfFollow to a creature!

    Well for example I made a NPC who kills monsters and give a mission to kill 80 of them to get a reward. He is just asking for help. It's nice for RPG servers.
  13. G

    [8.42+] NPC selfFollow to a creature!

    Hi As known, NPC selfFollow works ONLY if we set a player to be a target. What I mean? I mean, if I use selfFollow, NPC will be following only a player, but not a creature which we wish to be following. Due to this I fixed it yesterday: npc.cpp Find: lua_register(m_luaState...
  14. G

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Is there any function like setItemAttack but not for for weapons I need it for rods/wands to increase their attack. Any help?
  15. G

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Is there any way to increase attack of rods/wands? I MEAN FUNCTION LIKE setItemAttack but for rods/wands!!
  16. G

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Is there any way to increase attack of rods/wands? I MEAN FUNCTION LIKE setItemAttack but for rods/wands!!
  17. G

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Is there any way to increase attack of rods/wands?
  18. G

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Is there any way to upgrade attack of wands and rods? There are functions setItemName(uid) setItemPluralName(uid) setItemArticle(uid) setItemAttack(uid, attack) setItemExtraAttack(uid, extraattack) setItemDefense(uid, defense) setItemArmor(uid, armor) setItemExtraDefense(uid...
  19. G

    The Forgotten Server v0.2 (Mystic Spirit)

    Does talk with npc in private window (blue messages) work? If yes, how to enable it?
  20. G

    The Forgotten Server v0.3 (alpha 3)

    quick question - when I set item's attack (setItemAttack) and relog or restart server, will that item have still changed attack?
Back
Top