• 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!

Recent content by Elpulpo

  1. Elpulpo

    What client do you prefer for a 7.4 server?

    Good old client for me!
  2. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Can't edit my own posts. Here is my attempt to fix the script, but it only sends message to party leader: function onSay(cid, words, param) if hasCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "You cant share exp while infight")...
  3. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    That script is not working as intended, every time you share on/off experience you get incorrect message in the loop: for i = 1,#getPartyMembers(cid) do doPlayerSendCancel(cid, "Exp Shared is already off") end And only in the party leader, it doesn't inform the rest of party...
  4. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    player.h & position.h too
  5. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I was asking what OTHire source files he changed in order to get shared exp working
  6. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @tetra20 what sources do you changed for the shared exp system? I have made changes on my sources and I need to know where to look.
  7. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @tetra20 or @KreXt can you resume in a post all the changes needed to get shared experience to work? At least all of the changes that are tested and working. It will be very useful for all OTHire users.
  8. Elpulpo

    Help with function

    I need to transform this TFS 1.x function to OTHire (7.72). local function getMoneyAmount(position) local moneyAmount = 0 for _, item in ipairs(Tile(position):getItems()) do local itemId = item:getId() if itemId == ITEM_GOLD_COIN then moneyAmount =...
  9. Elpulpo

    7.6 Gambler NPC

    Bump Anyone can make an script for a 7.6 gambler npc, without dice?
  10. Elpulpo

    Key 4501 ?

    Yes, but what door opens 4501 key? It seems no necessary for anything...
  11. Elpulpo

    7.6 Gambler NPC

    I'd like to have a gambler npc on my server, but in 7.6 there is no dice. Can anyone make a script for this version?
  12. Elpulpo

    Key 4501 ?

    There are 3 keys: http://tibia.wikia.com/wiki/Alawar's_Vault_Quest 4502 is used to open the reward room 4503 is used to enter protected area 4501 ¿? I don't know where the door with 3 minos is located.
  13. Elpulpo

    Key 4501 ?

    Anyone knows where to use key 4501?
  14. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I reply to myself, missed " before up/down
  15. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    levitate spell is working here?
Back
Top