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

    Lua How to properly use getItemSpecialDescription ?

    Hello everybody... I hope someone can help me out here... I just can't get this to work... I want the script to check if the item on one of the players hand has a plus signal on its description... Here is how the scripts looks like now: local hand = getPlayerSlotItem(cid...
  2. K

    Function that checks items special description

    Hello everybody... I hope someone can help me out here... I have an auction system on my server and also a refine system... The problem is that if you place a refined item on the auction house, the item will loose its upgrades.. So, what Im trying to achieve is to block the players from...
  3. K

    Need help with this script!

    Hello everybody! I found a refine system on the internet, but I can´t get it to work.. It would be great if somebody could please help me out... here is the lib: -- Perfect Refine System Refine = { --[[ Base de todo o sistema de refino ]]-- config = {...
  4. K

    Lua Need help fixing this script!

    Hello everybody! I found a refine system on the internet, but I can´t get it to work.. It would be great if somebody could please help me out... here is the lib: -- Perfect Refine System Refine = { --[[ Base de todo o sistema de refino ]]-- config = {...
  5. K

    Function that check players outfit, it is possible ?

    Hello everybody... I wonder if anybody knows how to make a function that checks the player outfit, or if it already exist what is it ? Im using TFS 8.6 0.4 rev 3884 I need this because I'm making custom sprites, and I'm gonna make a mount system (yeah, in 8.6), the system is already...
  6. K

    Table tile_store .. Does anybody have it ?

    Hello everyone.. So, I'm having a little problem on my server, everything was working fine till I upgraded to a new TFS But, I need this new server because of some lua functions it has.. The problem is that now my houses are not saving, because my database doesn't have a table called...
  7. K

    Help with Special Description

    Hello everybody! So, I'm trying to give player special descriptions as they complete some quests... For example I have this script: function onLook(cid, thing, position, lookDistance) local storage = 1443332 if isPlayer(thing.uid) and getPlayerStorageValue(thing.uid, storage) > 0 then...
  8. K

    I need help with a quest / NPC

    Hello everyone! So, I'm making a quest, and I'm trying to make it as "RPGish" as possible... So, in the middle of it the quest you will have three items, and the npc will get them and will forge a new item for you.. I already have the npc, but the problem is that it get the 3 items and...
  9. K

    Lua Why can't I have more than 12 vocations ?

    Hello everyone! I'm just wodering if there is a way for having more than 12 vocations ? Whenever I made a vocation on vocations.xml and it's ID is bigger than 12 when the player logins in and then logs out, the vocation changes.. For example... I tested with my gm, I changed his vocation to id...
  10. K

    Two weapons for knights!

    Hello everyone!! I'm using the script by John992 that allows players to use 2 weapons The script works like this: on player.cpp change: ret = RET_CANONLYUSEONEWEAPON; to ret = RET_NOERROR; on weapons.h below: const Weapon* getWeapon(const Item* item) const; add: static int32_t...
  11. K

    Vocation with different corpses (script that indentifies sex)

    Hello everybody! So I'm trying to make different corpses for each vocation.. I used the script by Doggynub, wich works flawlessly, but the problem is that it can't "see" the sex of the player... So I tried a lot of ways to make it work with sex but I couldn't... Here is the script: it...
  12. K

    Windows My server won't open anymore! Help me please, I'm desperate!

    SOLVED. If you are having the same problem, the solution is at the bottom of this post! Thanks terrain and Fredde3436 for the help, you guys are awesome :D (they replied me in another forum) Hello everybody! So, I was on the process to open my own otserver. Me and some friends were developing...
Back
Top