Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. Cydh

    Homunculus

    save this file to .php file.. on your localhost folder. (ex.: xampp\htdocs\gohomeexpyouaredrunk.php) run it from your browser (ex.: http://localhost/goh...youaredrunk.php) then copy the results to exp_homun.txt
  2. Cydh

    Homunculus

    xD you can copy last line then paste it until 255th line.. xD or, maybe you can use iteration function(for, while, do-while), and decide the exp different for each next line..
  3. if you use revision for playing -not finding bug-, why don't you use another revision that its'nt latest..? lastest revision isn't always stable.
  4. Cydh

    Homunculus

    that why it's called example.. xD you can reduce some digits behind it as you like.. haha
  5. here, the patch files. better you add them manually. cartcountitem(<item_id>) cartdelitem <item_id>,<amount> storagecountitem(<item_id>) storagedelitem <item_id>,<amount> maybe you can try with these NPCs too. I know these aren't the simple way, because you can modif the countitem and delitem script with type (ex. countitem 501,1. delitem 501,1,1) storagecountitem.patch cartcountitem.patch cartdelitem.patch storagedelitem.patch cartdelitem.txt storagedelitem.txt
  6. I'm using 3CeAM too, and no error.. edited : http://rathena.org/board/topic/75348-disable-when-equipped/#entry162021
  7. what did u change? xD what revision do u use?
  8. Cydh

    Homunculus

    example: copy your exp.txt contains to exp_homun.txt
  9. "normal map" on skill_nocast_db.txt refers to all map that not allowed to pvp (!map_flag_vs(m)), but when pk_mode is active, every normal map will be pvp map. // adjustments if( battle_config.pk_mode ) map[i].flag.pvp = 1; // make all maps pvp for pk_mode [Valaris] to make map is flagged as dungeon or field, there's no default mapflag for it. (or make it) maybe, insert the maps into restricted zone, and use it for exception *CMIIW
  10. try this maybe.. it's working for me, I use 3CeAM.. try edit it manually cant_attack_when_using_equip.patch
  11. my delay, from eA http://eathena.ws/forum/topic/505-pk-mode-onoff-from-ra-to-ea/#entry3337 only working on town (mine, from eA) http://eathena.ws/forum/topic/505-pk-mode-onoff-from-ra-to-ea/page__st__20#entry3846
  12. delay when using @pk, to prevent player spam that command. Honestly, I never know what Java did, I just edit it on someone post on eA (look at my link)
  13. before /** * Fills the reference of available commands in atcommand DBMap **/ #define ACMD_DEF(x) { #x, atcommand_ ## x, NULL, NULL } #define ACMD_DEF2(x2, x) { x2, atcommand_ ## x, NULL, NULL } void atcommand_basecommands(void) { and ACMD_DEF(mount2) }; AtCommandInfo* atcommand; int i;
  14. @Fresh prince, omg.. for rA is on topic.. >_>
  15. @D3ath, open the file, and read thema manually.. @GM Takumirai, recheck your skill.h, I think you missed some lines from the .patch file @PapaZola, I've implemented that script for my eA and 3CeAM, working properly (if you know how to change part, to match it with each emulator) @joaopedrorios, maybe you can make new mapflag, "managedamage", and add the flag to manage skill damage option.. @donkeyg, of course you must add the .patch file to your server before u can enjoy your damage reduction~
  16. http://eathena.ws/forum/topic/505-pk-mode-onoff-from-ra-to-ea/
  17. hmmm.. maybe 1. make the db/item_loot_db.txt 2. every pc_additem and the item is listed on db/item_loot_db.txt, will be announced
  18. you forgot this not forget, only based on original file.. I wasn't editing for latest rAthena version.. xD
  19. @goddameit, it won't works, for target except ALL_CLIENT, it must declare the bl.. struct block_list *bl; bl = map_id2bl(sd->bl.id); clif_broadcast2(bl, output, (int)strlen(output)+1, battle_config.drop_announcecolor, 0x190, 12, 0, 0, ALL_SAMEMAP); @Zack-, I'm done.. I'll send you the final file..
  20. I don't know why, I don't know what's the error/warning message.. try to send me PM of the compile error message and your trade.c file..
  21. well.. need a little edit for ready to use.. prontera.bmp
  22. cool.. more than prontera.. btw, can you make the correct minimap for it? or anyone else having it?
  23. if you want for certain weapon, you can make the 2-handed sword, but the position only on right hand..
  24. there is another way to install it offline, since my Ubuntu has not Internet connection? if you know where can I get the package
×
×
  • Create New...