

BlackSnow
Members-
Posts
32 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by BlackSnow
-
I have search some of topics on rathena but I don't seem to get just what exactly happened. [Debug]: npc_scriptcont: Baller Mall (sd->npc_id=110181121) is not 'Unknown NPC' (id=0). Is there anyone to explain and be able to tell me what is going on?
-
I am getting some errors from the hunting mission. I have taken out the OnBuyItem and the mission points that has a relation to OnBuyItem. Error: [Warning]: Found more arguments than necessary. unexpected arg type C_NAME [Debug]: Function: strmobinfo [Debug]: Source (NPC): Hunting Missions at prontera (150,150) [Warning]: Found more arguments than necessary. unexpected arg type C_NAME [Debug]: Function: strmobinfo [Debug]: Source (NPC): Hunting Missions at prontera (150,150) [Warning]: Found more arguments than necessary. unexpected arg type C_NAME [Debug]: Function: strmobinfo [Debug]: Source (NPC): Hunting Missions at prontera (150,150) [Warning]: Found more arguments than necessary. unexpected arg type C_NAME [Debug]: Function: strmobinfo The script I edited:
-
Newbie Questions regarding Flux and Thor Patcher
BlackSnow replied to WorldSeed's question in Web Support
You can search on youtube for a step by step guide on changing thor patcher. As for flux go to the download section for free themes: https://rathena.org/board/files/category/20-fluxcp-themes/ -
Go login into your Admin account. Then go to your item database on the website and select any item. You'll see Add item on the top, just click. There you go.
-
Are you using 2013+ client? or 2012 and lower? Have you used both iteminfo.lub and itemdb.txt? Example: If that doesn't work I think you missed a step on trying to implement a custom item.
-
What's your item script? Please show it. There might be something wrong with the unequip and equip script.
-
I think you'll find all-in-one auto event here: https://github.com/Stolao/Npc_Release/blob/master/Auto_Event/Auto_Event_v1.93.txt
-
Hunting Mission by Euphy - need to show mobid
BlackSnow replied to BlackSnow's question in Scripting Support
bump -
Bump.
-
Thanks Emistry!
-
Any new updates for the images?
-
Tried that still didn't work. http://oi63.tinypic.com/13ynptj.jpg
-
prontera,150,150,3 itemshop blob1 497,6030:0,507:1,508:2,509:3 prontera,152,152,3 itemshop blob2 497,6031:0,507:1,508:2,509:3 Currency shop1: Glitering_PaperA - 6030 Currency shop2: Glitering_PaperB - 6031 If you want to have 1 NPC for all the shops just use simple switch cases. <map name>,<x>,<y>,<facing>%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...}
-
I tested that already and it works fine. The problem is that I want to stop it mid-way while the event is still being announced. LMS_Admin: if (!.Status){ mes "[Minion]"; mes "My master has no invasion planned at the moment. Do you wish to schedule an invasion?"; menu "- Start Event",M_RFYL,"- Spectate",M_warp,"- End Event",M_EndEvent; }else { mes "[Minion]"; mes "My master has no invasion planned at the moment. Do you wish to schedule an invasion?"; menu "- Spectate",M_warp,"- End Event",M_EndEvent; } close; M_RFYL: mes "[Minion]"; mes "Hold on while I call my master."; close2; goto StartEvent; M_warp: mes "[Minion]"; mes "Very well, I will warp you to the map!"; warp "quiz_01",42,369; close; M_EndEvent: mes "[Minion]"; mes "Ok master, I will stop the event for you right away!"; next; set .Status,0; disablenpc "Zombie Master"; disablenpc "Shihiro"; killmonsterall "quiz_01"; areawarp "quiz_01",10,10,450,450,"prontera",156,191; stopnpctimer; announce "END TESTING",0; end; // ========================= StartEvent: //Announcement to notify all players // ========================= set .Status,1; disablenpc "Shihiro"; killmonsterall "quiz_01"; enablenpc "Zombie Master"; announce "Test1!",0; sleep 5000; announce "Test2!",0; sleep 5000; announce "Test3!",0; sleep 5000; announce "Test4!",0; sleep 1000; announce "Zombie Vs. Novice event has now begun!",0; disablenpc "Zombie Master"; http://oi68.tinypic.com/20hws1s.jpg OnTimer0500: // 5 seconds?
-
Hunting Mission by Euphy - need to show mobid
BlackSnow replied to BlackSnow's question in Scripting Support
Like this 1016 - Skeleton (0/42)". I want a mob id before its name. -
When trying to stop the event in the middle of announcements zombie minion will disappear but the announcements kept on going. After he reappears the event will start again from the from the announcements. Is there a way to completely stop it? I kind of like this script but I just need someone to help me with my problem if it is even possible. //===== rAthena Script ======================================= //= Run for Your Life //===== By: ================================================== //= Mysterious //===== Current Version: ===================================== //= 2.8 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= A Run for your Life event (Based for Novices) //===== TODO: ================================================ // - Change more coding //===== Additional Comments: ================================= //= v1.0 - First release [Mysterious] //= v2.0 - Overhaul of Entire Script [Mysterious] //= v2.1 - Fixed Sentence structures [Mysterious] //= v2.2 - Fixed a Typo and made it obvious what players had to change [Mysterious] //= v2.3 - Removed unnecessary 'next;' thanks to soUPas [Mysterious] //= v2.4 - Fixed an issue where the prize giver was showing up when not supposed to [Mysterious] //= v2.5 - Added Friendly Messages [Mysterious] //= v2.6 - Removed duplicated OnInIt labels [Mysterious] //= v2.7 - Cleaning and organizing [Mysterious] //= v2.8 - Optimized a little better [Mysterious] //============================================================ - script RFYL#disable -1,{ OnInit: disablenpc "Zombie Master"; disablenpc "Present#RFYL"; } prontera,150,183,4 script Zombie Minion 1015,{ if (getgmlevel() >= 20) goto LMS_Admin; mes "[Minion]"; if (!.Status){ mes "My master seems to be slacking.."; }else { mes "My master is currently busy! He has an invasion scheduled!"; } close; LMS_Admin: if (!.Status){ mes "[Minion]"; mes "My master has no invasion planned at the moment. Do you wish to schedule an invasion?"; menu "- Start Event",M_RFYL,"- Spectate",M_warp,"- End Event",M_EndEvent,"- No Thanks",M_Leave; }else { mes "[Minion]"; mes "What is my masters wish?"; menu "- Spectate",M_warp,"- End Event",M_EndEvent; } close; M_RFYL: next; mes "[Minion]"; mes "Hold on while I call my master."; close2; goto StartEvent; M_warp: next; mes "[Minion]"; mes "Very well, I will warp you to the map!"; warp "quiz_01",42,369; close; M_Leave: next; mes "[Minion]"; mes "Ok " + strcharinfo(0) +"! Please come back after."; close; M_EndEvent: mes "[Minion]"; mes "Ok master, I will stop the event for you right away!"; next; set .Status,0; disablenpc "Zombie Master"; disablenpc "Present#RFYL"; killmonsterall "quiz_01"; areawarp "quiz_01",10,10,450,450,"prontera",156,191; stopnpctimer; disablenpc "Zombie Minion"; warp "prontera",156,191; sleep 60000; enablenpc "Zombie Minion"; // ========================= StartEvent: //Announcement to notify all players // ========================= set .Status,1; enablenpc "Zombie Master"; announce "Zombie Vs. Novice event Will begin in 3 minutes. Head East/North",0; killmonsterall "quiz_01"; sleep 10000; announce "Zombie Vs. Novice event will begin in 2 minutes! Head East/North",0; sleep 10000; announce "Zombie Master: It is almost time!",0; sleep 10000; announce "Zombie Vs. Novice event will begin in 1 minute!",0; sleep 10000; mapannounce "quiz_01","In 30 seconds the zombies will spawn!",0; sleep 10000; announce "Zombie Vs. Novice event will begin in ~5~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~4~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~3~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~2~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~1~",0; sleep 1000; announce "Zombie Vs. Novice event has now begun!",0,0x00FF00; disablenpc "Zombie Master"; // ========================= // Round 1 // ========================= mapannounce "quiz_01","Round 1! Final Round!",0; sleep 10000; monster "quiz_01",42,369,"Zombie",1015,1; sleep 10000; monster "quiz_01",42,369,"Zombie",1015,1; initnpctimer; end; // ========================= // End of Rounds // ========================= OnTimer0500: if ( getmapusers("quiz_01") == 0 ) { killmonsterall "quiz_01"; announce "RFYL Event: Event has ended. No one has joined.",0; stopnpctimer; end; } else if ( getmapusers("quiz_01") > 1 ) { mapannounce "quiz_01",getmapusers("quiz_01") +" has survived the event.",0,0x00FF00;; initnpctimer; end; } initnpctimer; end; // ========================= // When players die // ========================= OnPCDieEvent: getmapxy .@mapnvz$,.@xnvz,.@ynvz,0; if ( .@mapnvz$ == "quiz_01") { sleep2 100; warp "prontera",156,191; atcommand "@alive "+ strcharinfo(0); dispbottom "Sorry, but you were killed."; } sleep2 500; if (.@mapnvz$ == "quiz_01" && getmapusers("quiz_01") == 1 ) { killmonsterall "quiz_01"; mapannounce "quiz_01","You have won, approach the Present NPC please.",0; enablenpc "Present#RFYL"; stopnpctimer; end; } end; } quiz_01,42,378,3 script Present#RFYL 72,{ mes "[Present For You]"; mes "Please tell me your name:"; next; input .@name$; if(.@name$ != strcharinfo(0)) { mes "[Present For You]"; mes "Are you sure that is your name?"; close; } mes "[Present For You]"; mes "Congrats. You've won."; close2; announce "Present For You: We have a winner! "+.@name$+" has won the Novice vs Zombie event!",0; getitem 674, 3; // Change This item id to what ever you want warp "prontera",156,191; disablenpc "Present#RFYL"; set .Status,0; end; } prontera,155,183,4 script Zombie Master 1298,{ if (BaseLevel > 1) goto L_ClassLevel; //Change '1' to your desired level if (class == 0) goto L_Event; //Checks if the player is a Novice, if so, proceeds into the event. if (class > 0) goto L_ClassLevel; //Checks if the Player is NOT a Novice. If they aren't, they are not allowed to participate. L_Event: mes "[ ^0000FFZombie Master^000000 ]"; mes "You wish to participate the Zombie Vs. Novice event?"; next; switch(select("- Yes","- No")) { case 1: sc_end SC_ALL; percentheal 100,100; warp "quiz_01",42,369; end; break; case 2: next; mes "[ ^0000FFZombie Master^000000 ]"; mes "Come back when your ready."; close; break; L_ClassLevel: mes "[ ^0000FFZombie Master^000000 ]"; mes "Sorry, but it seems you are not a Novice and Level 1."; close; } } // ========================= // Mapflags // ========================= quiz_01 mapflag nowarpto quiz_01 mapflag nowarp quiz_01 mapflag noteleport quiz_01 mapflag nomemo quiz_01 mapflag nosave SavePoint quiz_01 mapflag nobranch quiz_01 mapflag noicewall quiz_01 mapflag nopenalty quiz_01 mapflag nobranch quiz_01 mapflag noexp quiz_01 mapflag noreturn quiz_01 mapflag pvp_noparty quiz_01 mapflag restricted 1
-
Hunting Mission by Euphy - need to show mobid
BlackSnow replied to BlackSnow's question in Scripting Support
I'll try it out later then. Thanks. Is there a way that I can add a mob_id beside on the mission status? it would be easier to find the mobs than typing names. -
Stolao's Auto Event [v2.5A]
BlackSnow replied to Stolao's topic in Game, Event, Quest Script Releases
Some other options are like that too. Not just maze event. I do agree with NeoGenesis tons of problems. -
I'm using Euphy's script. Instead of having a shop there I created a separate npc. The problem is that I want the mission points to be an item based. So when I finish the quest it will give me "jellopies" as reward. Also I want to take out the shop code but I don't want to mess things up so which code am I going to delete? //===== rAthena Script ======================================= //= Hunting Missions //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.3a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Random hunting missions. //= Rewards are based on quest difficulty. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Small improvements and fixes. //= 1.2 Added party support and replaced blacklists with an //= SQL query, both thanks to AnnieRuru. //= 1.3 Re-added a blacklist adapted for the SQL query. //= 1.3a Added mission reset options. //============================================================ prontera,152,187,6 script Hunting Missions 951,{ function Chk; function Cm; mes "[Hunting Missions]"; mes "Hello, "+strcharinfo(0)+"!"; if (!#Mission_Delay) { next; mes "[Hunting Missions]"; mes "I can't find any records..."; mes "You must be new here!"; emotion e_omg; next; callsub Mission_Info; emotion e_go; set #Mission_Delay,1; close; } mes rand(2)?"Working hard, as always...":"Not slacking, I hope..."; mes "Is there anything I can help"; mes "you with?"; mes " "; mes "^777777~ You've completed ^0055FF"+Mission_Total+"^777777 mission"+((Mission_Total == 1)?"":"s")+". ~^000000"; next; switch(select(((!Mission0)?" ~ New Mission::":": ~ Mission Status: ~ Abandon Mission")+": ~ Information: ~ Mission Shop: ~ View Top Hunters: ~ ^777777Cancel^000000")) { case 1: mes "[Hunting Missions]"; if (#Mission_Count) { mes "You've started a mission"; mes "on another character."; close; } if (#Mission_Delay > gettimetick(2) && .Delay) { set .@i, #Mission_Delay-gettimetick(2); if (.@i > 3600) set .@j$, (.@i/3600)+" hour"+(((.@i/3600) == 1)?"":"s"); else if (.@i > 60) set .@j$, (.@i/60)+" minute"+(((.@i/60) == 1)?"":"s"); else set .@j$, (.@i)+" second"+((.@i == 1)?"":"s"); mes "I'm afraid you'll have to wait "+.@j$+" before taking another mission."; close; } mes "You must hunt:"; query_sql("SELECT ID FROM `mob_db` WHERE left(Sprite, 4) != 'meta' AND left(Sprite, 2) != 'E_' AND ~Mode & 32 AND EXP > 0 AND MVP1id = 0 AND DropCardid > 4000 AND DropCardid < 5000 AND ID < 2000 AND instr('"+.Blacklist$+"',ID) = 0 ORDER BY rand() LIMIT "+.Quests, .@mob); for (set .@i,0; .@i<.Quests; set .@i,.@i+1) { setd "Mission"+.@i, .@mob[.@i]; setd "Mission"+.@i +"_",0; } set #Mission_Count, rand(.Count[0],.Count[1]); callsub Mission_Status; next; mes "[Hunting Missions]"; mes "Report back when"; mes "you've finished."; mes "Good luck!"; close; case 2: mes "[Hunting Missions]"; mes "Mission status:"; callsub Mission_Status; close; case 3: mes "[Hunting Missions]"; mes "Do you really want to"; mes "abandon your mission?"; if (.Reset < 0 && .Delay) mes "Your delay time will not be reset."; else if (.Reset > 0) mes "It will cost "+Cm(.Reset)+" Zeny."; next; switch(select(" ~ Abandon...: ~ ^777777Cancel^000000")) { case 1: if (.Reset > 0) { if (Zeny < .Reset) { mes "[Hunting Missions]"; mes "You don't have enough"; mes "Zeny to drop this mission."; emotion e_sry; close; } set Zeny, Zeny-.Reset; emotion e_cash; } mes "[Hunting Missions]"; mes "Alright, I've dropped"; mes "your current mission."; specialeffect2 EF_STORMKICK4; for(set .@i,0; .@i<.Quests; set .@i,.@i+1) { setd "Mission"+.@i,0; setd "Mission"+.@i+"_",0; } set #Mission_Count,0; if (.Reset < 0 && .Delay) set #Mission_Delay, gettimetick(2)+(.Delay*3600); close; case 2: mes "[Hunting Missions]"; mes "I knew you were kidding!"; mes "Keep up the good work."; emotion e_heh; close; } case 4: callsub Mission_Info; close; case 5: mes "[Hunting Missions]"; mes "You have ^0055FF"+#Mission_Points+"^000000 Mission Points."; mes "Use them well!"; callshop "mission_shop",1; npcshopattach "mission_shop"; end; case 6: mes "[Hunting Missions]"; mes "The top hunters are:"; query_sql("SELECT char_id AS id, (SELECT `name` FROM `char` WHERE char_id = id),`value` FROM `global_reg_value` WHERE str = 'Mission_Total' ORDER BY CAST(`value` AS SIGNED) DESC LIMIT 5",.@id,.@name$,.@val); for(set .@i,0; .@i<5; set .@i,.@i+1) mes " [Rank "+(.@i+1)+"] "+((.@name$[.@i] == "")?"^777777none":"^0055FF"+.@name$[.@i]+"^000000 : ^FF0000"+.@val[.@i]+" pt.")+"^000000"; close; case 7: mes "[Hunting Missions]"; mes "Nothing? Okay..."; emotion e_hmm; close; } Mission_Status: set @f,0; deletearray .@j[0], getarraysize(.@j); for(set .@i,0; .@i<.Quests; set .@i,.@i+1) { set .@j[.@i], getd("Mission"+.@i); set .@j[.Quests], .@j[.Quests]+strmobinfo(3,.@j[.@i]); set .@j[.Quests+1], .@j[.Quests+1]+(strmobinfo(6,.@j[.@i])/(getbattleflag("base_exp_rate")/100)*.Modifier[0]); set .@j[.Quests+2], .@j[.Quests+2]+(strmobinfo(7,.@j[.@i])/(getbattleflag("job_exp_rate")/100)*.Modifier[1]); mes " > "+Chk(getd("Mission"+.@i+"_"),#Mission_Count)+strmobinfo(1,.@j[.@i])+" ("+getd("Mission"+.@i+"_")+"/"+#Mission_Count+")^000000"; } // Reward formulas: set .@Mission_Points, 3+(.@j[.Quests]/.Quests/20); set .@Base_Exp, #Mission_Count*.@j[.Quests+1]/5; set .@Job_Exp, #Mission_Count*.@j[.Quests+2]/5; set .@Zeny, #Mission_Count*.Quests*.@j[.@i]*.Modifier[2]; next; mes "[Hunting Missions]"; mes "Mission rewards:"; mes " > Mission Points: ^0055FF"+.@Mission_Points+"^000000"; mes " > Base Experience: ^0055FF"+Cm(.@Base_Exp)+"^000000"; mes " > Job Experience: ^0055FF"+Cm(.@Job_Exp)+"^000000"; mes " > Zeny: ^0055FF"+Cm(.@Zeny)+"^000000"; if (@f) { set @f,0; return; } next; mes "[Hunting Missions]"; mes "Oh, you're done!"; mes "Good work."; mes "Here's your reward."; emotion e_no1; specialeffect2 EF_ANGEL; specialeffect2 EF_TRUESIGHT; set #Mission_Points, #Mission_Points+.@Mission_Points; set BaseExp, BaseExp+.@Base_Exp; set JobExp, JobExp+.@Job_Exp; set Zeny, Zeny+.@Zeny; for(set .@i,0; .@i<.Quests; set .@i,.@i+1) { setd "Mission"+.@i,0; setd "Mission"+.@i+"_",0; } set #Mission_Count,0; if (.Delay) set #Mission_Delay, gettimetick(2)+(.Delay*3600); set Mission_Total, Mission_Total+1; if (Mission_Total == 1) query_sql("INSERT INTO `global_reg_value` (`char_id`,`str`,`value`,`type`,`account_id`) VALUES ("+getcharid(0)+",'Mission_Total','1',3,0)"); else query_sql("UPDATE `global_reg_value` SET `value` = "+Mission_Total+" WHERE char_id = "+getcharid(0)+" AND `str` = 'Mission_Total'"); close; Mission_Info: mes "[Hunting Missions]"; mes "If you so choose, I can assign"; mes "you a random hunting quest."; mes "Some are easier than others, but"; mes "the rewards increase with difficulty."; next; mes "[Hunting Missions]"; mes "Missions points are shared"; mes "amongst all your characters."; if (.Delay) mes "Delay time is, too."; mes "You can't take missions on"; mes "multiple characters at once."; next; mes "[Hunting Missions]"; mes "You can start a quest"; if (.Delay) mes "every "+((.Delay == 1)?"hour.":.Delay+" hours."); else mes "whenever you want."; mes "That's everything~"; return; function Chk { if (getarg(0) < getarg(1)) { set @f,1; return "^FF0000"; } else return "^00FF00"; } function Cm { set .@str$, getarg(0); for(set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3) set .@str$, insertchar(.@str$,",",.@i); return .@str$; } OnBuyItem: set @cost,0; for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) for(set .@j,0; .@j<getarraysize(.Shop); set .@j,.@j+2) if (@bought_nameid[.@i] == .Shop[.@j]) { set @cost, @cost+(.Shop[.@j+1][email protected]<script data-cfhash='f9e31' type="text/javascript">/* */</script>_quantity[.@i]); break; } mes "[Hunting Missions]"; if (@cost > #Mission_Points) mes "You don't have enough Mission Points."; else { for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) { getitem @bought_nameid[.@i], @bought_quantity[.@i]; dispbottom "Purchased "[email protected]/* */_quantity[.@i]+"x "+getitemname(@bought_nameid[.@i])+"."; } set #Mission_Points, [email protected]/* */; mes "Deal completed."; emotion e_cash; } set @cost,0; deletearray @bought_nameid[0], getarraysize(@bought_nameid); deletearray @bought_quantity[0], getarraysize(@bought_quantity); close; OnNPCKillEvent: if (!getcharid(1) || !.Party) { if (!#Mission_Count || !Mission0) end; for (set .@i, 0; .@i<.Quests; set .@i,.@i+1) { if (strmobinfo(1,killedrid) == strmobinfo(1,getd("Mission"+.@i))) { if (getd("Mission"+.@i+"_") < #Mission_Count) { dispbottom "[Hunting Mission] Killed "+(set(getd("Mission"+.@i+"_"),getd("Mission"+.@i+"_")+1))+" of "+#Mission_Count+" "+strmobinfo(1,killedrid)+"."; end; } } } } else if (.Party) { set .@mob, killedrid; getmapxy(.@map1$,.@x1,.@y1,0); getpartymember getcharid(1),1; getpartymember getcharid(1),2; for(set .@i,0; .@i<$@partymembercount; set .@i,.@i+1) { if (isloggedin($@partymemberaid[.@i], $@partymembercid[.@i])) { attachrid $@partymemberaid[.@i]; if (#Mission_Count && Mission0 && HP > 0) { getmapxy(.@map2$,.@x2,.@y2,0); if ((.@map1$ == .@map2$ || .Party == 1) && (distance(.@x1,.@y1,.@x2,.@y2) <= 30 || .Party < 3)) { for(set .@j,0; .@j<.Quests; set .@j,.@j+1) { if (strmobinfo(1,.@mob) == strmobinfo(1,getd("Mission"+.@j))) { if (getd("Mission"+.@j+"_") < #Mission_Count) { dispbottom "[Hunting Mission] Killed "+(set(getd("Mission"+.@j+"_"),getd("Mission"+.@j+"_")+1))+" of "+#Mission_Count+" "+strmobinfo(1,.@mob)+"."; break; } } } } } } } } end; OnInit: set .Delay,12; // Quest delay, in hours (0 to disable). set .Quests,4; // Number of subquests per mission (increases rewards). set .Party,3; // Party options: 0 (exclude party kills), 1 (include party kills), 2 (same map only), 3 (screen area only) set .Reset,-1; // Reset options: -1 (abandoning mission sets delay time), 0 (no delay time), [Zeny] (cost to abandon mission, no delay time) setarray .Count[0], // Min and max monsters per subquest (increases rewards). 40,70; setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/500,getbattleflag("job_exp_rate")/500,60; setarray .Shop[0], // Reward items: <ID>,<point cost> (about 10~20 points per hunt). 512,1,513,1,514,1,538,5,539,5,558,10,561,10; set .Blacklist$, // Blacklisted mob IDs. "1062,1088,1183,1186,1200,1212,1220,1221,1234,1235,"+ "1244,1245,1250,1268,1290,1293,1294,1296,1298,1299,"+ "1300,1301,1303,1304,1305,1306,1308,1309,1311,1313,"+ "1515,1588,1618,1676,1677,1678,1679,1796,1797,1974,"+ "1975,1976,1977,1978,1979"; npcshopdelitem "mission_shop",512; for(set .@i,0; .@i<getarraysize(.Shop); set .@i,.@i+2) npcshopadditem "mission_shop", .Shop[.@i], .Shop[.@i+1]; end; } - shop mission_shop -1,512:-1
-
I got 2 different text files. set #account, 1; As I've told above I don't know where to put it. I've tried to put it on the buttom it does not work. Already tried to put it on the end it doesn't let me talk to the npc. Tried to put it on here: case 1: mes "[ Akame ]"; mes "Oh, thank you so much!"; mes "I've always wanted to make"; mes "this hat and try it on."; next; mes "[ Akame ]"; mes "^FF0000FOOLS!!!^000000"; mes "Do you really think i will give the that item?"; delitem 983,1; set Zeny,Zeny - 50000; getitem 5011,1; set #freebies, 1; emotion e_thx; close; NPC doesn't error but when I created an account. It says the reward was claimed already even though it was a new account.
-
What I'm trying to do is to set-up a 2 npc quest that can only be done 1 per account. The problem is that I don't really know exactly where to put those codes so that it will run smoothly. After the player has done the quest the only message he/she will be seeing is "You already claimed your reward!". The 2nd quest is similar to this one. Codes: if( #account == 1) { mes "You already claimed your reward!"; emotion e_bzz; close;} and set #account, 1; The quest code: prontera,150,150,5 script Akame 909,{ if( #account == 1) { mes "You already claimed your reward!"; emotion e_bzz; close;} if(countitem(983) && Zeny > 49999) { mes "[ Akame ]"; mes "1 Black Dyestuff"; mes "500000 zeny"; next; mes "[ Akame ]"; mes "Give it to me"; next; switch( select( "Let her have the items.", "Don't give her the items." ) ) { case 1: mes "[ Akame ]"; mes "Oh, thank you so much!"; mes "I've always wanted to make"; mes "this hat and try it on."; next; mes "[ Akame ]"; mes "^FF0000FOOLS!!!^000000"; mes "Do you really think i will give the that item?"; delitem 983,1; set Zeny,Zeny - 50000; getitem 5011,1; emotion e_thx; close; case 2: mes "[ Akame ]"; mes "Im sorry that is what you deserve for not giving me the items I requested."; percentheal -99,-99; emotion e_bzz; close; } mes "[ Akame ]"; mes "Hey "+strcharinfo(0)+"!!"; mes "Glad you found me."; mes "I thought no one would ever find me here on this place."; next; mes "[ Akame ]"; mes "In exchange for finding me.. I will tell you a secret"; next; mes "[ Akame ]"; mes "But first..."; mes "Can you keep a secret?"; next; switch( select( "Certainly", "Maybe" ) ) { case 1: mes "[ Akame ]"; mes "Oh! It seems like you can keep a secret afterall."; next; mes "[ Akame ]"; mes "I could make a god item for you."; mes "The best god item there is on this world."; next; mes "[ Akame ]"; mes "It will be tough but worth it"; mes "so without further to do..."; next; mes "[ Akame ]"; mes "Give me the items I need in exchange for a ticket."; mes "You will need the ticket later on."; next; mes "[ Akame ]"; mes "READY?"; next; mes "[ Akame ]"; mes "Gooooo!"; next; mes "[ Akame ]"; mes ".............."; next; mes "[ Akame ]"; mes "Sorry forgot I havent told you the items I need."; next; mes "[ Akame ]"; mes "1 Black Dyestuff"; mes "50000 zeny"; next; mes "[ Akame ]"; mes "Thats it really."; mes "Goodluck!!!"; close; case 2: mes "[ Akame ]"; mes "Not 100% sure?"; mes "Too bad."; close; } } }
-
Try this: https://rathena.org/board/topic/80981-drop-rates/?p=191834 Then use: mob_item_ratio.txt or just use this: https://rathena.org/board/topic/68833-drop-rate-issue/?p=127254 That's what I did to get it to 100% otherwise it only goes to 50%
-
Thanks but unfortunately it doesn't want to work. - itemshop custom_seller1 909,509:0,5406:100,5407:100 - itemshop custom_seller2 909,509:0,5766:100,5207:100 prontera,155,155,3 script Name_Shop_Here 437,{ mes "[NPC_NAME_HERE]"; mes "Which one do you want to open?"; @shop = select("Headgears:Supplies"); mes "[NPC_NAME_HERE"; mes "Happy shopping."; close2; deletearray @bought_nameid; callshop "custom_seller"+@shop,1; npcshopattach "custom_seller"+@shop; end; } I'm using White Herb(509) as my currency. It doesn't do anything. My money is still intact and my white herb is still there. It says deal completed but its not.
-
How do you turn them into a switch case? I dont want two or more npc while using itemshop. prontera,150,150,3 itemshop Headies 909,509:0,5406:10000000,5407:10000000 prontera,151,151,3 itemshop Supplies 909,509:0,5766:10000000,5207:10000000