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

    MoveEvent My Special Quest

    Hello dear Otland members, This script was made by a request from Tony Credits: 100% by Clary. Script: -- A script made by Clary 100% function onStepIn(cid, item, pos) if item.uid == 8001 then player1pos = {x=1008, y=1038, z=7, stackpos=253} player1 =...
  2. Clary

    Gratz Empty :)

    Empty got promoted to Global moderator! Congratulation!
  3. Clary

    Source Updates

    I was just wondering. Sometimes when u update u don't determine in which version. So, does this mean all? Modified Thu Jun 12 10:25:44 2008 UTC (7 minutes, 18 seconds ago) by talaturen * Weaponexhaust and aggressive-rune exhaust are now separated. * Reject connections in the GUI should now be...
  4. Clary

    Requested functions in 0.3

    I would like to see those functions in 0.3. I will keep this list updated :) doSetItemUniqueId setCreatureMaxHealth setCreatureMaxMana P.S just wondering can I use position in this function? doRemoveCreature(cid)
  5. Clary

    Gratz Souldrainer (badtoffel)

    I think he got promoted to Global moderator :p gratz souldrainer! :)
  6. Clary

    Config.lua

    Just wondering what should this mean... timeToDecreaseFrags = 43200000
  7. Clary

    Clary Request thread

    Do u need any action script? or talk action? or move event? Request it here and I will make it for u asap if I can Remember only action, talk & move nothing else. Move only stepin alone and maybe stepout alone Yours, Clary
  8. Clary

    Lua Error

    Well as some of u here know that i am trying to learn Lua while trying to create my first move script i got this error can anyone help? function onStepIn(cid, item, pos) if item.actionid == 2579 then if isPlayer(cid) ~= TRUE then doConvinceSummon(cid, Training Monk, 0, summonplayerpos)...
  9. Clary

    Action pokeballs

    NOTE i didn't make this script, Nahruto did. As the title says this script is for catch pokemons~ You will need this global functions. _warpzone = 2147483648 -- start storing strings here (THIS IS THE ABSOLUTE MAXIMUM VALUE FOR THIS) _maxlength = 1024 -- multiply by 3 to get the true length...
  10. Clary

    Windows Email

    well i say many servers like mythia got an email like this: Team name@server name.com so i am wondering how can i make this as well i was wondering how to make forums so if there is any announced thread the email Team name@server name.com will send a msg for all ppl with that thread and the...
  11. Clary

    [Request]NPC Broadcast a msg per 6 hrs

    well i was wondering if it is possible to make a NPC broadcast a msg per 6hr or something (i mean a time chosen by u) don't give me a npc that broadcast randomly maybe every 10 mins or 5mins i want to decide for example 1hr=1hr 2hr=2hr coz last time i requested this the guy gave me a npc...
  12. Clary

    Wrong Line

    while compiling i get this error ../player.cpp: In member function `void Player::addSkillAdvance(skills_t, uint32_t)': ../player.cpp: error: `TEXTCOLOR_RED' was not declared in this scope I am trying to make a msg pop up in red like orange(monster talk) but i can't find out what it should...
  13. Clary

    Pvp zone error

    i am facing a prob here void Player::dropCorpse() { if(getZone() == ZONE_PVP) { preSave(); setDropLoot(true); setLossSkill(true); sendStats(); g_game.internalTeleport(this,getTemplePosition(), true); g_game.addCreatureHealth(this)...
  14. Clary

    Pvp zone error

    i am facing a prob here void Player::dropCorpse() { if(getZone() == ZONE_PVP) { preSave(); setDropLoot(true); setLossSkill(true); sendStats(); g_game.internalTeleport(this,getTemplePosition(), true); g_game.addCreatureHealth(this)...
  15. Clary

    Wrong Line

    while compiling i get this error ../player.cpp: In member function `void Player::addSkillAdvance(skills_t, uint32_t)': ../player.cpp: error: `TEXTCOLOR_RED' was not declared in this scope I am trying to make a msg pop up in red like orange(monster talk) but i can't find out what it should...
  16. Clary

    Who's next

    well i checked if someone posted this game b4 i found that none. well here's how it is played my post Clary : Empty is next Empty : hhehe ye right i was next Cip soft is next Marcinek Paladinek : no i was next :P clary is next understood? RULE 1- You can only post 2 posts per 10 posts. I...
  17. Clary

    TalkAction Sucide(with battle check!)

    Suicide(with battle check!) For the first, I'd like to thank Black Luster for the basic idea and nice piece of code. Second important thing - the function was made for TFS, I don't know will it work on other cores! As third... I've decided to release the code today, after I rebuilded it, and...
  18. Clary

    Compiling Tibia Client

    Can any one till me how to Compile a tibia client(change logo-ip-version) not a program to make it alone COMPILING WITH DEV C++
  19. Clary

    Revision 803 error

    while compiling Revision 803 pvp arena and pvp zones code i get this error ../player.cpp: In member function `virtual void Player::onKilledCreature(Creature*)': ../player.cpp:3258: error: expected `)' before "addUnjustifiedDead" ../player.cpp:3260: error: expected identifier before '!' token...
  20. Clary

    Ghost

    /ghost command is it going to work for Tags? or Trunk?
Back
Top