Jump to content
  • 0

Just want to ask about..


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Well yeah. Its about PRE-RE item_db and RE item_db.

Are they using the same item script? If so is it okay for me to use the RE/item_db.txt on my server which is uses PRE-RE folder?

Because im building Renewal server with pre renewal formulas.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

No they are not, RE item_db uses the new atk/def/matk, etc. formula.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

I see. The reason why i want to use the RE/item_db is because those effin' mechanic asking for UNKNOWN ITEM which i find at RE/Item_db. Tch. How complicated this it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

You can could try to copy them manually one by one xD

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Yeah. Thats what im doing right now. Thanks! We'll be posting more bugs i found. For example the Rebellion class cant wear my modified DSET. Arrrg. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Check the upper part XD if you want it equippable by all class, make it like the job and upper > 0xFFFFFFFF,32

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Check the upper part XD if you want it equippable by all class, make it like the job and upper > 0xFFFFFFFF,32

 

 

Oh! So 32 is the corrent number. Im using 15 and 18. I'll try it right now.

 

=======================================================

 

Tried already. Still my rebellion cannot wear the D.Helm.

Edited by gidzdlcrz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Did he meet the required level? o_O

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

Did he meet the required level? o_O

Isnt the mask for Every type 63?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Oh I forgot they were changed since the third jobs, well based on the structure, he can just use 7 as upper for it to be equippable.. Not sure what's his problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Im going to try it again. so 63 is the correct number. One moment.


Well this is my DHELM

5808,Diabolus_Helmet,Dark Bacilium,4,20,,250,,5,,1,0xFFFFFFFF,64,2,256,,0,1,364,{},{},{}

My rebellion still cannot wear it. I wonder whats wrong.

 

But i have a custom wing and i am able to wear it.

32002,Fusion_Wings,Fusion Wings,4,20,,100,,0,,0,0xFFFFFFFE,63,2,1,,0,0,1200,{}{}{}

=========================================================

 

Wooops edit. I can wear it now by putting 63 instead of 64.



So the only mistake here is the upper code. Hmmmmm. Strange.

 

 

 

 

Can you guys give me a link about upper codes. I have using iDB to know what are the values. And the maximum values are 15 only.

Edited by gidzdlcrz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

Im going to try it again. so 63 is the correct number. One moment.

Well this is my DHELM

5808,Diabolus_Helmet,Dark Bacilium,4,20,,250,,5,,1,0xFFFFFFFF,64,2,256,,0,1,364,{},{},{}

My rebellion still cannot wear it. I wonder whats wrong.

 

But i have a custom wing and i am able to wear it.

32002,Fusion_Wings,Fusion Wings,4,20,,100,,0,,0,0xFFFFFFFE,63,2,1,,0,0,1200,{}{}{}

=========================================================

 

Wooops edit. I can wear it now by putting 63 instead of 64.

So the only mistake here is the upper code. Hmmmmm. Strange.

 

 

 

 

Can you guys give me a link about upper codes. I have using iDB to know what are the values. And the maximum values are 15 only.

Class: Equippable upper-types. Uses the following bitmasks:
	 1: Normal classes (no Baby/Transcendent/Third classes)
	 2: Transcedent classes (no Transcedent-Third classes)
	 4: Baby classes (no Third-Baby classes)
	 8: Third classes (no Transcedent-Third or Third-Baby classes)
	16: Transcedent-Third classes
	32: Third-Baby classes

^From the rAthena/doc folder

 

You add all the value together that you want to use. All = 63; Non-3rd = 7; Only 3rd = 56

Edited by Pneuma
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Thanks sir!!! :)


====================================

Oh I forgot they were changed since the third jobs, well based on the structure, he can just use 7 as upper for it to be equippable.. Not sure what's his problem.

Yup! This works alright. Using PRE RENEWAL. You have to use 63 if RENEWAL. :)

Link to comment
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.   Paste as plain text instead

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