/svn/conf/battle/battle.conf
// Are arrows/ammo consumed when used on a bow/gun?
// 0 = No
// 1 = Yes
// 2 = Yes even for skills that do not specify arrow consumption when said
// skill is weapon-based and used with ranged weapons (auto-guesses which
// skills should consume ammo when it's acquired via a card or plagiarize)
arrow_decrement: 1
Hi
there are 2 kinds of Setup.exe
1. Setup_l.exe = http://nn.nachtwolke...opensetup_l.zip
2. Setup_r.exe = http://nn.nachtwolke...opensetup_r.zip
i forgot what client client still uses setup_r.exe but as i know around 2011 06 ++ = setup_l.exe
As of Rev15857
rAthena haven't implement Genetics and Professor.
since Bug tracker is still full of skill report about some 3rd jobs that are implemented
Suggestions
* Separate IRC from char-map-server console!
* Multi-Channel Support
* Web Chat Support (for RO Web Browser)
Question
* IRC Server = Public Release?
* y u not use my name in the examples :@
Updated:
http://pyro-ro.com/c...a15857_v2.patch
Fixed problem only close shop shows up
EDIT:
rushing makes more error
thx to Waeyan
@ openshop
irc_announce_shop(sd,1); not 0
Attachment and mirror Updated
did you set this?
@ svn/conf/monster.conf
// Display some mob info next to their name? (add as needed)
// (does not works on guardian or emperium)
// 1: Display mob HP (Hp/MaxHp format)
// 2: Display mob HP (Percent of full life format)
// 4: Display mob's level
show_mob_info: 0
1. goto svn/src/map/battle.c
Find:
if(class_ == MOBID_EMPERIUM && flag&BF_SKILL) {
below that
#ifndef RENEWAL
case MO_TRIPLEATTACK:
#endif
case HW_GRAVITATION:
add
case GC_CROSSIMPACT:
it will look like this
//Skill immunity.
switch (skill_num) {
#ifndef RENEWAL
case MO_TRIPLEATTACK:
#endif
case HW_GRAVITATION:
case GC_CROSSIMPACT:
break;
default:
return 0;
2. did your gm tried to @refresh
the patch is outdated to trunk revision
so if patch = updated 15500 and current trunk = 15800+
some lines of the patch isn't same as rev15800
that is the cause in your problem
anyways,
no problem