Jump to content
  • 0

Question

Posted (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:

 

ph6ZXie.png

 

and i want to make it like this

 

nTrxt60.png

 

And if its possible to fix it with exactly percent like 27% ... 13,2% ... etc......

Edited by StinkyMadness

Recommended Posts

  • 0
Posted (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
 

The etcitem table was too big, so it has 5 parts...  :lol:

Enjoy!

Edited by Tessa
  • 0
Posted (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 by Nightw0lf
  • 0
Posted

then to just make it like this.....

Recipe: Arcana Mace (60%)             -   Drop  -       34.2%
Animal Bones                                    -   Drop  -        78.0%

etc.......

  • 0
Posted

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
Posted

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
Posted (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 by Tessa
  • 0
Posted

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
Posted (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 by Tessa
  • 0
Posted

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:

Guest
This topic is now closed to further replies.


×
×
  • Create New...