Jump to content

Thunderbolt

Members
  • Content Count

    90
  • Joined

  • Last visited

Everything posted by Thunderbolt

  1. Thunderbolt

    PK area

    rAthena script. Work on ra 17420 (PvP Cell) Battle config +// Addon Cell PVP [Ize]+// Enable Deathmatch for cell pvp+// Default: 0+// 0 = No+// 1 = Yes+cellpvp_deathmatch: 1++// Delay player alive deathmatch for cell pvp+// Default: 1000 (1 secand)+cellpvp_deathmatch_delay: 1000++// When player is dead recovery HP/SP Rate for cell pvp+// Default: 100 (recovery 100%)+deathmatch_hp_rate: 100+deathmatch_sp_rate: 100++// Enable buff when player is dead for cell pvp+// Default: 1+// 0 = No+// 1 = Yes+// Request core npc files use name "deathmatch_core"+cellpvp_autobuff: yes++// Can atk player in party+// Default: 1+// 0 = No+// 1 = Yes+cellpvp_party_enable: no++// Can atk player in guild+// Default: 1+// 0 = No+// 1 = Yes+cellpvp_guild_enable: no++// When player move to cell pvp is delay walk out cooldown+// Default: 5000 (5 secand)+cellpvp_walkout_delay: 5000+ Auto Buff Npc script and pvp cell setting (x,y) - script CELLPVP -1,{OnInit: setcell "morocc",143,113,157,103,cell_pvp,1; end; }- script deathmatch_core -1,{ callfunc("pvp_scstart"); end;}function script pvp_scstart { sc_start SC_INC_AGI,120000,5; sc_start SC_BLESSING,120000,5; sc_start SC_MAGNIFICAT,120000,3;} Download :cell_pvp_v1.6.diff Credit ea-th someone convert this to herc please
  2. How to convert old script NPC Trader - shop PotionS 90,521:-1,12548:20000,12581:30000,611:40,1065:-1,610:4000;- script Tools Dealer::pshop 542,{ callshop "PotionS",3; cutin "",255;end;}morocc,133,117,4 duplicate(pshop) Tools Dealer#81 542 To New npc trader - script Tools Dealer::pshop 542,{OnInit: sellitem Blue_Gemstone; sellitem Rod; sellitem Wand; sellitem Staff; sellitem Arc_Wand; sellitem Circlet; sellitem Silk_Robe; sellitem Silver_Robe;}morocc,154,95,4 duplicate(pshop) Tools Dealer#81 542 can possible ?
  3. Some computer can't join my server, error packet 0x64 Me and my friend can login server, but some otherplay error packet 0x64
  4. I'm use ragexe 2012-04-10, sometime error packet 0x64 My common.mmo #ifndef PACKETVER #define PACKETVER 20120410#endif // PACKETVER #define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
  5. random(1,3) pay_fild04,0,0,0,0 monster Angeling Small 1096,1,3600000,1800000,1 pay_fild04,0,0,0,0 monster Angeling Normall 1096,1,3600000,1800000,1 pay_fild04,0,0,0,0 monster Angeling Big 1096,1,3600000,1800000,1
  6. yes i know. but i want random respawn size. how to edit random Angeling size respawn on this code pay_fild04,0,0,0,0 monster Angeling 1096,1,3600000,1800000,1
  7. I need some event for boss monster. Random respawn size Big, Normal, Small. exsample. Angeling pay_fild04,0,0,0,0 monster Angeling 1096,1,3600000,1800000,1 How to edit random respawn size. <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}
  8. This source http://www.eathena.ws/board/index.php?showtopic=278123&pid=1528044&mode=threaded&start=#entry1528044 When i click on dungeon[Locked] in the warper if you cancle in menu. it just freeze at the screen, Can't walk, Can't talk npc, Can't use item skill Etc
  9. Thunderbolt

    Clan system

    Offical Kro Link http://ro.gnjoy.com/news/update/View.asp?seq=135
  10. request Toasty's Warper compatible with hercules pls. rathena link http://rathena.org/board/topic/57378-toastys-warper/
  11. new shop Awesome, but can not sell item it only buy, pls fix
  12. Warning on hercules latest version, tested on Linux CentOs6 --1 --2 --3
×
×
  • Create New...

Important Information

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