Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Add item in item mixing in EP7

Initiate Mage
Joined
Oct 9, 2009
Messages
46
Reaction score
19
Good Day again Ragezoners!

Now I will release a guide in adding items in your item mixing, it's ingredients and the finish product :)::):

Before anything else, item mixing is only for EP7 and need the item mixing NPC a.k.a "JACK".

If you don't have jack, read my guide in adding him in your NPCs

Please note that you should include Grocer NPC in order to activate the Item Mixing features...

Now lest's start

First open your Glogic.rcc in the data\glogic folder:
jongski09 - How to Add item in item mixing in EP7 - RaGEZONE Forums

Extract itemMix.ini using Winrar

And then open it with REditor:
jongski09 - How to Add item in item mixing in EP7 - RaGEZONE Forums


Now you see numbers right?


ITEM_MIX = [0] [0,6] [1] [18,1] [1] [-1,-1] [0] [-1,-1] [0] [-1,-1] [0] [98,10] [1] [95] [2100]

[0]= the item mixing number
[0,6]= the item id number (refer to your ItemStrTable.txt about that)
[1] = the number of items needed
[98,10] = that is the id number of the finish product
[95]= that is the probability of success
[2100]= that is the item mixing fee (gold)

Note:
put [-1,-1] [0] to empty the remaining slot and there are only 5 maximum items you can insert.

Important:
Use tab button on spacing or else it won't work !!!

:thumbup::thumbup::thumbup::thumbup:
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Dec 14, 2010
Messages
50
Reaction score
4
so nice too
what is the chf file name of searching npc?
 
Junior Spellweaver
Joined
Jul 13, 2011
Messages
175
Reaction score
17
how about sir im not going to iclude the grocer merchant there is any way that i dont want to quest using item mix? i mean no need to quest
 
Experienced Elementalist
Joined
Sep 6, 2010
Messages
296
Reaction score
4
[06]= the item id number (refer to your ItemStrTable.txt about that)

i dont understand this..if mixed item sure got 2 or more item..so if 06 what is it?? i cant see at itemstrtable
 
Joined
Mar 12, 2011
Messages
962
Reaction score
589
[06]= the item id number (refer to your ItemStrTable.txt about that)

i dont understand this..if mixed item sure got 2 or more item..so if 06 what is it?? i cant see at itemstrtable

if you open itemstrtable.txt there are some text like IN_000_006.

0 = 000 (number after IN_ )
6 = 006 (number after 000_ )

basicaly i call 0 as mainID and 6 as subID. and you didnt need to put the extra 0.
ex :
006 just put 6
016 just put 16
 
Junior Spellweaver
Joined
Apr 18, 2014
Messages
164
Reaction score
13
help here why it is always :material does not match vevn i put the correct item for mixing :(
 
Initiate Mage
Joined
Apr 23, 2014
Messages
3
Reaction score
0
Thanks A Lot But Please Send A Video Or Step By Step :3 (Thanks A Lot)
 
Initiate Mage
Joined
Nov 13, 2017
Messages
1
Reaction score
0
i cant open itemmix.ini and itemstr in reditor i think it is encrypted how to decrypt it?
 
Back
Top