Skip to content

Instantly share code, notes, and snippets.

View JMD13's full-sized avatar

JMD JMD13

View GitHub Profile
@JMD13
JMD13 / DP
Created May 19, 2013 13:58
Remove Nevits Blessing pop up window.
Index: dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java
===================================================================
--- dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java (revision 9726)
+++ dist/game/data/scripts/handlers/admincommandhandlers/AdminEditChar.java (working copy)
@@ -49,7 +49,6 @@
import com.l2jserver.gameserver.network.communityserver.writepackets.WorldInfo;
import com.l2jserver.gameserver.network.serverpackets.CharInfo;
import com.l2jserver.gameserver.network.serverpackets.ExBrExtraUserInfo;
-import com.l2jserver.gameserver.network.serverpackets.ExVoteSystemInfo;
import com.l2jserver.gameserver.network.serverpackets.GMViewItemList;
/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
### Eclipse Workspace Patch 1.0
#P L2J_Server
Index: java/com/l2jserver/gameserver/model/actor/instance/L2PetInstance.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/instance/L2PetInstance.java (revision 6164)
+++ java/com/l2jserver/gameserver/model/actor/instance/L2PetInstance.java (working copy)
@@ -605,15 +605,7 @@
target.resetOwnerTimer();
}
@JMD13
JMD13 / gist:7545157
Created November 19, 2013 13:12
remove nevits blessing window with configs.
### Eclipse Workspace Patch 1.0
#P H5_Core
Index: java/com/l2jserver/gameserver/model/actor/tasks/player/RecoBonusTaskEnd.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/tasks/player/RecoBonusTaskEnd.java (revision 190)
+++ java/com/l2jserver/gameserver/model/actor/tasks/player/RecoBonusTaskEnd.java (working copy)
@@ -18,6 +18,7 @@
*/
package com.l2jserver.gameserver.model.actor.tasks.player;
@JMD13
JMD13 / gist:7619191
Created November 23, 2013 19:58
Top no grade equipment for new characters.
Index: H5_DataPack/dist/game/data/stats/initialEquipment.xml
===================================================================
--- H5_DataPack/dist/game/data/stats/initialEquipment.xml (revision 203)
+++ H5_DataPack/dist/game/data/stats/initialEquipment.xml (working copy)
@@ -1,110 +1,177 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/initialEquipment.xsd">
<!-- Human Fighter -->
- <equipment classId="0">
- <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
/*
* Copyright (C) 2004-2013 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/scripts/handlers/effecthandlers/DispelBySlot.java
===================================================================
--- dist/game/data/scripts/handlers/effecthandlers/DispelBySlot.java (revision 10078)
+++ dist/game/data/scripts/handlers/effecthandlers/DispelBySlot.java (working copy)
@@ -18,11 +18,14 @@
*/
package handlers.effecthandlers;
/*
* Copyright (C) 2004-2014 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@JMD13
JMD13 / TvtVoicedInfo.java
Last active August 29, 2015 13:56
Some improvements and additions.
/*
* Copyright (C) 2004-2014 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@JMD13
JMD13 / Epic.java
Created March 6, 2014 20:03
Voiced command that displays grandboss status and respawn time in html pop up
/*
* Copyright (C) 2004-2014 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*