Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for hotkeyAimbotEnabled and mitigateDamage #2592

Closed
wants to merge 14 commits into from
27 changes: 27 additions & 0 deletions Manual del manco.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
65535 - 65528

pocion bug 35563

AddToDataEventsScriptsPlayerLua
AddToModulesScriptsGamestoreInitLua

--Cambios al C++--
mitigateDamage / src / creatures / creature.cpp
parseHotkeyEquip src/server/network/protocol/protocolgame.cpp player->sendCancelMessage("You cannot equip items by using a hotkey.");
src/game/game.cpp 3726 player->sendCancelMessage(RETURNVALUE_DIRECTPLAYERSHOOT);


Borrar otserv custom map








token en dp puedes robar
Gray island señal brasil
electricidad suelo bug?
serverinfo exp
warzone 3+
4 changes: 4 additions & 0 deletions Restart.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
:Start
canary.exe
GOTO:Start
8 changes: 8 additions & 0 deletions castle_war.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CREATE TABLE `castle_war` (
`id` int NOT NULL DEFAULT '0',
`guild_id` int NOT NULL,
`guild_name` varchar(64) NOT NULL,
`timestamp` int NOT NULL,
`throne_points` bigint NOT NULL DEFAULT '0',
`active` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Loading
Loading