Jump to content

Napster

Members
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Napster

  1. You forgot diff Enforce Official Login Backgroud
  2. changed 18741,C_Will_O_Wisp,C Will O Wisp,4,10,,0,,,,0,0xFFFFFFFF,63,2,1024,,1,,880,{},{ sc_start SC_STRANGELIGHTS,-1,0; },{ sc_end SC_STRANGELIGHTS; }
  3. now 2014-10-22 ragexe can't support DisablePacketEncryption maybe rAthena want enable the official packet obfuscation support (WPE Free)
  4. report this missing file wav (v 0.7) if( .soundeffects ){ soundeffect "rog_steal coin.wav",1; } change if( .soundeffects ){ soundeffect "rog_steal_coin.wav",1; } and when success rate with soundeffect client crash
  5. player can type /tip in game (on/off) show windows popup when login and you can edit tip in data/Tipofday.txt
  6. check you mmo.h /// Item Bound Type enum bound_type { BOUND_NONE = 0, /// No bound BOUND_ACCOUNT, /// 1- Account Bound BOUND_GUILD, /// 2 - Guild Bound BOUND_PARTY, /// 3 - Party Bound BOUND_CHAR, /// 4 - Character Bound BOUND_MAX, //BOUND_ONEQUIP = 1, //! TODO BOUND_DISPYELLOW = 2, /// Shows the item name in yellow color };
  7. change type item & function to 7338,RO_Transportation_Card,One-way Ticket,11,,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc("VIPBROADCAST", 7338); },{},{} mod function function script VIPBROADCAST { if (!countitem(getarg(0)) return; else { if(@Delay < gettimetick(2)) { input @megaphone$; announce strcharinfo(0) + "[VIP SHOUT]: " + @megaphone$,bc_all,0x00FF00; set @Delay,gettimetick(2) + 180; delitem getarg(0), 1; } else if(@Delay > 0) dispbottom "Sorry , but you have to wait 3 Minutes To Use VIP Shout Again."; } return; }
  8. opps! forgot sorry i will update again and this fix warning for linux bugreport by Lelouch vi Britannia
  9. Update fix bug : ExtendedVendingSystem_1.9.2 thank you for report
  10. i use variable store value (time_t) sd->payment_time i want to use for function status_change_start question: how to convert (time_t) -> tick thankyou
  11. ask some question when use string variable, how to can support or create function format_number ex: 1,000,000,000
  12. i need help create function convert zeny when query sum zeny over 2147483647 from zeny log SQL query_sql "SELECT SUM(`amount`) FROM `zenylog`WHERE `id` > '0' LIMIT 1", .@sum; if(.@sum > 2147483647) { set .@sum$, " + .@sum; mes "" + .@sum$ +" billion"; } npc can't show over limit 2147483647 thank you for adv
  13. no problem for me https://www.dropbox.com/s/tbi2ux3jpaoocf4/screenrAthena001.jpg?dl=0 https://www.dropbox.com/s/wn7bc8kj58zfh4w/screenrAthena002.jpg?dl=0
  14. @Darkpurple you use config battle/monster.conf or not ?
  15. when put item to cart relogin again bcz save cart inventory
  16. move to : http://rathena.org/board/topic/98149-market-clone-by-annierurudastgir/
  17. [sRC] Market Clone 1.2 ref topic : http://hercules.ws/board/topic/7242-market-clone/ credits : [AnnieRuru/Dastgir] Hercules How to use this ? You can enable or disable this feature How to create clone How to kill clone Change log enjoy! Market_clone_1.2_rA_r12425.patch Market_clone_1.3.1_rA_r12540.patch
×
×
  • Create New...