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

    Compiling rateExperienceFromPlayers same ip block.

    Probably easier by printing since im using linux vm How to make it print and what values? both ? something like: print (attackerPlayer->getIP()) print (getIP()) before the return 0; ?
  2. DukeeH

    Compiling rateExperienceFromPlayers same ip block.

    no, would you mind telling me how to debug it?
  3. DukeeH

    Compiling rateExperienceFromPlayers same ip block.

    Sure, thanks for your time. double Player::getGainedExperience(Creature* attacker) const { if(!skillLoss) return 0; double rate = g_config.getDouble(ConfigManager::RATE_PVP_EXPERIENCE); if(rate <= 0) return 0; Player* attackerPlayer = attacker->getPlayer()...
  4. DukeeH

    Compiling rateExperienceFromPlayers same ip block.

    I found this code on EvilHero's thread, it's for 0.4 but it's really old, and it's not working. if(attackerPlayer->getIP() == getIP()) return 0; I've put it into Player::getGainedExperience function. Is there another way to deny exp from the same ip or a fix to this code? Thanks.
  5. DukeeH

    Windows Fast attack without bot

    Yes, you need source edits. What tfs version, not tibia client. Most TFS limits attackspeed at 500ms, so if you put like 100ms, you'll only reach that by using a bot. (or walking on some cases)
  6. DukeeH

    MoveEvent Three Rounds Tic-Tac-Toc System(Fixed Version + more features)

    reup map, i like your events. lost everything on my hd.
  7. DukeeH

    MoveEvent FootBall , automatic. [0.3.6 + 0.4]-Updated-

    Map reup please. :( Lost my hard drive.
  8. DukeeH

    TalkAction [Updated] Block IPs 0.3.6

    help please. Say default: 16:59 Test [18]: testing.servegame.com // testing,servegame,com Yell default: 16:59 Test [18]: testing************** // testing************** Private mensage: (Goes to default (say)) 16:59 Test [18]: testing************** // testing************** how to block...
  9. DukeeH

    RME'S Map editor missing alot of monster!

    You can't import from monsters.xml, you need to go to monster folder and import from monster file, like demon.xml it should work. Why isn't import working?
  10. DukeeH

    globalevents multiple times.

    Hello, i need some help to make globalevents occur multiple times, i've made a few tries and none of them work. exemple1, (gives me segmentation erro or something, doesn't let the server open. <globalevent name="orshabaal2" time="15:00" event="buffer" value="doExecuteRaid('orshabaal')"/>...
  11. DukeeH

    Solved A few fixes or help.

    no, the monsters are created by the script. i don't know why it doesn't create the monsters sometimes if the teleport players always work.
  12. DukeeH

    Solved A few fixes or help.

    If two teams go to the quest (anihilator like quest) in a small period of time, the second team doesn't get the monsters spawn. So you wait for a team to do and clean, then the quest is empty and they can just do it without monsters.
  13. DukeeH

    Solved A few fixes or help.

    Bump. :(
  14. DukeeH

    Solved A few fixes or help.

    Bump.
  15. DukeeH

    Solved A few fixes or help.

    Perfect, thanks. Do you have any idea about the other one? it should remove the monsters and create it again on the next team as it's on the script.
  16. DukeeH

    The Big Thread for Small Questions.

    yes it has. Update 8.0 (Summer 2007) June 26, 2007 New icy areas, including Grimlund, Helheim, Hrodmir, Svargrond, Nibelor, Okolnir and Tyrsung. Some vocation balancing in the form of increasing attack damage for Knights and Paladins, making attack spell/rune damage more based on magic level...
  17. DukeeH

    Solved A few fixes or help.

    First one is like anihilator but a custom quest, it's allowing people to go after the first team and get the room without the respawns. local summon={ {'Orshabaal', {x=145, y=74, z=14}}, {'Orshabaal', {x=144, y=74, z=14}}, {'Lavahole', {x=140, y=72, z=14}}, {'Lavahole', {x=141...
  18. DukeeH

    Lua maxhealthpercent/mana OnLogin

    items. through items.xml.
  19. DukeeH

    Lua maxhealthpercent/mana OnLogin

    Hello, i've a problem with: maxhealthpercent maxmanapercent When a character relogs or die, he logs in with the normal amount of hp/mana instead of the extra percentage. Is there any lua or c++ change that can fix it? Thanks :D
  20. DukeeH

    Lua You have found a chest.

    It was a problem on IsContainer.
Back
Top