Jump to content

patr3k

Members
  • Posts

    257
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by patr3k

  1. patr3k

    NPC Redeemer

    1 vote point = 1 poring coin so like this? getitem 7539,#VotePoints; set #VotePoints,1; end;
  2. To all rAthena scripters out there, help me please Can i request for a npc that they can exchange their vote points to poring coins (Item ID# 7539)? Thanks in advance.
  3. patr3k

    Fluxcp Live!

    I just wanna test it with my friends. is this right? ----> http:/myip/fluxcp
  4. patr3k

    Fluxcp Live!

    I already have Fluxcp running here at home. But i want to make it viewable by others. Like i'm hosting my own CP here at home. How can i do that?
  5. Thank you so much Kisuka! also thanks to Euphy!
  6. Can you give me an example? sorry still new to this.. And thanks Euphy in advance
  7. yeah i know.. but how can i put the item +7 valk armor etc...?
  8. How can i add this items in this script by Joseph 1pc valkyrie Armor +7 Item ID# 2357 1pc Valkyrie Manteau +7 Item ID# 2524 1pc Valkyrie Shoes +7 Item ID# 2421 1pc Valkyrie Shield +7 Item ID# 2115 3pcs - Bubble Gum 5 Box Item ID# 13607 3pcs - Battle Manual 5 Box Item ID# 14208 10pcs - Bloody Branch Item ID# 12103 10pcs - Mithril Coin Item ID# 674 4pcs - Abysmal Knight Card Item ID# 4140 http://rathena.org/b...ies/#entry91434 amatsu,116,146,3 script Seyra 90,{ set .@n$, "[seyra]"; setarray .@rwd[0],2115,1,2357,1,2421,1,2524,1; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes .@n$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitem .@rwd[.@i], .@rwd[.@i+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; }
  9. patr3k

    Drop Rates

    yeah point 10% (.10)
  10. if you use client version 2012-06-18.... in mmo.h put : #define PACKETVER 20120618 and also remove this ---->> // <---- in ---> //#define PACKETVER 20111116 then re-compile. check your packet_db packet_db_ver: default also check your scripts_custom.conf
  11. patr3k

    Drop Rates

    I'm a bit confused and i already wasted 2 and a half hours on configuring my drop rates. normal cards: 20% mvp cards: 1% and some modified drop rate for some mvp card like gloom (#4408) - .10% and mini boss Maya Purple Card (#4198) - .50% i tried to edit my mob_db drop rate, but i cant get it right. may be someone can help me here. // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_drop_card_min: 1 item_drop_card_max: 10000
  12. patr3k

    aura

    you mean: data/lua files/optioninfo/OptionInfo.lua? Thanks! I'll try! ** YES! i works! ["/aura"] = 0.
  13. patr3k

    aura

    2011-03-15 client version
  14. patr3k

    aura

    How can i set the aura (/aura) to simplified aura default ON to my server?
  15. Oh yeah! Thanks to you guys!
  16. I have a problem viewing some slotted item like this one Shaman Ring [1] [Accessory] Item ID# 2777. It showned not slotted. But i can insert a card in it.
  17. @Euphy ** Custom Currency Multi-Shop I'm using Proof of Donation (#7179). I used my merchant to check the shop. But it showed the discounted currency. How can i remove the discounted currency or how to not to display the discounted currency?
  18. So i have to use rATHENA svn lower than 15330? or (how can i revert it?)
  19. Any guide how can i add additional @commands?
  20. Is it okay if i use this even if i'm using 3ceam?
  21. rATHENA : max_third_aspd: How can i edit my source code in 3ceam so i can enable this option to my palyer.conf configuration. // Same as max_aspd, but for 3rd classes. (Default 193, Highest allowed 199) max_third_aspd: 193
  22. If i'm using 3ceam... is there a way to migrate to rATHENA?
  23. Yeah that's what i'm talking about. Damage Walk-delay Affects Boss-monsters. So how can i enable that to my server? anyone? Please help.
×
×
  • Create New...