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

    Solved [Cast Sytem for OTHIRE 1.0] error C2228: left of '.empty' must have class/struct/union

    I'll get the lastest sources from OTHire and implement Cast System for you guys !!! Maybe I'll add Guild War too...
  2. Nottinghster

    [8.6x] OTServ 0.6.4 (Cast System)

    Don't thanks me mate, thanks @Summ for the Cast System, I've just implemented to OTServ_SVN 0.6.4 :)
  3. Nottinghster

    Lua [OTHIRE] Problem with few scripts

    Feel free to ask any questions if you find any errors ;) I've already included your coords and IDs (water, border and bridge). The pos_realocar is in case if have any monsters or items on top of the bridge, it will be teleported to coords defined in script local pos_realocar = {x = 32410, y =...
  4. Nottinghster

    [7.72] OTHire 0.0.3

    Hehe, it's my project, but it's uncontinued, feel free to fix bugs :)
  5. Nottinghster

    [ZNOTE AAC] Auction System Page

    Hello OTlanders! A long time ago, I've converted that page that was created to Gesior AAC to Znote AAC to my Server, and it's working 100% Original thread: TalkAction - Offline player to player item trader (Auction System). <?php require_once 'engine/init.php'; include...
  6. Nottinghster

    Existem BR's?

    I'm here, motha' fucka' hahahaha Tranquilidade, meu camarada ?
  7. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    As a friend request, I decided to create some simple scripts Ab'Dendriel Sacrifical Stone !!!
  8. Nottinghster

    [8.0] South Drefia Grim Repapers/Undeads

    This is pretty awesome, great job ;)
  9. Nottinghster

    Compiling Need help compiling Original Tools (Tibia cam software)

    VISUAL STUDIO 2012 C# EXPRESS EDITION Be happy mate :)
  10. Nottinghster

    request !addons talkaction

    Since this is an "old" code and I don't use TFS, you can easily convert it function onSay(cid, words, param) local femaleOutfits = { ["citizen"] = {136}, ["hunter"] = {137}, ["mage"] = {138}, ["knight"] = {139}, ["nobleman"] = {140}, ["summoner"] = {141}, ["warrior"] = {142}, ["barbarian"] =...
  11. Nottinghster

    ShowOFF Harry Potter Sprites

    Holy shit, this is pretty awesome !!!
  12. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    No, I didn't even know that my post was deleted. Dude, seriously, you should care for more important things in your life, this is just a game... Get a girlfriend, do something cool for you, so much hate for nothing ... I've created that server, because it's a hobby for me, and as I said...
  13. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    We are back ?!?!?!? Added old outfits in client
  14. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    What's the position of Temple of Light then? Because I can't find it
  15. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    @Thexamx Thanks, it works!
  16. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    How can I open this map with RME? Do you guys have any clue ?
  17. Nottinghster

    Script to enter in Dl poi (avesta)

    function onStepIn(cid, item, pos) local BOOK_ID = 1970 local ACTION_ID = 10201 -- Actionid of the tile that teleport you if you have the Holy Tible if (item.actionid == ACTION_ID) then if (getPlayerItemCount(cid, BOOK_ID) ~= 1) then doTeleportThing(cid...
  18. Nottinghster

    Script Premium Bridge Rook (avesta)

    function onStepIn(cid, item, pos) if isPremium(cid) == false then pos.x = pos.x + 3 doTeleportThing(cid, pos) doSendMagicEffect(getPlayerPosition(cid), CONST_ME_TELEPORT) end return true end
Back
Top