PushCart Decoration

kyeme

High Council
Messages
500
Points
0
Github
kyeme
Emulator
Do we have this new skill in kRO: PushCart Decoration? http://ragnarok.levelupgames.ph/main/cute-cart-remodel-guide/

Source: pRO

5xykGjz.jpg


 
Last edited by a moderator:
ooh o.o i think i stumbled by this while working on the 2013 client charselect stuff hmmm

 
indeed i have o.o i cant test it properly atm though

 
This is actually pretty neat to have.. o-O Maybe this is more of a suggestion now? Moving it.

 
I tried implementing this but I can't really say whether i managed to get it to work or not, because i think my client's luas do not support this (the skill icon for example, my luas dont have it).

Moving to needs more info.

 
The Decorate Cart i think use the new packet for new select cart windows (max lv 1 for 3 cart type)

skill db

2544,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0, MC_CARTDECORATE,Decorate Cart

skillid

MC_CARTDECORATE = 2544,


skilldescript

[SKID.MC_CARTDECORATE] = { "Decorate Cart", "Max Level:^777777 1 ^000000", "Effect : ^777777 Learning Decorate Cart", },

skillinfolist

Code:
	[SKID.MC_CARTDECORATE] = {		SkillName = "Decorate Cart",		MaxLv = 1,		SpAmount = { 40 },		bSeperateLv = false,		AttackRange = { 1 },		"MC_CARTDECORATE"	},
 
Last edited by a moderator:
HEADER_ZC_SELECTCART =  0x97f,
PacketType.W packetlenght.W identity.L      
lenght -1 8
 

HEADER_CZ_SELECTCART =  0x980,
PacketType.W identity.L type.B
lenght 7


Maybe
default_smile.png


 
Last edited by a moderator:
yes those are it, but again I can't tell whether I got them to work or not because my lua files appear to not suppor this feature.

 
I need more info on the client-side part, I tried using the .lua info provided by Napster but my client crashes when using the skill via command (cant use it directly by clicking because the skill shows no icon)

 
Any news ~
default_smile.png
I also tried to implement this using pure kro file and client but after I use the skill my client scream a lot of missing spr..

hmm..any clue?

default_ani_meow.gif
try to use pRO client 
so it means we can't implement this cause only pRO client does this....

and I also notice 2013 doesn't respond or show the cart list..so sad...

default_ani_meow.gif
I need more info on the client-side part, I tried using the .lua info provided by Napster but my client crashes when using the skill via command (cant use it directly by clicking because the skill shows no icon)
No MC_CARTDECORATE in textureÀ¯ÀúÀÎÅÍÆäÀ̽ºitem of pRO   OMG!

The texture of MC_CARTDECORATE is like from am_berserkpitcher  and rk_stonehardskin

Try this 

in skilltreeview.lua add  [13] = SKID.MC_CARTDECORATE,

[JOBID.JT_MERCHANT] = { [1] = SKID.MC_INCCARRY, [3] = SKID.MC_MAMMONITE, [4] = SKID.MC_IDENTIFY, [5] = SKID.MC_LOUD, [8] = SKID.MC_DISCOUNT, [9] = SKID.MC_PUSHCART, [12] = SKID.MC_CHANGECART, [13] = SKID.MC_CARTDECORATE, [15] = SKID.MC_OVERCHARGE, [16] = SKID.MC_VENDING, [19] = SKID.MC_CARTREVOLUTION },
Add this in your textureÀ¯ÀúÀÎÅÍÆäÀ̽ºitem mc_cartdecorate.bmp
 

Attachments

in iro yes it has the lua, bmp and spr for the skill icon in kro it doesn't have the bmp and desc...

and using the the iro client It can show the cart list window but many spr error in kRO it doesn't show(maybe new packet used)...

default_ani_meow.gif


 
Last edited by a moderator:
I gave it a try and went as far as copying the mc_changecart bmp,spr,and act and renaming them to mc_cartdecorate. Then I added everything needed in the lua files. Finally I added the skill to be given when equipping a item to easly get it. But nothing happens when using it. I know to use mc_changecart you have to click the icon itself for the packet to be sent to the server, but mc_cartdecorate isnt doing anything. kRO clients may not support it. I used the 2013-07-31 Ragexe.

 
Back
Top