[Release] IRIS Tool

Skilled Illusionist
Joined
Jul 5, 2006
Messages
340
Reaction score
86
this is server management tool, i have made for my server.
and i shared for people who's want to use.

Feature
v1.0.1.1
- DB Init
- Account Manager (Easy mode)

v1.0.0.1



- set Exp rate
- set Drop rate
- set Money drop rate

if anyone have an idea to recommendations please reply
and i'll add your functions if that a good idea.

DOWNLOAD
v1.0.1.1 x86:
v1.0.1.1 x64:

v1.0.0.1 :

HOW TO
Extract it on root of iris server folder and copy
" item_droplist.txt, item_dropmoney.txt, monsterlist.txt "
from resource folder then make new folder name "Original" in "script/" folder and paste three file into it.

:thumbup:
 
Last edited:
create something like item adder, character editor, skill adder or editor, item drop editor like when you want to raise how many the number of item will drop and how much percent it will drop. :)
 
One question thought? If we change the rate setting in the server do we need to update the file in the client also?
 
create something like item adder, character editor, skill adder or editor, item drop editor like when you want to raise how many the number of item will drop and how much percent it will drop. :)

ok i'll try ^_^

One question thought? If we change the rate setting in the server do we need to update the file in the client also?
Absolutely no
 
Does this tool support win7 x64 and mssql 2008 sp2? Couse when I run it, got debugger error...
 
amm bro jenose just a question
can we summon mobs using the Sps( stored procedures) from SQL?
or we really need some gm client for it?
game is lacking those events
 
Does anyone have the original file monsterlist.txt with exp? WHAT comes in because the script\Original is with 100x exp??
 
example from 1x original monsterlist.txt
Code:
1    1    0    1001    10    0    3    1    98    1000   [COLOR="Red"] 10    15[/COLOR]    186    130    20    10    600    30    1.3    1    25    500    100    50    0    4000    107    250    0    0    10000    3000    0    0    1    4000
example from 100x monsterlist.txt
Code:
1    1    0    1001    10    0    3    1    98    1000    [COLOR="Red"]1000    1500[/COLOR]    186    130    20    10    600    30    1.3    1    25    500    100    50    0    4000    107    250    0    0    10000    3000    0    0    1    4000

tried in every post and not found with base exp 1x
 
Last edited:
i got an eception error when trying to change the exp, Item drop or money rate !!

any one knows whats the problem ?

Be sure that those Original script txts have no comment line at the first line.

For example:

***/script/resource/monsterlist.txt
Code:
[COLOR="Red"]//INDEX	À̸§INDEX	Á÷¾÷index	kfmÆÄÀϸí	À̸§ ³ôÀ̰ª	ºÐ·ù	¼Ó¼º	·¹º§	HP	MP	EXPȹµæ·®	SXPȹµæ·®	¹°¸®¹æ¾î·Â	¸¶¹ý¹æ¾î·Â	¸íÁß¼öÄ¡	ȸÇǼöÄ¡	½Ã¾ß¹üÀ§	ºñÁß	Å©±â	¿¬Ãâ¿ëÅ©±â	ÇÇÇØ¹üÀ§	Çൿ¹üÀ§	Çൿ(Á¤Áö)	Çൿ(°È±â)	Çൿ(¶Ù±â)	Á¤Áö½Ã°£	À̵¿(°È±â)	À̵¿(¶Ù±â,µµ¸Á)	¼±°ø¿©ºÎ	º¯½ÅÀνÄ	ÃßÀû½Ã°£	ÃßÀû°Å¸®	µµ¸ÁÁ¶°Ç	µµ¸ÁÈ®·ü	ȸº¹¿©ºÎ	ȸº¹½ÃÀ۽ð£[/COLOR]
1	1	0	1001	10	0	3	1	98	1000	300	450	186	130	20	10	600	30	1.3	1	25	500	0	100	0	4000	107	250	0	0	10000	3000	0	0	1	4000
2	2	0	1002	20	0	2	2	137	1000	375	550	209	146	20	10	600	30	1.3	1	25	500	0	100	0	4000	87	320	0	0	10000	3000	1	30	1	4000
3	3	0	1003	10	0	3	3	177	1000	500	750	232	162	20	10	600	30	1.3	1	35	500	0	100	0	4000	107	370	1	0	10000	3000	0	0	1	4000
4	4	0	1004	10	0	3	5	259	1000	900	1350	277	193	20	10	600	30	1	1	35	500	0	100	0	4000	100	300	0	0	10000	3000	0	0	1	4000
5	5	0	1005	10	0	3	7	343	1000	1550	2325	323	226	20	10	600	30	1.1	1	35	500	0	100	0	4000	115	350	1	0	10000	3000	0	0	1	4000

Then it must be:
***/script/Original/monsterlist.txt
Code:
1	1	0	1001	10	0	3	1	98	1000	300	450	186	130	20	10	600	30	1.3	1	25	500	0	100	0	4000	107	250	0	0	10000	3000	0	0	1	4000
2	2	0	1002	20	0	2	2	137	1000	375	550	209	146	20	10	600	30	1.3	1	25	500	0	100	0	4000	87	320	0	0	10000	3000	1	30	1	4000
3	3	0	1003	10	0	3	3	177	1000	500	750	232	162	20	10	600	30	1.3	1	35	500	0	100	0	4000	107	370	1	0	10000	3000	0	0	1	4000
4	4	0	1004	10	0	3	5	259	1000	900	1350	277	193	20	10	600	30	1	1	35	500	0	100	0	4000	100	300	0	0	10000	3000	0	0	1	4000
5	5	0	1005	10	0	3	7	343	1000	1550	2325	323	226	20	10	600	30	1.1	1	35	500	0	100	0	4000	115	350	1	0	10000	3000	0	0	1	4000

Same for 2 another files.

Hope this help.
Regards,
 
thanks cHiPiDle, actualy you solved the problem :), im working on creating a gm tools to help me in adding item, creating and deleting accounts ... etc, now i dont have to waist my time in creating similar tool for increasing the exp rate and other thing.

i will release my tool hopfully early next week.


thanks for your help.
 
Back