Jump to content

pjgferreira

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by pjgferreira

  1. im not sure if i understand what you want... you wanna to make .tele unusable in combat? if it is folow >>> SetSentErrorMessage(true); return false; } [color=SeaGreen]+ if(_player->isInCombat()) //Combat check + { + SendSysMessage("Em combate"); + SetSentErrorMessage(true); + return false; + }[/color] // stop flight if need if(_player->isInFlight()) just this.
  2. =D good news. THX this isn't the place for suport, but u can get the last udb for exemple and update from \\MaNGOS\\sql\\updates starting from u DB_Version.
  3. In my hometown i use a mangos serv with anti spped on but some friends are on wireless connection sometimes they have big big big latency the anti-hack disconnect they even when they are not using any kind of hack cuz of huge delay. may be this u problem? Well, anyway u patch must have some kind of configuration in mangosd.conf to control it. look in the conf file for something like this Anticheat.Movement.Enable = 0 Anticheat.Movement.Kick = 0 Anticheat.Movement.AlarmCount = 200 Anticheat.Movement.AlarmTime = 5000 Anticheat.Movement.Kill = 0 Anticheat.Movement.Kick = 0 Anticheat.Movement.BanType = 0 Anticheat.Movement.BanTime = "1m" Anticheat.Movement.MaxXYT = 0.4 Anticheat.Movement.IgnoreSecAfterTeleport = 10 Anticheat.Movement.GmLevel = 0 if u cant find put it in the conf file, if not work look for dev of u patch. or just dont patch it at all ps- english isn't my laguage i hope u can understad
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use