-
Posts
259 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Posts posted by FFs
-
-
The same code ever and ever again.
-
Simple,Easy? Try to remake all htmls from all npc by yourself and you will see how easy it is! ;)
All? ALL? ALL the NPC?
Its easy but it takes a lot of time.
Anyway, nice share and nice ussage of colors, images, buttons :)
-
Thanks for the share... But onlu handy for those who like to use the shift+click feature in theirs production server,... a questios, did the properties have already something like shift+click drop list?
Stop using the google translator man...
-
Try deleting the border to the table (table border=0), deleting the quest drop items who are shown on the droplist (i supouse).
The [D]Drop and [s Spoil delete the [s and [D] and put the indications with colors.
That would be a nice code :)
I'll try to do it by myself and if you want i can post it :)
Very good share, and keep sharing :D
-
i got difficulties in adapting it to high five there is many methods that not working in h5 like isInEvent()
L2JServer alredy have it.
-
Nice Gatekeeper, that is what i was looking for :D
-
Put the tag [Guide] to your first post.
-
Dont make spam men.
Its just an anti ddos, it blocks all the ddos attacks.
Tested and working.
-
-
Thanks.
It nice Guide :D
:D
If you have errors or questions just answer the post :)
-
-
How to solve the unequip weapon problem:
L2ItemInstance wpnR = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); L2ItemInstance wpnL = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND); if (wpnR == null) wpnR = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); if (wpnL == null) wpnL = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND); if (wpnR != null && wpnL != null) { L2ItemInstance[] unequipedR =player.getInventory().unEquipItemInBodySlotAndRecord(wpnR.getItem().getBodyPart()); L2ItemInstance[] unequipedL =player.getInventory().unEquipItemInBodySlotAndRecord(wpnL.getItem().getBodyPart()); InventoryUpdate iu = new InventoryUpdate(); for (L2ItemInstance itemR: unequipedR) iu.addModifiedItem(itemR); for (L2ItemInstance itemL: unequipedL) iu.addModifiedItem(itemL); player.sendPacket(iu); } else if (wpnR == null && wpnL != null) { L2ItemInstance[] unequipedL =player.getInventory().unEquipItemInBodySlotAndRecord(wpnL.getItem().getBodyPart()); InventoryUpdate iu = new InventoryUpdate(); for (L2ItemInstance itemL: unequipedL) iu.addModifiedItem(itemL); player.sendPacket(iu); } else if (wpnR != null && wpnL == null) { L2ItemInstance[] unequipedR =player.getInventory().unEquipItemInBodySlotAndRecord(wpnR.getItem().getBodyPart()); InventoryUpdate iu = new InventoryUpdate(); for (L2ItemInstance itemR: unequipedR) iu.addModifiedItem(itemR); player.sendPacket(iu); }Thanx, i'll add it to the first post.
-
I hope that you guys will make a good job because i don't even see another project for freya or hi5 that is still alive and that have peoples that work at it. Good luck with your project, hope that sometime you will have a big team and will make more revisions and fixes. If you will do this I will be very happy to donate to your project, but until then the only thing i can say is good luck!
Thanx a lot for your support djtrex, we are working hard to make this project one of the best on H5.
-
Ok, It is perfect. I try fix somethings and work 100%.
Thanks for share!
No problem.
Anything else u need just tell me :)
-
The error isnt about the guide, the error IS on the patch you implemented to the core.
Put the patch and we can help you :)
-
you gotta pay for svn server = semi private? :S
That is a public project....
-
looks good but not that good for me to pay yet.
It isnt a private project....
Read the post before comment.
-
so the patch is not working? :S
Test it by yourself and u will know :D
Btw, good share :)
-
Freya ??? stable pack ?
Yes, tested and its very stable :)
-
when i do the update the ant isnt exist any more so there is no way to compile it :) any possible fix or what i did wrong ???
before i run the eclipse i replaced the ant plugin folder but ant doesnt exist :D
U downloaded the patch i made?
-
You Forgot to mention that if you dont have
TvTAllowVoicedInfoCommand = TRUE
This will never work .. ;)
I suggest you, edit you topic and write it ;)
Let me update it :)
Its an old code :p
-
Nice work, not something special but useful :)
Keep sharing dude!
-
Close and open the eclipse and try again.
If the problem continues, try with this link to make the update: http://subclipse.tigris.org/update_1.4.x
-
Unique?
Why do u make spam men? I see your spam in all the posts ¬¬
// Ontopic
That is amazing! I'll test it right now!

[SHARE] AltDev team. ("High Five!" part5) release "r2 light-Blue"
in Server Development Discussion [L2J]
Posted
It IS L2Overworld pack :D