Help in modifying @mobinfo @iteminfo

ippo20

New member
Messages
25
Points
0
Github
ippo20
Emulator
i wanted to modify the information here to just return simple information like

Monster: Name, Lvl, HP, Location, and drops.

Iteminfo: Name[slot], Type, WhoDrops w/o percent

Anyone could guide me where I can modify it? if possible, I want it comppressed so it would not take too much space in the screen.

 
i wanted to modify the information here to just return simple information like

Monster: Name, Lvl, HP, Location, and drops.

Iteminfo: Name[slot], Type, WhoDrops w/o percent

Anyone could guide me where I can modify it? if possible, I want it comppressed so it would not take too much space in the screen.
have you tried the conf\messages.conf

Code:
1240: MVP Monster: '%s'/'%s'/'%s' (%d)
1241: Monster: '%s'/'%s'/'%s' (%d)
Code:
1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s
 
have you tried the conf\messages.conf

1240: MVP Monster: '%s'/'%s'/'%s' (%d)
1241: Monster: '%s'/'%s'/'%s' (%d)

1240: MVP Monster: '%s'/'%s'/'%s' (%d)
1241: Monster: '%s'/'%s'/'%s' (%d)


1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s

1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s

yes sir, I tried commenting them and it gave me a bunch of atcommand.c errors, I wish to make it one liner per monster if @mobinfo.

 
no need to commenting them just modified them.
Hi again,

If i leave them blank, it returns errors.  But if I put something like this.

image.png

This happens

image.png

And is there anyway to reload messages.conf in game without restarting map server?

 
Hi again,

If i leave them blank, it returns errors.  But if I put something like this.

View attachment 6050

This happens

View attachment 6051

And is there anyway to reload messages.conf in game without restarting map server?
I still need help on this. I would like to have one row to have the ItemID. if its source modification, can any body point me to the right direction? 

 
Back
Top