Jump to content
  • 0
Judas

2013 Ragexe Area

Question

525 answers to this question

Recommended Posts

  • 0

Here some little packet update to equip items:

 

 

 

0x0998,8,equipitem,2:4 

 

 

You had 0x0998 set to "useitem" instead of "equipitem" @ judas.

 

Edit: Your _J version of the attached client works fine.

 

Do you have hackshield in your RO folder ?

 

It still doesn't work for me except with the exe from k3dt

 

We have to find the hex for old login system too >.<

 

(Here the new packet_db : http://pastebin.com/n2hpKRk4) with your modification Ryuuzaki

Edited by Shakto

Share this post


Link to post
Share on other sites
  • 0

Tested on 3ceam, and has no image error and crash.

 

The same occurs in hercules and rathena.

Edited by Beret

Share this post


Link to post
Share on other sites
  • 0

Anyway...

 

Does anyone can tell if with the new version of lub files, they have a problem with the skill tree ? (new skill are in 2nd job tree) and some news skills are at the same location as older skills.

 

I tried with 2012 exe, so can anyone look if it's the same things with the new exe ?

 

749303screenCloudOnline000.jpg

Edited by Shakto

Share this post


Link to post
Share on other sites
  • 0

FYI:
Headgear Limit has been raised to 2,000

Mob IDs in the range 10,000-19,999 are enabled by default now.

Share this post


Link to post
Share on other sites
  • 0

anyone find out why vending(alt+W) isn't possible? Is there something new KRO added, or is it packet/src related?

 

EDIT:

 

Yommy mentioned to me that it was strange as well. Usually the item button has text that says open cart using alt+W, but when you hover on it on 2013-03-20 client there is no text there.

Share this post


Link to post
Share on other sites
  • 0

It would be a pleasure to try to fix that but my server use md5 password. Without the enforce old login system, it's not possible to log in >.<

Password NULL has his md5, can't believe it >.>

Share this post


Link to post
Share on other sites
  • 0

anyone tried to use the client in IDA? It is trying to pick up hackshield in IDA i think which is weird.

I saw this error =>

Debugged application message: CHackShieldMgr::Stop() failed

Debugged application message: CHackShieldMgr::UnInit() failed

Share this post


Link to post
Share on other sites
  • 0

When using the Four Spirit Analysis skill get crash due to lack of customer packages 2013.

 

 

 

 

Received unsupported packet (packet 0x868, 12 bytes received)

Share this post


Link to post
Share on other sites
  • 0

 

When using the Four Spirit Analysis skill get crash due to lack of customer packages 2013.

 

add this

0x0868,-1,itemlistwindowselected,2:4:8

:meow:

Share this post


Link to post
Share on other sites
  • 0

thx :3

 

EDIT:

 

Regarding cart, it does show the [Alt+W] on the char menu. So that seems right.

 

And the korean text that gets spit out translate to:

 

 

이지역은 카트이용이 금지 되어 있습니다

 

This region are prohibited from using the cart.

 

So is there a mapflag we're missing O.o?

Share this post


Link to post
Share on other sites
  • 0

It seems it's a new mapflag °°

Never saw that before.

 

But it's great to notice that. Just have to seach out how to find the mapflag and how add it :D

Edited by Shakto

Share this post


Link to post
Share on other sites
  • 0

both server and client :o i thought of something, perhaps for vendings to be allowed the client now requires a specific map type to be sent by the server?

/// Set the map type (ZC_NOTIFY_MAPPROPERTY2)./// 01d6 <type>.Wvoid clif_map_type(struct map_session_data* sd, enum map_type type){	int fd;	nullpo_retv(sd);	fd=sd->fd;	WFIFOHEAD(fd,packet_len(0x1D6));	WFIFOW(fd,0)=0x1D6;	WFIFOW(fd,2)=type;	WFIFOSET(fd,packet_len(0x1D6));}
enum map_type { // clif_map_type	MAPTYPE_VILLAGE              = 0,	MAPTYPE_VILLAGE_IN           = 1,	MAPTYPE_FIELD                = 2,	MAPTYPE_DUNGEON              = 3,	MAPTYPE_ARENA                = 4,	MAPTYPE_PENALTY_FREEPKZONE   = 5,	MAPTYPE_NOPENALTY_FREEPKZONE = 6,	MAPTYPE_EVENT_GUILDWAR       = 7,	MAPTYPE_AGIT                 = 8,	MAPTYPE_DUNGEON2             = 9,	MAPTYPE_DUNGEON3             = 10,	MAPTYPE_PKSERVER             = 11,	MAPTYPE_PVPSERVER            = 12,	MAPTYPE_DENYSKILL            = 13,	MAPTYPE_TURBOTRACK           = 14,	MAPTYPE_JAIL                 = 15,	MAPTYPE_MONSTERTRACK         = 16,	MAPTYPE_PORINGBATTLE         = 17,	MAPTYPE_AGIT_SIEGEV15        = 18,	MAPTYPE_BATTLEFIELD          = 19,	MAPTYPE_PVP_TOURNAMENT       = 20,	//Map types 21 - 24 not used.	MAPTYPE_SIEGE_LOWLEVEL       = 25,	//Map types 26 - 28 remains opens for future types.	MAPTYPE_UNUSED               = 29,};

Share this post


Link to post
Share on other sites
  • 0

I don't think it's a mapflag for "vending" -> there is alrdy a celltype for that

I think it's a mapflag or a celltype to have a cart like having a peco ect...

Share this post


Link to post
Share on other sites
  • 0

I don't think it's a mapflag for "vending" -> there is alrdy a celltype for that

I think it's a mapflag or a celltype to have a cart like having a peco ect...

So you think the client no longer recognises these stuff as "hi you have a cart and this is its data"?
	if(pc_iscarton(sd)) {		clif_cartlist(sd);		clif_updatestatus(sd,SP_CARTINFO);	}

Share this post


Link to post
Share on other sites
  • 0

No, for me it recognize that. That's why it check if it's allowed to have it with a mapflag or celltype.

Share this post


Link to post
Share on other sites
  • 0

Right it knows it has a cart. Vending skill can be used, but not being able to open cart inventory the skill is useless

 

But the map type you posted looks interesting

Share this post


Link to post
Share on other sites
  • 0

//Map types 21 - 24 not used.
//Map types 26 - 28 remains opens for future types.

Map type 29 and 30

 

Maybe we have to try with all this map type on and off

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.