StinkyMadness Posted December 13, 2014 Posted December 13, 2014 (edited) Hello guys... i use L2jFrozen 1113 Rev I have one idea (About Shift Click) and i try to make it by myself but.... w/e. If its possible help me Here or With TeamViewer P.S. I try connect the Shift Click with that :/ ( http://www.maxcheaters.com/topic/170381-icon-parser-interlude-%E2%98%9C%E2%95%90%E3%8B%A1/) but.... nothing I have this: and i want to make it like this And if its possible to fix it with exactly percent like 27% ... 13,2% ... etc...... Edited December 13, 2014 by StinkyMadness
0 Tessa Posted December 13, 2014 Posted December 13, 2014 (edited) I hope you download last rev :P Sure! ^^ Here is the patch: http://pastebin.com/fx37jef5SQL - Armor Table http://pastebin.com/nwEjB6BCSQL - Etcitem Table 1 http://pastebin.com/FeePukCGSQL - Etcitem Table 2 http://pastebin.com/2XqtXCKFSQL - Etcitem Table 3 http://pastebin.com/AzWuB9agSQL - Etcitem Table 4 http://pastebin.com/gqnYEGgTSQL - Etcitem Table 5 http://pastebin.com/yJCm5tXWSQL - Weapon Table http://pastebin.com/RyUd1EDiJava Patch The etcitem table was too big, so it has 5 parts... :lol: Enjoy! Edited December 13, 2014 by Tessa
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 (edited) Then something else... just to add with icons at Shift+Click.... ATM i have that Edited December 13, 2014 by StinkyMadness
0 Nightw0lf Posted December 13, 2014 Posted December 13, 2014 (edited) keep in mind that big html may crash the client many drops = crash check the one i added on hellas it does what you want Edited December 13, 2014 by Nightw0lf
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 then to just make it like this.....Recipe: Arcana Mace (60%) - Drop - 34.2%Animal Bones - Drop - 78.0% etc.......
0 Tessa Posted December 13, 2014 Posted December 13, 2014 Right, you should use the community board to parse the drop list. The whole process looks like that.. You should add new column to the items table in your database, that includes their icon names. For example: <img height=32 width=32 src="icon.etc_adena_i00"> This will show you the Adena icon... After that you should only modify the query and html in your script.
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 Right, you should use the community board to parse the drop list. The whole process looks like that.. You should add new column to the items table in your database, that includes their icon names. For example: <img height=32 width=32 src="icon.etc_adena_i00"> This will show you the Adena icon... After that you should only modify the query and html in your script. Can you help me some more or make one for me ? (for adenas) SQL / Eclipse / Html.... ? (L2JFrozen 1112)
0 Tessa Posted December 13, 2014 Posted December 13, 2014 (edited) The method is called onActionShift and it is located in gameserver/head-src/com/l2jfrozen/gameserver/model/actor/instance/L2NpcInstance.java Check the code between the else if (Config.ALT_GAME_VIEWNPC) statement. I don't have l2jfrozen's source to test it... Edited December 13, 2014 by Tessa
0 Nightw0lf Posted December 13, 2014 Posted December 13, 2014 as i said search in l2jhellas is what you need here : https://www.assembla.com/code/l2hellas/subversion/nodes/498/trunk/L2JHellasC/java/com/l2jhellas/gameserver/model/actor/L2Npc.java search for: public void onActionShift(L2PcInstance player) is also configurable and for gms i cant give screenshot i am at work.
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 I dont understand what to do :/ i need the code or the changes.... :/
0 Tessa Posted December 13, 2014 Posted December 13, 2014 (edited) I dont understand what to do :/ i need the code or the changes.... :/ Ok, I've used L2JServer's Interlude pack to test this... it shouldn't be so different. EDIT: Code update below... There is what I've got - http://prntscr.com/5gal4a EDIT: Note that there are only etcitem type icons, a lot of icons are missed... this is just an example of how to do it. Edited December 13, 2014 by Tessa
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 Tessa if you want send me your skype with pm. I need some help for adapt. (TeamViewer)
0 Tessa Posted December 13, 2014 Posted December 13, 2014 I will post the patch with full icon support for l2jfrozen in 20 min maybe... because I'm downloading the pack with 100 kbits/s. :lol:
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 I hope you download last rev :P
0 StinkyMadness Posted December 13, 2014 Author Posted December 13, 2014 I will test it atm..... can you add and ( how % drop rate ? )[icon] [itemName] [drop/Sweep] [change %] ????
Question
StinkyMadness
Hello guys... i use L2jFrozen 1113 Rev
I have one idea (About Shift Click) and i try to make it by myself but.... w/e.
If its possible help me Here or With TeamViewer
P.S. I try connect the Shift Click with that :/ ( http://www.maxcheaters.com/topic/170381-icon-parser-interlude-%E2%98%9C%E2%95%90%E3%8B%A1/)
but.... nothing
I have this:
and i want to make it like this
And if its possible to fix it with exactly percent like 27% ... 13,2% ... etc......
Edited by StinkyMadness26 answers to this question
Recommended Posts