• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. mmheo

    Regestire all monster and players in creatureevent.xml

    so its imposible to add this system in my creatureevent.cpp? my creatureevent.cpp //////////////////////////////////////////////////////////////////////// // Ope - Pastebin.com
  2. mmheo

    Regestire all monster and players in creatureevent.xml

    im so sorry i need this code here CreatureEventType_t CreatureEvents::getType(const std::string& type) { CreatureEventType_t m_type = CREATURE_EVENT_NONE; std::string tmpStr = asLowerCaseString(type); if(tmpStr == "login") m_type = CREATURE_EVENT_LOGIN; else if(tmpStr ==...
  3. mmheo

    Regestire all monster and players in creatureevent.xml

    hello guys i have to use this Feature - [CreatureEvent] Regestire all monster and players in creatureevent.xml but when add this cod std::string strr; if(!readXMLString(p, "registerTo", strr) || strr.empty() ){ if((tmpStr != "login") && (tmpStr != "logout")) std::clog << "[Warning -...
  4. mmheo

    loot rate

    how to give player 10% more in loot rate?? player when use x items take 10% more in loot rate for 30 min tfs 0.4 anyone can help me>?
  5. mmheo

    Feature [TFS 1.3] Monster Levels

    u can add this for 0.4 ??
  6. mmheo

    TFS 0.X BUG action script tfs 0.4

    try this function onUse(cid, item, fromPosition, itemEx, toPosition) members = getPartyMembers(party) party = getPlayerParty(cid) if (party == cid) and getPlayerLevel(cid) > 100 then for i=1,#members do doTeleportThing(members[i], {x= 84, y= 212, z= 6})...
  7. mmheo

    npc for premium days

    thx work fine
  8. mmheo

    npc for premium days

    yes but where when player say premium npc say blblablalbalballablalabalba its just edit for remove tokens and money
  9. mmheo

    npc for premium days

    its work fine ty but need 2 small edit 1:: when player say premium npc reply bblalblabalbalbalbalbaba 2: one day of premium = 1 token and 2 crystal coins
  10. mmheo

    npc for premium days

    this npc always tell me Sorry? I don't understand.
  11. mmheo

    npc for premium days

    hello guys anyone can help me in npc sell premium days for event token to be like this Playe : hi Npc : Hello (playername) I sell premium days for tokens tell me how many days you need to buy? player: for example 5 npc : do you need to buy 5 premium days for 5 tokens? player : yes Npc ...
  12. mmheo

    TFS 0.4 REV3884 PAYING!

    Fix/Patch - forgottenl 0.4 rev 3884
  13. mmheo

    Feature [CreatureEvent] OnSpawn(cid)

    how i can make it work in startup server ?
  14. mmheo

    strange holes

    work fine :D thx
  15. mmheo

    strange holes

    bro i need it work like globalevent every one min appear and disappear
  16. mmheo

    strange holes

    i know how to make it work by onstep i need it work if player walk on or no
  17. mmheo

    strange holes

    hello guys i have one question how to make something like this work auto tfs 0.4 ??? bump pumb
  18. mmheo

    blocking spawn

    yes i use this but i don't remove player check
  19. mmheo

    blocking spawn

    i asked in spawn.cpp :D
  20. mmheo

    blocking spawn

    how i can remove player blocking spawn ?? tfs 0.4
Back
Top