Jump to content

shatowolf

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by shatowolf

  1. you need your vps/server IP to be licensed.
  2. Hi, To make sure it's daniel, ask him to reply on harmonize forum. - Shatowolf
  3. Daniel Stelter-Gliese just posted a mins ago at harmonize forum. go check it out guys! Cheers for Harmony....
  4. IG is updating every week. so i'll recommend IG for protection.
  5. about 200k hp without any other buff, i experience that also, they're using some program, i think you should update your SVN. Harmony only support 2012-04-10. The owner of Harmony is gone "RIP".
  6. Hi, Pm me your battle.c and battle.h i'll add those,
  7. The bold color red will be fixed.
  8. You need this : Click I can't clearly determine what topic should i see, can you do me a favor? post here the specific topic that might solve my problem? thanks in advance Just add those and recompile, Credit goes to : ~AnnieRuru~ Don't forget to add these: and remember to add this line in db\castle_db.txt 100,guild_vs1,koe,koe,1 Add this patch Index: battle.c =================================================================== --- battle.c (revision 14826) +++ battle.c (working copy) @@ -3341,6 +3341,13 @@ if( (s_bl = battle_get_master(src)) == NULL ) s_bl = src; + if ( s_bl->type == BL_PC && t_bl->type == BL_MOB ) { + struct map_session_data *sd = BL_CAST(BL_PC, s_bl); + if ( ( ((TBL_MOB*)target)->class_ == 1288 && !strcmp( mapindex_id2name(sd->mapindex), "guild_vs1" ) ) && + ( sd->status.guild_id == mapreg_readreg( add_str("$koegid") ) || battle_getcurrentskill(src) > 0 ) ) + return 0; + } + switch( target->type ) { // Checks on actual target case BL_PC: Index: battle.h =================================================================== --- battle.h (revision 14826) +++ battle.h (working copy) @@ -3,6 +3,7 @@ #ifndef _BATTLE_H_ #define _BATTLE_H_ +#include "mapreg.h" // state of a single attack attempt; used in flee/def penalty calculations when mobbed typedef enum damage_lv {
  9. You can direct send here : http://www.redcross.org.ph/donate Yes we already know that part.
  10. As of now, i don't find any bug, it's working fine now, i'll update once i find bug on this. thanks man.
  11. Hi Lil Troll, Create a code like this sir, welcome123 and claim it using this Welcome123 uppercase "W" it will trigger the spam. you can get unlimited item using the code Welcome123 uppercase "W" Thanks,
  12. Good day Lil Troll, Still it can spam using caps lock. if you caps lock the code it can spam. we are using the latest 1.2.1
  13. Did you put these queries? DROP TABLE IF EXISTS `reward_codes`; DROP TABLE IF EXISTS `reward_logs`; CREATE TABLE IF NOT EXISTS `reward_codes` ( `promo` VARCHAR(26) NOT NULL DEFAULT '', `nameid` INT(11) UNSIGNED NOT NULL DEFAULT '0', `item_name` VARCHAR(50) NOT NULL DEFAULT '', `amount` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `time_created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `limit` INT(10) UNSIGNED NOT NULL DEFAULT '0', `pool` INT(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`promo`) ) ENGINE = MYISAM; CREATE TABLE `reward_logs` ( `code` VARCHAR( 26 ) NOT NULL DEFAULT '', `account_id` int(11) unsigned NOT NULL default '0', `last_ip` BINARY( 9 ) NOT NULL DEFAULT '', `name` VARCHAR( 26 ) NOT NULL DEFAULT '', `redeem_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `claim` INT( 10 ) NOT NULL default '0', PRIMARY KEY (`code`) ) ENGINE = MYISAM; Yes. still player's can spam it. with upper case letter.
  14. Hi, bug report. Sample you generate a code : welcome123 them if player get it already, then someone "player" type : WELCOME123 players can spam it.\ or Welcome123 - uppercase W it will spam code.
  15. great, and good job guys, now rathena is back online. cheers
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.