-
Posts
381 -
Joined
-
Last visited
-
Days Won
28
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by BeWan
-
Utility: Freebies NPC with Gepard Function (UniqueID)
BeWan replied to BeWan's topic in Utility Script Releases
find: if(getd("$ID_" + [email protected]_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = 1; and replace with this : if(getd("$ID_" + [email protected]_id$) == 3 || #FreebiesReward == 3){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = ++1; -
check your files. this is not rare_drop_announcer its really different.
-
i know but im kinda in a rush thats why hehe
-
sorry my bad. lol
-
- script ET_Function -1,{ OnInit: disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; end; //OnMinute00: //if ( gettime(3) % 2 ) end; //or OnClock0000: OnClock0100: OnClock0200: OnClock0300: OnClock0400: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: enablenpc "Tower Protection Stone"; enablenpc "Captain Janssen"; announce "Endless Tower is NOW OPEN!! 30 minutes only until it close!", bc_all; sleep 600000; announce "[ET] 20 minutes left!", bc_all; sleep 600000; announce "[ET] 10 minutes left!", bc_all; sleep 300000; announce "[ET] 5 minutes left!", bc_all; sleep 60000; announce "[ET] 4 minutes left!", bc_all; sleep 60000; announce "[ET] 3 minutes left!", bc_all; sleep 60000; announce "[ET] 2 minutes left!", bc_all; sleep 60000; announce "[ET] 1 minutes left!", bc_all; sleep 60000; disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; announce "Endless tower is now closed!", bc_all; end; }
-
here. prontera,154,179,4 script summoner 100,{ if( countitem(512) > 500){ monster "prontera", 0, 0, "Poring", 1005, 1, strnpcinfo(0) + "::OnMobKilled"; monster "prontera", 0, 0, "Poring", 1115, 1, strnpcinfo(0) + "::OnMobKilled"; end; }else{ mes "sorry you need 500 apple to summon"; } OnMobKilled: getitem 501, 1; // 1 red potion end; }
-
send your script here and ill add it for you
-
are you talking about the maintown?
-
Cannot use skill points on certain skills
BeWan replied to Frost Diver's question in Client-side Support
increase your job level so you can have more skill points lol. -
check the mapflag nodrop on sky fortress map
-
hello you mean viking helm? *i don't know if this is allow or not. *but if not kindly delete my comment here data.rar
-
i will close this one now since i already solve this few weeks ago lol
-
are you asking about the format of clientinfo.xml?
-
sa unit mo na ata yan.
-
2018-06-20eRagexeRE: GetOngoingQuestInfo ERROR
BeWan replied to SBK_'s question in Client-side Support
to solve your problem put the files on your-ro-files / System OngoingQuestInfoList.lub OngoingQuestInfoList_Sakray.lub -
i don't know if this is allow or not. *but if not kindly delete my comment. i include the crown and the wings. Obito Set.rar
-
2018-06-20eRagexeRE: GetOngoingQuestInfo ERROR
BeWan replied to SBK_'s question in Client-side Support
i think this is ET quest error. -
are you using latest git ?
-
use this 4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10; bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } },{},{}
-
you need to wait to trigger the skill or change the chance rate then.
-
happy to help.
-
sorry...
-
High Priest Card if(isequippedcnt(4357,4359,4361,4365,4367,4236)<1) { bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",4,50,0; bonus2 bSubEle,Ele_Dark,-15; } Lord Knight Card if(isequippedcnt(4359,4361,4363,4365,4367,4236)<1) { skill "LK_BERSERK",1; bonus bMaxHPrate,-10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",50; } High Wizard Card if(isequippedcnt(4357,4359,4361,4363,4367,4236)<1) { bonus bIntravision; bonus bAtkRate,-50; bonus bmatkrate,-50; }, }, {},{ heal 0,-2000; } Whitesmith Card if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10; bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } }
-
you can add bonus stats on the item bonus bCritAtkRate,10;
-
Disconnect players but characters stay in game
BeWan replied to Frost Diver's question in Script Requests
just give them command on group or create a script for individual id who can use the @afk command hit like/reputation button if you think i helped you.