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

    The Forgotten Dev-Cpp v2.6!

    This project is still good to use ??
  2. G4BB3R

    TibiaEditor V6.X Alpha

    Where the formats.xml file ??? I can't find this on my black Demon editor =/ I need a version for tibia 8.60 What I need to do ?? Thanks
  3. G4BB3R

    [IDE] Lua Programming

    Hello I would know what IDE you use to program in LUA for your OTserv ?? I always used OTScript Live by Colex ( Otscript Live! 0.4.1.13 - XTibia - A sua comunidade de Tibia e OTserv ) but I want to find a better one, more professional; Tips ?? What IDE do you use ??? ( PLEASE DONT SAY...
  4. G4BB3R

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    is it updated? its better to use the original programming style or use this new lib ? Mock, do u use it or its only for beginners? thanks
  5. G4BB3R

    [Script for automatic giveexp]

    I sent a PM to you, but I will tell here for other people in forum: Go to the DATA folder, then go to the CreatureScripts folder, and in scripts, find the "login.lua" Put in the begin of the script: local exp = 1847300 if getPlayerExperience(cid) < exp then...
  6. G4BB3R

    Lua Help with script onLook!! Rep

    This function will only work with new items... doRemoveItem(item.uid) local new = doCreateItem(item.itemid, 1, pos) doPlayerSetSpecialDescription(new, ""..getPlayerName(cid).." passed here.") Every time you LOOK at the sign, it will receive a text: <PLAYER> passed here.
  7. G4BB3R

    [Script for automatic giveexp]

    pseudo script function SetExp(uid,exp) if getPlayerExperience(uid) < exp then doPlayerAddExp(uid,exp-getPlayerExperience(uid)) end return TRUE end Example: SetExp(cid,1847300) If you are level 49 or less, it will add the experience needed to get level 50 :D
  8. G4BB3R

    Action Tetris system by mock

    i dont know why, but the tetris dont stop on the "ground", he continues walking down till the end of the map XDDD How to fix ? (The configuration is ok)
  9. G4BB3R

    Alternative Damage

    bump ? D:
  10. G4BB3R

    Alternative Damage

    I dont understand the "connection" T_T I cant find any connection Can you help me ?
  11. G4BB3R

    Alternative Damage

    1: In my server I have a spell caled conjure trap (exevo tar []), and when the player cast spell, the trap fall in the ground, but when someone steps, the player (that casted the spell) dont get Skull, and if a monster step on the trap, it dont give the experience to the player ! :/ Is possible...
  12. G4BB3R

    Set player speed to XXX when entering title with itemID X?

    ah, i found another way... Set my speed with the Level Speed formula hehe
  13. G4BB3R

    Set player speed to XXX when entering title with itemID X?

    To return to the old speed, I will need to set my speed in a storage value, right ?
  14. G4BB3R

    Set player speed to XXX when entering title with itemID X?

    Sorry for reviving an old thread, but to avoid creating a new thread, i will use that. I have the same problem that this guy.. and the search results only show me THIS thread.. If you dont want to do this script for me, please post the function to set velocity X and to return to original...
  15. G4BB3R

    The best VIP system ever! [Action/Movevent/Globalevent]

    Awesome script... But I don't understand why not use the real premmium account system, because you don't need to waste time for a new VIP SYSTEM and the vip system may contain a few bugs... The Vip system have more advantages than real PACC ??!
Back
Top