-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Styx15
-
i test and still can abuse unlimited reclaim ..helpppp....
-
Request Client Rathena Before Skill Revamp with low bug.
Styx15 posted a question in Source Requests
Hello somebody have rathena before skill revamp / job improvement ? -
how to add random mvp ?
-
Bug Shadow chaser anti range when skill feint bomb to Neutral Barrier
Styx15 replied to Styx15's question in Scripting Support
-
Thank you @mR L
-
How to make blood lust [shadow chaser] get impact from stasis skill
Styx15 posted a question in General Support
How to add impact skill stasis warlock to blood lust skill and hiding? because in my server when inflict stasis still can cast skill like blood lust... thank you -
Hello i need hourly reward only in maintown ex only in prontera . someone can help me to set that ? This is script i used. Thank you prontera,100,100,5 script hourlypoints 139,8,11,{ end; OnTouch: dispbottom "Stay here to get afk hourly points."; attachnpctimer(); startnpctimer(); end; OnTimer10000: getmapxy(.@map$,.@x,.@y,0); if( distance(.x,.y,.@x,.@y)<=11 && .@map$==.map$ ) { if( checkidle() ) { getitem(12875,1); dispbottom "Thank you for always stay near me"; set @consecutive_hour, @consecutive_hour + 1; //Check for 1 hours consecutive if(@consecutive_hour == 1) { set @consecutive_hour,0; getitem(12875,1); dispbottom "Thank you for always stay near me"; } } } attachnpctimer(); initnpctimer(); end; OnInit: getmapxy(.map$,.x,.y,1); set .cpoint_amt, 50; //Points gained for consecutive time online. set .point_amt, 10; //Normal points gained. }
-
Hello i need help about script guardian soul ..somebody can help me to create script Guardian Soul Like Divide Pride Type: EquipmentClass: GarmentDefense: 25Weight: 30Requires Level: 100Usable By: All JobsEnables Heaven's Drive Lv1Increases resistance to Human Player and Doram player damage by 1%If refined to +7 or higherAtk +7 for every 18 points of Pure Luk and StrReduced Skill Delay Usage by 1% for every 18 points of Pure Luk and Str3% Resistance to Shadow and Holy attribute attacks for every 18 points of Pure Luk and StrASPD 1% for every 18 points of Pure Agi and VitMaxHP 1% for every 18 points of Pure Agi and Vit3% Resistance to Fire and Water attribute attacks for every 18 points of Pure Agi and VitmAtk +7 for every 18 points of Pure Int and DexReduce Spell Cast Time by 1% for 18 points of Pure Int and Dex3% Resistance to Wind and Earth attribute attacks for every 18 points of Pure Int and DexIf refined to +12 or higherAtk an additional +5 for every 18 points of Pure Luk and Str2% additional Resistance to Shadow and Holy attribute attacks for every 18 points of Pure Luk and StrASPD an additional 1% for every 18 points of Pure Agi and VitMaxHP an additional 1% for every 18 points of Pure Agi and Vit2% additional Resistance to Fire and Water attribute attacks for every 18 points of Pure Agi and VitmAtk an additional +5 for every 18 points of Pure Int and Dex2% additional Resistance to Wind and Earth attribute attacks for every 18 points of Pure Int and DexIf refined to +15 or higherAtk an additional +2 for every 18 points of Pure Luk and Str2% additional Resistance to Shadow and Holy attribute attacks for every 18 points of Pure Luk and Str MaxHP an additional 1% for every 18 points of Pure Agi and Vit2% additional Resistance to Fire and Water attribute attacks for every 18 points of Pure Agi and VitmAtk an additional +2 for every 18 points of Pure Int and Dex 2% additional Resistance to Wind and Earth attribute attacks for every 18 points of Pure Int and Dex Thank You
-
Bug Shadow chaser anti range when skill feint bomb to Neutral Barrier
Styx15 replied to Styx15's question in Scripting Support
-
Bug Shadow chaser anti range when skill feint bomb to Neutral Barrier
Styx15 posted a question in Scripting Support
Hello.. i need help about shadow chaser bug.. when shadow chaser use skill feint bomb to mechanic when active neutral barrier shadow chaser auto bug anti range attack.. someone can help me to fix it ? thank you... -
help to Make SC_GEFFEN_MAGIC3 Debuff when relog or teleport..
Styx15 posted a question in Scripting Support
Hello i need help how to make SC_GEFFEN_MAGIC3 Debuff when relog or teleport ? Thank you.. -
hello i want to ask in my server gate of hell cannot reduce from card or equipment.only from skill_damage_db.txt can somebody help me ? thank you...
-
Hello i have script from Secrets.. i need to help set time participation sill count when user change character..because when user change character time reset from 0 again... And setting 1 Ip only can get reward one time only..dual not count... thank you before.. //===== rAthena Script ======================================= //= Time-based WoE participation reward. //===== By: ================================================== //= Secret //===== Description: ========================================= //= A WoE participation timer counter. //===== Additional Comments: ================================= //= Don't make WoE sessions overlap or the script will go nuts! //============================================================ amatsu,102,164,6 script WoE Reward 4_GEFFEN_08,{ mes .n$; mes "You can claim the WoE participation prizes if you participated in the last WoE longer than " + .min_time + " minutes."; if(.cash) mes "- " + .cash$[1] + ": " + .cash; if(.zeny) mes "- Zeny:" + callfunc("F_InsertComma",.zeny); .@sz = getarraysize(.items); if(.@sz) { mes "- Items:"; for(.@i = 0; .@i < .@sz; .@i += 2) { mes " x" + .items[.@i+1] + " " + getitemname(.items[.@i]); } } next; mes .n$; if (agitcheck() || agitcheck2() || agitcheck3()) { mes "You can only claim the prizes when the WoE is not active."; mes "Your WoE participation time is "+ WOE_Timer +" minute" + (WOE_Timer > 1 ? "s" : "") + "."; close; } if(WOE_Timer_Claimed) { mes "You already claimed your WoE participation prize."; close; } if(WOE_Timer < .min_time) { mes "Your WoE participation time is not enough."; mes "Your WoE participation time is "+ WOE_Timer +" minute" + (WOE_Timer > 1 ? "s" : "") + "."; mes "While you have to participate for " + .min_time +" minute" + (.min_time > 1 ? "s" : "") + "."; close; } mes "Do you want to claim your prize?"; mes "You have participated in the last WoE for " + WOE_Timer + " minutes."; mes "Remember, if you don't claim your prize now, It will be lost once the next WoE starts!"; next; switch(select("Claim the prize", "Later")) { case 1: mes .n$; mes "Thank you for participating in the War of Emperium!"; WOE_Timer_Claimed = true; if(.cash) { set getd(.cash$[0]), getd(.cash$[0]) + .cash; dispbottom "Received " + .cash + " " + .cash$[1] + ". Total: " + getd(.cash$[0]); } if(.zeny) { Zeny += .zeny; dispbottom "Received " + .zeny + " zeny."; } for(.@i = 0; .@i < .@sz; .@i += 2) { getitem .items[.@i],.items[.@i+1]; } break; case 2: break; } close; OnCheck: if(!getcharid(2) || (!agitcheck() && !agitcheck2() && !agitcheck3())) { WOE_Start = 0; } else { if(WOE_Start != $@agit_time) { callsub(S_OnReset); } WOE_Start = $@agit_time; getmapxy(.@map$,.@x,.@y,UNITTYPE_PC); if(mf_gvg_te_castle != 0) { if(!getmapflag(.@map$,mf_gvg_castle) && !getmapflag(.@map$,mf_gvg_te_castle)) return; } else { if(!getmapflag(.@map$,mf_gvg_castle)) { return; } } if(@woe_last_map$ == .@map$ && @woe_last_x == .@x && @woe_last_y == .@y) { @woe_idle++; } else { @woe_idle = 0; } @woe_last_map$ = .@map$; @woe_last_x = .@x; @woe_last_y = .@y; if(@woe_idle < .idle_tolerance) { .@sz = getarraysize(.map$); for(.@i = 0; .@i < .@sz; .@i++) { if(.map$[.@i] == strcharinfo(3)) { WOE_Timer++; dispbottom "[WOE Timer] WoE participation: " + WOE_Timer + " minutes."; break; } } } } return; OnInitCheck: callsub(OnCheck); addtimer 60000,strnpcinfo(0) + "::OnInitCheck"; end; OnPCLoginEvent: callsub(OnInitCheck); end; S_OnReset: WOE_Timer = 0; WOE_Start = 0; WOE_Timer_Claimed = false; return; OnAgitStart: OnAgitStart2: OnAgitStart3: $@agit_time = atoi("" + gettime(DT_YEAR) + gettime(DT_MONTH) + gettime(DT_DAYOFMONTH) + gettime(DT_HOUR)); end; OnInit: .n$ = "[WoE Reward]"; // NPC name .min_time = 10; // Minimum time in minutes to claim the reward. setarray .cash$[0],"#KAFRAPOINTS","Cash Points"; // Point variable and human-friendly text .cash = 10000; // Points that will be given .zeny = 25000000; // Zeny that will be given // Items that will be given setarray .items,13630,1,12679,10,12680,10,7179,20; .idle_tolerance = 5; // Minutes of idling before the timer becomes be paused. setarray .map$,"payg_cas02","arug_cas02"; // WoE Castles }
-
oh need restart server... now working..thank you very much.... @mrfizi , @Fluxion...
-
i try but now working..
-
i need to help set debuff sc_end SC_GEFFEN_MAGIC3; on npc warper..thank you
-
Disable Manhole to emperium and guardian stone?
Styx15 replied to Styx15's question in Source Support
not working... somebody help me ... -
solved..thank you so much..
-
hello i want to ask how to set disable Manhole to emperium or guardian stone ? Because when manhole near emperium,emperium disable / can't be hit... i hope someone can help me..thank you...
-
what line number to set ?
-
Hello.. i want to know how to set max reduce capp ? anti miss... ex : use equipment reduce demihuman 100% but only active 90% .. thank you before...
-
hello i want to ask somebody have a shop with maks amount.. like only sell 1000 red potion if player buy it the number will decrease ... thank you....