Jump to content
Faller

Apparel Fusion on New Apps

Recommended Posts

Hey there! 

 

So, I'm having some troubles with some apps I recently added to my iteminfo. Is there anything I should do after adding them?

The apparels work as well, but, can't fuse it.

Error: "You did not insert an apparel. Please reselect".

I know there's a varialble that adds the condition that the apparels should be on ID 5k+ but, maybe there's another to set the limit?

 

Thanks for your attention!

All Regards,

Faller.

Share this post


Link to post
Share on other sites
33 minutes ago, Angelix said:

I think there's also a limit with the scripts, I don't remember the exact limit, but you can find it in forge.lua though.

 

Thanks for your answer :)

I tried searching for "4999, 5000 and 5001" in forge.lua, but I couldn't really find it. All I found was app upgrade scripts.

Even though, apreciate your answer ^^

~Faller

Share this post


Link to post
Share on other sites

Fusionable Items:

 

function can_fusion_item_main ( Table )

-- Search for it:
	if ItemID_Waiguan <= 4999 or ItemID_Waiguan >= 6000 then

 

Apparel Upgrades:

function can_beuplv_item_main ( Table )

-- Search for it:
	if Item_beuplv_ID < 5001 or Item_beuplv_ID > 6000 then

Edit these lines to range which you added new apparels..

  • Like 2

lelouch_signature_by_vahntheknight-d4uafwj.png

Share this post


Link to post
Share on other sites
2 hours ago, Faller said:

Hey there! 

 

So, I'm having some troubles with some apps I recently added to my iteminfo. Is there anything I should do after adding them?

The apparels work as well, but, can't fuse it.

Error: "You did not insert an apparel. Please reselect".

I know there's a varialble that adds the condition that the apparels should be on ID 5k+ but, maybe there's another to set the limit?

 

Thanks for your attention!

All Regards,

Faller.

For 1.3x you need to modify both GameServer (itemid verification) and Client (display attrs) for apparels 7k+
If we are discussing items with ids within the scope of 5k-7k, your solution is given by @Satan. 
 

  • Like 1

kong.png

a2.png

Share this post


Link to post
Share on other sites
16 hours ago, Angelix said:

I think there's also a limit with the scripts, I don't remember the exact limit, but you can find it in forge.lua though.

@Satan Thanks for the answer!!! :)

 

@KONG Hey KONG! Could you guide me on doing so? or would you recommend me any guides for it? 

 

Thanks guys!

Share this post


Link to post
Share on other sites
5 hours ago, Faller said:

@Satan Thanks for the answer!!! :)

 

@KONG Hey KONG! Could you guide me on doing so? or would you recommend me any guides for it? 

 

Thanks guys!

There is such a guide floating around the ru sectors. But even after all is done, there is a few bugs which I cannot remember. I can only suggest to start working on src and leave behind these legacy exe.

  • Like 1

kong.png

a2.png

Share this post


Link to post
Share on other sites
22 minutes ago, KONG said:

There is such a guide floating around the ru sectors. But even after all is done, there is a few bugs which I cannot remember. I can only suggest to start working on src and leave behind these legacy exe.

 

Alright :) Thanks! @KONG

I'll try to make spaces between 5k and 7k, lots of work awaits for me lol...

Thanks for all the feedback guys! Best forum ever!

Faller~ 

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
Reply to this topic...

×   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.


×
×
  • Create New...