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

    Chat msgs related (C++ advanced)

    Hi, I have an otserver in wich players can reset their chars. Here is my request, I would like some help/directions on how to add some info on players msg. 14:00 Example[100]: <msg> I would like to make it like this 14:00 Example[100,X]: <msg> where X is the resets number of that...
  2. W

    shoottype="crystalarrow"

    I want to use crystal arrow, is it possible? I tryed to add in-source but the client gets a crytical error =/
  3. W

    setPlayerLootRate/SetPlayerRegeneration

    I really need help developing these codes: -A code setPlayerLootRate(cid,rate) setPlayerRegeneration(cid,hpticks,hpamount,manaticks,manaamount) I really need it for VIP accounts, if it is impossible to make, just tell me. Thx!
  4. W

    Compiling Help Compiling TFS 0.3.6

    I got error with this "boost". and others... Can someone tell me how do I configure [b]Library Directories, Include Directories and Resource Directories. I downloaded Stian Repack Dev-Cpp, supposed to compile it. Help please, really urgent!
  5. W

    Ultra Vip System [for real!]

    Hi, I'm here to present you my Vip System, finished seconds ago. I spent days looking for a Vip System good enough to provide me what I wanted, I decided to edit+make my own, for real, Complet system. Well, the modifications are HUGE, I spent a lot of time, so be patient. Features...
  6. W

    Lua 2 functions script

    function onSay(cid, words, param) if(words == "/vip")then accountName = getPlayerAccount(cid) if(isSilverVip(accountName))then time1 = getSilverVipTime(accountName) if(time1 > 0)then doPlayerSendTextMessage(cid, 19, "Sua conta tem...
  7. W

    set player regeneration for VIP

    Well, is it possibel to make a special player have a special regeneration? I need it for my VIP system. I already got the exp increse and it goes doPlayerSetRate(cid, SKILL__LEVEL, 1.5) How do I make the same, but for regeneration?
  8. W

    'end' expected to close 'function' -Really Urgent

    function onSay(cid, words, param) if(words == "/vip")then accountName = getPlayerAccount(cid) if(isSilverVip(accountName))then time1 = getSilverVipTime(accountName) if(time1 > 0)then doPlayerSendTextMessage(cid, 19, "Sua conta...
  9. W

    Help configuring class.phpmailer

    Can someone help me configuring this so i can get lost account working
  10. W

    Most powerfull guild, please read it! you can help

    So here's the thing, the script by elf to show on website the most powerfull guild is bugged as we all know. Link: http://otland.net/f118/0-3-6-0-4-top-fragers-top-guilds-one-database-query-68893/index4.html#post727320 Where is the bug? When none of the guild have frags, the guild names wont...
  11. W

    mysql/phpmyadmin HELP PLEASE

    Hi, i really need to know how do I protect my database and prevent players from acces "xxx.servegame.com/PHPMYADMIN", i need to make it accessible ONLY FROM LOCAL NETWORK like in this case http://votoserver.no-ip.org/phpmyadmin. And, i need to make a backup and expor my OT database, just...
  12. W

    vocation.xml URGENT PLEASE!

    well, file name: vocations.xml gainhpticks="1" gainhpamount="20" gainmanaticks="1" gainmanaamount="7" This should make a KNIGHT heal 20hp/sec and 7mp/sec but it doesnt work!!! I really need to modify the regeneration time and i cant! Do i need to change something else in another file...
  13. W

    Gesior and Xampp issues! HELP DAMN IT!

    I wanna know what version of xampp i must use to make gesior and TFS work perfectly! "Gesior Acc-0.3.6.r54" "cryingdamson6pl1-gui" I cant, in ANYWAY, connect to mysql database using xampp 1.7.3, and using xampp 1.6.7, I can BUT, on steps 6 and 7, i get errors! Warning...
  14. W

    Gesior problem, help please.

    Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61 Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 62...
Back
Top