Issue information

Issue ID
#5946
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 6, 2012 14:41
Last Post
Hercules Elf Bot
Jun 21, 2012 12:29
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Jun 6, 2012 14:41

Originally posted by [b]juniez[/b]
Hi, i have some problem with my map server
it crashes every 4 ~ 7 hrs up
i didnt change anything with src or something

heres my attachment

[attachment=2198:eror.jpg]

Hercules Elf Bot - Jun 6, 2012 14:50

Originally posted by [b]malufett[/b]
related with this..[url="http://rathena.org/board/tracker/issue-5933-vending-check2/"]http://rathena.org/board/tracker/issue-5933-vending-check2/[/url]

ATM disable the[b] min_npc_vending_distance [/b]change the value to 0

or change the [b]char output[50];[/b] to [b]char output[250];[/b]

but it is better to disable since I'm not yet done fixing the said bug...

Hercules Elf Bot - Jun 6, 2012 15:05

Originally posted by [b]juniez[/b]
how to disable that ?
i didnt understand c++ programming lang

Hercules Elf Bot - Jun 6, 2012 15:09

Originally posted by [b]malufett[/b]
ok...so better disable it at conf/battle/player.conf


[CODE]
// Minimum distance a vending must be from a NPC in order to be placed
// Default: 3 (0: disabled).
min_npc_vending_distance: 3 [/CODE]

Hercules Elf Bot - Jun 6, 2012 15:43

Originally posted by [b]juniez[/b]
[quote name='malufett' timestamp='1338995344' post='10146']
ok...so better disable it at conf/battle/player.conf[CODE]// Minimum distance a vending must be from a NPC in order to be placed // Default: 3 (0: disabled). min_npc_vending_distance: 3 [/CODE]
[/quote]

Thank you so much malufett !! /kis

Hercules Elf Bot - Jun 6, 2012 23:07

Originally posted by [b]Ind[/b]
epoque fixed this recently