-
Posts
882 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by hendra814
-
@rolandiex Thanks, the problem already solve
-
Are you using lastest rathena, because on mine work well
-
Dear, Today i got error when using this feature, could you help me to fix it here the screen shoot of the error on char console
-
R> Double exp and droprates every weekend
hendra814 replied to Quesooo's question in Script Requests
-
bump
-
Here the explanation
-
rathena already have that feature try look at npc\re\merchants\shadow refiner.txt
-
Please check your database, are the item already have in your database universal catalog gold item ID 12571 Unlimited fly wing item ID 17229 HP Pill item ID 12274 SP PIll item ID 12275 Authoritative Badge item ID 622 Unlimited concentration item ID 17226 Unlimited Awakening Item ID 17227 Unlimited Berserk item ID 17228 Unlimited Giant Fly Wing item ID 17314
-
iRO Weekly Turn-In Event - Gramps NPC
hendra814 replied to Ragno's topic in Game, Event, Quest Script Releases
Are you already answer all the question with right answerr? -
iRO Weekly Turn-In Event - Gramps NPC
hendra814 replied to Ragno's topic in Game, Event, Quest Script Releases
Try this Gramps_Weekly_TurnIn_rev.txt -
please read at first post, and then apply the script in your server Then register using your char into the NPC
-
Check your inter_athena.conf at conf folder
-
not sure, but try with switch(1,3)
-
Sequence for getmapuser in pub room? i think it's already sequence
-
nope, my script not use < "+strcharinfo(0)+" > and it's working identification.txt But this only for identification, to get free identification must doing quest.
-
quiz_02,287,265,4 script Ultimate PvP Warper 417,{ if (.pvp_square$=="") donpcevent "Ultimate PVP warper::OnClock0000"; mes "[PvP Warper]"; mes "Which arena do you want to join?"; switch(select("All Job ["+getmapusers(.pvp_square$)+"/128]:Max lvl 99 ["+getmapusers("pvp_y_2-2")+"/128]:3rd Baby Class ["+getmapusers("pvp_y_1-2")+"/128]")) { case 1: // PVP Square if (getmapusers(.pvp_square$) > 127) callsub S_full; warp .pvp_square$,0,0; announce "Player "+strcharinfo(0)+" join arena PVP All Job !!",bc_all; end; case 2: // PVP Low Level if (getmapusers("pvp_y_2-2") > 127) callsub S_full; if (BaseLevel > 99) { // Edit 150 to any maximum Lvl of a player can enter this room mes "Only for level 1 - 99"; close; } warp "pvp_y_2-2",0,0; announce "Player "+strcharinfo(0)+" join arena PVP Max lvl 99 !!",bc_all; end; Case 3: // Baby Class if (getmapusers("pvp_y_1-2") > 127) callsub S_full; if (class < 4096 || class > 4112) goto L_NotBaby; warp "pvp_y_1-2",0,0; announce "Player "+strcharinfo(0)+" join arena PVP 3rd Baby Class !!",bc_all; end; L_NotBaby: mes "This room only for 3rd baby class"; close; } S_full: mes "Sorry, The arena already full. Please wait..."; close; OnInit: OnTimer5000: delwaitingroom; switch(rand(1,3)) { Case 1: waitingroom getmapusers(.pvp_square$)+" player"+( getmapusers(.pvp_square$) > 1 ? "s":"") +" in arena All Job", 0; goto Timer; end; break; Case 2: waitingroom getmapusers("pvp_y_2-2")+" player"+( getmapusers("pvp_y_2-2") > 1 ? "s":"") +" in arena Max lvl 99", 0; goto Timer; end; break; Case 3: waitingroom getmapusers("pvp_y_1-2")+" player"+( getmapusers("pvp_y_1-2") > 1 ? "s":"") +" in arena 3rd Baby Class", 0; goto Timer; end; break; Timer: initnpctimer; } OnClock0000: // set the "PVP Square" map, based on day of the weeek switch(gettime(4)) { case 0: // Sunday case 1: // Monday set .pvp_square$, "pvp_y_7-2"; break; case 2: // Tuesday case 3: // Wednesday set .pvp_square$, "guild_vs3"; break; case 4: // Thursday case 5: // Friday set .pvp_square$, "pvp_y_7-2"; break; case 6: // Saturday set .pvp_square$, "guild_vs3"; break; } }
-
Sorry, late update, I already fix the problem on sql part. for sql script, i'm use in first page and it's working now.
-
here my scipt, yml and sql Personal_storage.txt inter_server.yml personal_storage.sql I'm using lastest rathena.
-
i've got error on my char server what is this? i already execute the sql part into my sql
-
Thanks, I Will try it.
-
already add the files and execute sql file, but get same error what did i miss?
-
Thanks a alot, i will try import this file
-
how to upload it into sql? use import or how? Because i'm using MySQL query browser and open it as script and then execute, have error like this
-
i seen you already make some change, that's why the script not work normally. here the script like you want.
-
Hi, i make this script and i already test for normal player it can't buy service until remaining service is over. after player buy vip service she/he will redirect to shop menu, not into buying premium service menu