Page 1 of 1
ctf event problem
Posted: Sat Apr 24, 2010 11:25 am
by cursing
» Find Revision
L2J Revision
Number: 4111
L2JDP Revision
Number: 7313
and full screen
http://img99.imageshack.us/img99/6171/cxvcx.png
DP :
http://pastebin.com/0vhRA1mp
CORE:
http://pastebin.com/BCHkAVPL
any help? im naab and idk were is the problem and how i can fix it ....
p;s i have edit my old post for the war town bcuz i solve the error and im write the new one problem

Re: war town event problem
Posted: Sat Apr 24, 2010 11:54 am
by samusiuks
how can you not see it ? You see the lines that are underlined?
Re: war town event problem
Posted: Sat Apr 24, 2010 12:39 pm
by Probe
why double post?
Eclipse shows you what the error is, you're missing the core part of this patch
Re: war town event problem
Posted: Sat Apr 24, 2010 2:38 pm
by cursing
i don't know how i can fix it

help me
i have apply the first script in data pack and gives me that error
Re: war town event problem
Posted: Sat Apr 24, 2010 3:06 pm
by samusiuks
did you even read what we posted?!
Re: war town event problem
Posted: Sat Apr 24, 2010 3:21 pm
by jurchiks
are you sure you've applied the core patch? cuz the errors say the configs are missing though i can clearly see they're in the core patch...
Re: war town event problem
Posted: Sat Apr 24, 2010 9:45 pm
by cursing
i told you im total naab but anyway
this time i have apply the core pacth first and then the DP and now i have one error with L2PcInstance.java.. like the other guy

Re: war town event problem
Posted: Sun Apr 25, 2010 2:15 am
by NoX
Ey man, is suggest you apply the patch manually, here is a link to the wiki that say how to do it.
http://www.l2jserver.com/wiki/How_to_Apply_a_Patch
the example is
Code: Select all
Index: java/net/sf/l2j/gameserver/clientpackets/SendWareHouseWithDrawList.java===================================================================--- com/l2jserver/gameserver/clientpackets/SendWareHouseWithDrawList.java (revision 353)+++ com/l2jserver/gameserver/clientpackets/SendWareHouseWithDrawList.java (working copy)@@ -99,7 +99,9 @@ } } - if (finalCount > PcInventory.MAX_ITEMS)+ // ootz0rz+ // allow GMs to have unlimited inventory+ if (finalCount > PcInventory.MAX_ITEMS && !activeChar.isGM()) { for (int i = 0; i < items.length; i++)
for example, you need to go a the location that is above jcom/l2jserver/gameserver/clientpackets/SendWareHouseWithDrawList.java
In this location you will find the file that you need to modify.
The symbol - means that you need to delete the line where it is
The symbol + means that you need to add de line where it is
Always there are lines without any symbols, I use it to find the line that I need to delete or add
Will be easy, just open the notepad, edit-find, write the line that has for example the symbol -m delete it, and add the others....in other case, copy the line that is just for reference find- and to whatever it need to be done.
Well I hope that this can helpm
bye
Re: war town event problem
Posted: Wed Apr 28, 2010 9:47 pm
by cursing
aha nice i fix it ... now i have problems with the ctf
full :
http://img99.imageshack.us/img99/6171/cxvcx.png
Re: ctf event problem
Posted: Mon May 03, 2010 10:30 pm
by cursing
help me guys ! give me one patch for this event bcuz i have many errors