-
Posts
554 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Checkmate
-
Request NPC that can check cash point or kafra point of player
Checkmate replied to Checkmate's question in Script Requests
It this script is automated showing when player log in?..? Did you have any npc for this script? -
Request NPC that can check cash point or kafra point of player
Checkmate posted a question in Script Requests
Hello rAthena community.. ^^ As state above.. Did anyone have,willing to help me to make or sharing some script that can be use to check the the amout that have on player id..??..?? Great Thankfull... -
Bump! Anyone??..??
-
How Can I Change 30 Minutes Into 3 Hours For Each Game
Checkmate replied to Checkmate's question in Scripting Support
oooooooo... The second way is the method that i always see on other script.. That why when you told me the first method i did not knowing about that.. ^ ^ Tq sir.. ^ ^ -
Hi rAthena Community.. How to make this white bar gone?..?( The level 120/70,cuz it was reach max level in my test server.) And how to show the aura if we reach level 120/70 like state in the picture..? I already followed all the guide in rAthena But the problem still to be happen...?? Anyone... ^^
-
Mid rate since mid rate was not to powerfull and not too noob.. ^ ^ Btw... Enjoy casting and no need to put lot of new thing that can make some serve imba.. ^ ^
-
How Can I Change 30 Minutes Into 3 Hours For Each Game
Checkmate replied to Checkmate's question in Scripting Support
OnMinute20: if( gettime(3) % 3 != 0 ) end; What was that mean sir?..? This will change the game into 3 hours per 1 game... ?? The default is 30 minutes for 1 hour.. But i want to change it into 3 hour.Then another 3 hours this event will start and so on.. -
How Can I Change 30 Minutes Into 3 Hours For Each Game
Checkmate posted a question in Scripting Support
Hi rAthena Community.. Anyone can help me with this script.. I want to change it into 3 hours not 30 minutes.. I would be better if show it in detailed.. //########################################################################## //By: ____ _ __ __ ____ _____ # // | \ ___ __ __ _ | | \ \ / /_ _ _ / ___\ / ____| # // | || | / _ \\ \ / /| || | \ \ / /| || \ | || | ___ | (___ # // | || || __/ \ \/ / | || |__ \ \/\/ / | || \| || |___|\ \___ \ # // __|____/__\___|__\__/__|_||____|_____\_/\_/__|_||_|\__|_\_____/_____) | # //|_____________________________________________________________________/ # // # //########################################################################## // # //== Dice Event # // # //########################################################################## // # //== Automatically starts a dice event every 30 minutes of every hour # // # //== Prize- Change 13723 to any item ID you want the winner to recieved # // # // Code Modify by : WordsUp // Credit still for mAisakaTaiga //########################################################################## - script Dice#announcer -1,{ OnInit: disablenpc "prtevent"; hideonnpc "Dice#evnt1"; end; OnMinute20: announce "Dice: We are going to have a Dice event.",0; sleep2 10000; announce "Dice: For those who wants to join, Please proceed Prontera 161 , 179 and enter the Warp Portal.",0; sleep2 10000; announce "Dice: After 1 Minute the Portal will close.",0; sleep2 10000; announce "Dice: So please go to Prontera 161 , 179 and enter the Warp Portal now if you want to join.",0; enablenpc "prtevent"; initnpctimer; end; OnTimer30000: announce "Dice: Last 30 seconds.",0; sleep2 5000; announce "Dice: If you want to join please enter the Warp Portal beside me here Prontera 161 , 179.",0; end; OnTimer50000: announce "Dice: Last 10 seconds.",0; end; OnTimer55000: announce "Dice: 5.",0; end; OnTimer56000: announce "Dice: 4.",0; end; OnTimer57000: announce "Dice: 3.",0; end; OnTimer58000: announce "Dice: 2.",0; end; OnTimer59000: announce "Dice: 1.",0; end; OnTimer60000: announce "Dice: Time's up.",0; end; OnTimer61000: disablenpc "prtevent"; donpcevent "Dice#evnt1::OnEnable"; stopnpctimer; end; OnTimer62000: announce "Dice: The next Dice event will begin after 30 minutes.",0; end; } //-------------------------------------------------- prontera,161,179,0 warp prtevent 2,2,quiz_01,204,90 //-------------------------------------------------- quiz_01,204,93,6 script Dice#evnt1 715,{ //-------------------------------------------------- mes "[Dice]"; mes "Please tell me your name"; next; input .@name$; if(.@name$ != strcharinfo(0)) { mes "[Dice]"; mes "Are you sure thats your character name?"; close; } mes "[Dice]"; mes "Congrats. You've won."; close2; announce "Dice: We have a winner, "+.@name$+".",0; getitem 12623,1; getitem 671,3; warp "prontera",156,174; hideonnpc "Dice#evnt1"; end; OnEnable: mapannounce "quiz_01","Dice: We are about to start the Dice event.",0; sleep2 10000; mapannounce "quiz_01","Dice: You MUST GO INSIDE THE BOX, because if you're caught standing on the stairs you'll be automatically disqualified.",0; sleep2 10000; mapannounce "quiz_01","Dice: That's that.. Now let's play...",0; sleep2 10000; goto L_Start; end; L_Start: if(getmapusers("quiz_01") == 1) goto L_Champ; if(getmapusers("quiz_01") == 0) goto L_None; if(getmapusers("quiz_01") > 1) { announce "Dice: . . . . .",0; set $@number, rand(1,4); sleep2 10000; announce "Dice: I have a number now. Please go to the box of the number you want.... GO!",0; sleep2 10000; announce "Dice: 5",0; sleep2 5000; announce "Dice: 4",0; sleep2 4000; announce "Dice: 3",0; sleep2 3000; announce "Dice: 2",0; sleep2 2000; announce "Dice: 1",0; sleep2 1000; announce "Dice: Time's up.",0; donpcevent "evnt#1::OnEnable"; announce "Dice: Winning number "+$@number+".",0; if(($@number != 1) && ($@number != 2) && ($@number != 3)) goto L_Lose1; if(($@number != 1) && ($@number != 2) && ($@number != 4)) goto L_Lose2; if(($@number != 1) && ($@number != 3) && ($@number != 4)) goto L_Lose3; if(($@number != 2) && ($@number != 3) && ($@number != 4)) goto L_Lose4; end; } L_Lose1: areawarp "quiz_01",183,81,191,59,"prontera",156,174; areawarp "quiz_01",195,81,203,59,"prontera",156,174; areawarp "quiz_01",207,81,215,59,"prontera",156,174; goto L_Start; end; L_Lose2: areawarp "quiz_01",183,81,191,59,"prontera",156,174; areawarp "quiz_01",195,81,203,59,"prontera",156,174; areawarp "quiz_01",219,81,227,59,"prontera",156,174;; goto L_Start; end; L_Lose3: areawarp "quiz_01",183,81,191,59,"prontera",156,174; areawarp "quiz_01",207,81,215,59,"prontera",156,174; areawarp "quiz_01",219,81,227,59,"prontera",156,174; goto L_Start; end; L_Lose4: areawarp "quiz_01",195,81,203,59,"prontera",156,174; areawarp "quiz_01",207,81,215,59,"prontera",156,174; areawarp "quiz_01",219,81,227,59,"prontera",156,174; goto L_Start; end; L_Champ: mapannounce "quiz_01","Dice: Come to me and tell me your name.",0; hideoffnpc "Dice#evnt1"; end; L_None: announce "No One Entered the Dice Event. Event Closed",0; hideonnpc "Dice#evnt1"; end; } - script evnt#1 -1,{ OnEnable: areawarp "quiz_01",182,94,228,88,"prontera",156,174; areawarp "quiz_01",185,87,188,82,"prontera",156,174; areawarp "quiz_01",197,87,200,82,"prontera",156,174; areawarp "quiz_01",209,87,212,82,"prontera",156,174; areawarp "quiz_01",221,87,224,82,"prontera",156,174; end; } // -- Mapflags quiz_01 mapflag nowarp quiz_01 mapflag nowarpto quiz_01 mapflag noteleport quiz_01 mapflag nosave quiz_01 mapflag nomemo quiz_01 mapflag nobranch quiz_01 mapflag noloot quiz_01 mapflag noskill quiz_01 mapflag nopenalty -
errr.. reduction... not increase.. wow.. That's lot of kinda different... Phew... at last... someone telling me the true story.. ^ ^ Thanks btw dude.. ^ ^
-
Hello rAthena all.. Refer to up topic... Look what i found... Before Skill Harmonize After Skill Harmonize From what i know is those skill is increase bonus stat isnt' it??..?? Like this picture show us How can it be like that??..?? It should increase not decrease ??..? How someone will help me with this.. ^ ^ btw im using rAthena SVN r17424
-
Try to check did those item have effect +ATK on item_db.txt...
-
Hello rA Community... Prob is when i do x restart server all cart on vending character was GONE So player need to get it back from Rental NPC. How to solve that kind of problem?..? It is was source error,or database error... Or did it really need to fix something... @.@ BUMP! I hoping someone can come and solve this... ++"
-
Wow... Its was awesome dude... All in one.. just click on javascript button then you can read both... ^ ^ Can i see the test site?..?
-
Is that normal?..? Cuz i do recompile but nothing like that word coming out... Btw did you have any backup for your source??? Try to put 1 cmd and then recompile,then put one again then recompile in order to find error. ^ ^(Hard Way) Btw according to this error Mean something inside the atcommand need 2 argument ( , or ; or } ) but one 1 is supplement to it... Try to take alook inside those atcommand...
-
Yay... Sorry for late reply... Im tutn to sleep ^ ^ Already fix all those error.. i make it recompile again all error was gone... Thanks to evelynn ^ ^
-
Hahahahha... Sry my mistake .. Did not see it.. Still dizzy about last error.. ^ ^ Thanks For It Miss ^ ^ **Edit** It still showing the same error like this : hummm....
-
We meet again Miss Evelynn ^ ^ Where can i find a new homunculus.txt?? Where i can get it Miss?..? Cuz i already follow in this site https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mercenary_skill_db.txt and still nothing happen... Too many quest?..? It is in npc/custom/quest/quest_shop.txt??
-
I already meet this problem before... I need to run ro 3 time for the 1st time to make it ok. 1. It will show some setup.exe 2. It will show picture like screen shot and it will said that ragexe.exe has been changed 3. You can login into your ro.. **Edit** Try to use different setup.exe. HKCU Setup and Mine Ghostring Setup **Dont Know If i Can Help Or Not Cuz Im Has Been Through This Prob B4**
-
Hello all rAthena Community... I want to ask anyone here on how to fis this 3 kind of error... 1) The Error in da RED 2) In a cyan colour... 3) And the last one in boxes???? Anyone... ? ? ? ?
-
Its say that it was reached number 10 per 1 character. Which mean maybe you already put too more bonus item effect in a row example : 29813,Big_Angel_Wings,Big_Angel_Wings,5,20,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,1,1912,{ bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,"AL_HEAL",10; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bAddItemHealRate,IG_Potion,10; },{},{} Mybe it look like this..... In my opinion... ^ ^ Try to reduce the effect bonus item.. ^ ^
-
Yeahh.. Mybe he was wrongly delete files... Then i supposed to have this headache.. ==" Im afraid if im putting this other error will came out.... But i will try to make backup first ^^ Again thanks cuz helping me out... ^ ^
-
I already know how to resolve it... I try lot of thing..... Here what i found.. Reason.. My hoster did upgrade the server for me and when he upgrade it the /trunk/npc/mapflag/ was delete.(I dont know why) So server can't read any of mapflag cuz the main file was delete. Then i put it back and see if i can hit emperium and yes,I can hit emperium But another error coming out... This error was not here before i put back /trunk/npc/mapflag/... Now i wonder what is that error mean?..? I try look here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/guild/ It was look like i must choose one from them and cannot both.... I thing this was bug cuz i read somthing inside that script said about Expansion for War of Emperium FE. I dont know if this was updater wrong...(Sry bad english) **I will take look deep more about this cuz i never meet this problem b4** Thanks To Both Of You Guys Sir Emistry +1 & Sir Evelynn +1
-
Sorry sir Euphy and Sir Evelynn.. Late reply.. Already restart it for 3 time... but the thing is the same... ==" Actually.... After sir Emisrtry said that,i remember that this evening lately i use @mapflag nosave,and 3 more cmd i cant rememebr on map quiz_01 map. It this cmd will make all map in ragnarok happen the same?..? How to solve all this sir?.. How to roll back all again cuz i did not make some backup.. And where can i change it back to normal... ??..?? **Edit** Here are the screen shot one one of payon WOE map that error while hitting emperium during WOE The mapflag are there but i still cannot hit it... **Another Edit*** gvg The gvg mapflags set the Guild vs. Guild mode on the specified map. All guilds will appear with their icon over the head and will be able to attack other guilds. WoE damage reduction calculations will be taken into consideration. gvg_castle Defines a guild castle On guild castle maps, GVG is only on when WoE is active I read this thing on http://rathena.org/wiki/Mapflag and trying to put cmd @mapflag gvg_castle on map WOE and i can attack those emperium but i seem to show damage done by 1. And i did search and make compare that /trunk/conf/mapflag does't contain gvg_castle.txtand only contain gvg.txt... So what did i do now... Im lost..... Im using rAthena Version SVN r17424
-
Nope... Before editing the rewards it ok.. After editing rewards and im just use @reloadscript only.. Did not restart server. Yap... And the result is the same... Can we detect this error using putty?? **Btw i wondering,can all WOE be online or activated at the same time in the same map??**