functions_kafras.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. //===== rAthena Script =======================================
  2. //= Kafra Functions
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
  6. //= L0ne_W0lf
  7. //===== Current Version: =====================================
  8. //= 6.8
  9. //===== Compatible With: =====================================
  10. //= rAthena Project
  11. //===== Description: =========================================
  12. //= These functions handle save, storage, cart rental, teleport,
  13. //= and Free Teleport/Warp/Rent Cart options for all Kafra NPCs.
  14. //=
  15. //= Kafra's will need a lot of work. The Welcome Message argument
  16. //= may become obsolete, as most kafras have a slightly differing
  17. //= Welcome message.
  18. //===== Additional Comments: =================================
  19. //= 1.1 Now using functions v2.1 Added Cart Rent for Classes: Whitesmith, Professor.
  20. //= Replaced checkoption(x) into checkcart(0) [Lupus] v2.1b Added Fix Kafra Pass Func [Kobra_k88]
  21. //= 2.2 Final fix of the Kafra Pass Exploit! [Lupus] a -Izlude[4] fix
  22. //= 2.2a Minor changes to function calls. Using agruments. Added Guild options. [kobra_k88]
  23. //= 2.2b This version uses arrays for the teleport option. Rearranged next statements to make menu transitions smoother. [kobra_k88]
  24. //= 2.3 Removed SAVE from Niflheim. [Lupus]
  25. //= 2.3 removed "fix" by HawkMoon RTFM and check supernovice.txt . There's a SPECIAL Kafra which gives CARTS to SN for a special proce. [Lupus]
  26. //= 2.4 Added Baby Class Support (Baby Novice check) Removed annoying storage feature where u had to close dialog window to be able to use your storage [Lupus]
  27. //= 2.5 Added Louyang official Kafra, fixes some Kafras, not letting you to Save your position [Lupus]
  28. //= 2.6 Reverted Dungeons Kafras (they should offer only Storage). Added temp Ayothaya Kafra
  29. //= 2.7 Added correct Ayothaya, Louyang & Amatsu Kafras. [Lupus]
  30. //= 2.8 Fixed Amatsu Storage problems [Lupus] 2.9 Fixed spelling mistakes. [Nexon]
  31. //= 3.0 Added special "not working teleport menu" for Einbroch Kafras [Lupus]
  32. //= 3.1 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
  33. //= 3.2 Fixed an exploit [Lupus]
  34. //= 4.0 Added Kafra storage password protection. [Lupus]
  35. //= to block Kafra Password, read comments at 350 line
  36. //= 5.0 Fixed the close2;....close; end; lines. Who let them slip away? =/ [erKURITA]
  37. //= Also, the kafra upon warp was giving back the zeny. Removed. [erKURITA]
  38. //= 5.1 Optimized a little, added no tele/save arg's [Evera]
  39. //= 5.1a Temporary? Added F_ClearGarbage to clear unused/outdated variables [Lupus]
  40. //= 5.2 By default commented out custom Guilds Kafra's "Guild Storage". [Lupus]
  41. //= 5.3 uncommented Guild Storage. Confirmed kRO feature. [Lupus]
  42. //= 5.4 added -Guide option (Kafra shows you nearest Guide) Work in progress.
  43. //= Need all coords for all guides.. and somehow pass their coords to kafra.
  44. //= Removed universal Kafra Pass, added 3 new Kafra Tickets [Lupus]
  45. //= 5.4b temporary moved "-Guide" from the 1st menu punct [Lupus]
  46. //= 5.5 Added proper Niflheim welcome message. [L0ne_W0lf]
  47. //= Cleaned up the menus a bit. Got rid of the proceeding "-" prefix.
  48. //= 5.5b Missed a preceeding hyphen, which was screwing up teleporting. [L0ne_W0lf]
  49. //= 5.6 Further dialog updates, added dynamic costs for cart and storage use. [L0ne_W0lf]
  50. //= Updated some functions to handle Guild Kafras the way they should.
  51. //= 5.6a Corrected a few wrong names in the teleport function. [L0ne_W0lf]
  52. //= 5.7 Correced end message no longer displaying, and the duplicate names [L0ne_W0lf]
  53. //= Thanks to Barron-Monster for pointing out the issues.
  54. //= 5.8 Fixed another double name being shown when "saving" [L0ne_W0lf]
  55. //= 5.9 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
  56. //= 6.0 Closed Kafra Password exploit in Cool Event Corp. Storages until we got a client/packet based password support.
  57. //= Added 2 args into F_SetKafCode to fit it in Cool Evnt Co. NPC [Lupus]
  58. //= 6.1 Added menu for Turbo Track Kafra Staff. [L0ne_W0lf]
  59. //= 6.2 Updated/Fixed warp cords. [Kisuka]
  60. //= 6.3 #kafra_code is now stored as is. [brianluau]
  61. //= 6.4 Removed unofficial Guide function. [Daegaladh]
  62. //= 6.5 Optimized. [Joseph]
  63. //= 6.6 Added Warp Points / View Points Function. [Joseph]
  64. //= 6.7 Added Rune Knight Kafra. [Euphy]
  65. //= 6.8 Updated some functions and added VIP features. [Euphy]
  66. //============================================================
  67. //=== Main Function ========================================================
  68. //= arg(0): Used to determine which welcome message to show.
  69. //= arg(1): Used to determine which menu to display.
  70. //= arg(2): Used to determine if the info menu is shown in F_KafInfo.
  71. //= arg(3): Cost to use Storage
  72. //= arg(4): Cost to Rent a Pushcart
  73. //==========================================================================
  74. function script F_Kafra {
  75. callfunc "F_ClearGarbage"; // Clear outdated, unused variables
  76. // Display Kafra Welcome Message
  77. switch(getarg(0)){
  78. default:
  79. case 0:
  80. // Default message (obsolete)
  81. mes "[Kafra Employee]";
  82. mes "Welcome to the";
  83. mes "Kafra Corporation.";
  84. mes "The Kafra services";
  85. mes "are always on your side.";
  86. mes "How may I assist you?";
  87. break;
  88. case 1:
  89. // Niflheim specific message
  90. mes "[Kafra Employee]";
  91. mes "^666666W-weeeelc-c-come";
  92. mes "to th-the K-kaaafrrrra";
  93. mes "C-coorpoor-r-ratioooonn...^000000";
  94. break;
  95. case 2:
  96. // Guild Castle Kafra message
  97. set @GID,getcharid(2);
  98. mes "[Kafra Employee]";
  99. mes "Welcome. ^ff0000" + GetGuildName(@GID) + "^000000 Member.";
  100. mes "The Kafra Coporation will stay with you wherever you go.";
  101. break;
  102. case 3:
  103. // Amatsu specific message (obsolete)
  104. mes "[Kafra Employee]";
  105. mes "So, have you come from a faraway land to study our culture, or are you just sightseeing?";
  106. mes "In either case, why not stay awhile?";
  107. mes "The air is eternally heavy with the";
  108. mes "scent of pleasant wildflowers.";
  109. break;
  110. case 4:
  111. // Louyang and Ayothaya specific message (obsolete)
  112. mes "[Kafra Employee]";
  113. mes "With our many Kafra";
  114. mes "service locations, you're never";
  115. mes "far from home.";
  116. break;
  117. case 5:
  118. // NPC has it's own welcome message. (Display nothing)
  119. break;
  120. }
  121. next;
  122. while (1) {
  123. deletearray @K_Menu0$[0],getarraysize(@K_Menu0$);
  124. if (getarg(0) == 2) {
  125. // Guild Kafra Menu override (free Teleport, free Storage, Free Cart)
  126. setarray @K_Menu0$[0],"Use Storage","Use Guild Storage","Rent a Pushcart","Use Teleport Service","Cancel";
  127. } else {
  128. switch(getarg(1)){
  129. // Save and Storage only
  130. case 1: setarray @K_Menu0$[0],"Save","Use Storage","Cancel"; break;
  131. // Storage only
  132. case 2: setarray @K_Menu0$[0],"Use Storage","Cancel"; break;
  133. // No Teleport (Common)
  134. case 3: setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break;
  135. // Case 4 is Einbroch no tele message.
  136. // No save, or teleport. (Common)
  137. case 5: setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break;
  138. // Storage and Check Other Information only.
  139. case 6: setarray @K_Menu0$[0],"Use Storage","Check Other Information","Cancel"; break;
  140. // Save, Storage, and Pushcart only (Kafra Warehouse)
  141. case 7: setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Cancel"; break;
  142. // Save, Storage, Other Check information. (Turbo track)
  143. case 8: setarray @K_Menu0$[0],"Save","Use Storage","Check Other Information","Cancel"; break;
  144. // No Save (Rune Knight)
  145. case 9: setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Use Teleport Service","Check Other Information","Cancel"; break;
  146. // Storage, Save, and Pushcart (Dewata, reorder of case 7)
  147. case 10: setarray @K_Menu0$[0],"Use Storage","Save","Rent a Pushcart","Cancel"; break;
  148. // Default message (obsolete)
  149. default: setarray @K_Menu0$[0],"Save","Use Storage","Use Teleport Service","Rent a Pushcart","Check Other Information","Cancel"; break;
  150. }
  151. }
  152. set .@menu$,"";
  153. for (set .@i, 0; .@i < getarraysize(@K_Menu0$); set .@i, .@i + 1)
  154. set .@menu$, .@menu$ + @K_Menu0$[.@i] + ":";
  155. set .@j, select (.@menu$) - 1;
  156. if (@K_Menu0$[.@j] == "Save") {
  157. return;
  158. } else if (@K_Menu0$[.@j] == "Use Storage") {
  159. // Do not charge for Guild Storage
  160. if(getarg(0) == 2)
  161. callfunc "F_KafStor",2,0,0;
  162. else
  163. callfunc "F_KafStor",0,getarg(3),getarg(0);
  164. next;
  165. } else if (@K_Menu0$[.@j] == "Use Teleport Service") {
  166. // Display Einbroch "No Teleport Service" notice.
  167. if(getarg(1) != 4) callfunc "F_KafTele",getarg(0);
  168. else {
  169. mes "[Kafra Employee]";
  170. mes "Because of the ^FF0000Limited";
  171. mes "Transport Agreement^000000, the";
  172. mes "Kafra Corporation cannot";
  173. mes "provide Teleport Services";
  174. mes "in the Schwaltzvalt Republic.";
  175. next;
  176. mes "[Kafra Employee]";
  177. mes "We ask that you please";
  178. mes "use the Airship Service";
  179. mes "instead. Thank you for your";
  180. mes "understanding and cooperation.";
  181. }
  182. next;
  183. } else if (@K_Menu0$[.@j] == "Rent a Pushcart") {
  184. if(callfunc("F_KafCart",getarg(0),getarg(4)) == 1)
  185. next;
  186. } else if (@K_Menu0$[.@j] == "Check Other Information") {
  187. callfunc "F_KafInfo",getarg(2);
  188. next;
  189. } else if (@K_Menu0$[.@j] == "Cancel"){
  190. callfunc "F_KafEnd",getarg(0),0;
  191. end;
  192. } else if (@K_Menu0$[.@j] == "Use Guild Storage") {
  193. callfunc "F_KafStor",1,0;
  194. next;
  195. }
  196. }
  197. }
  198. //===================================================
  199. // Storage Function
  200. //===================================================
  201. function script F_KafStor {
  202. // Unable to access Guild Storage (Busy)
  203. if(getarg(0) == 1){
  204. if(guildopenstorage()){
  205. mes "[Kafra Employee]";
  206. mes "I'm sorry but another guild member is using the guild storage";
  207. mes "right now. Please wait until that person is finished.";
  208. close2;
  209. cutin "", 255;
  210. end;
  211. }
  212. cutin "", 255;
  213. close;
  214. }
  215. // Unable to access Normal Storage (Insufficient Basic Skills)
  216. if(basicskillcheck() && getskilllv("NV_BASIC") < 6){
  217. mes "[Kafra Employee]";
  218. // Niflheim Specific Message
  219. if (getarg(2) == 1) {
  220. mes "^666666S-s-ssoooorry,";
  221. mes "y-you're a-a-aaaa";
  222. mes "Nooviiice... N-neeeds";
  223. mes "B-basic sssskill l-level 6...^000000";
  224. return;
  225. }
  226. mes "I'm sorry, but you";
  227. mes "need the Novice's";
  228. mes "Basic Skill Level 6 to";
  229. mes "use the Storage Service.";
  230. return;
  231. }
  232. // Accessing Normal Storage (Skipped if accessing Storage from Guild castle)
  233. if(getarg(0) != 2){
  234. // Consume "Free Ticket for Kafra Storage" if available.
  235. if(countitem(7059)) delitem 7059,1;
  236. else {
  237. if(Zeny<getarg(1)){
  238. mes "[Kafra Employee]";
  239. // Niflheim Specific Message
  240. if (getarg(2) == 1) {
  241. percentheal -50,-50;
  242. mes "^666666Zeeeeeny...";
  243. mes "M-more z-zeny...!";
  244. mes "N-neeed 150... zeny...";
  245. mes "Ergh! T-taking bl-blood~!^000000";
  246. return;
  247. }
  248. // Standard Message
  249. mes "I'm sorry, but you don't";
  250. mes "have enough zeny to use";
  251. mes "the Storage Service. Our";
  252. mes "Storage access fee is "+getarg(1)+" zeny.";
  253. return;
  254. }
  255. set Zeny, Zeny-getarg(1);
  256. set RESRVPTS, RESRVPTS + (getarg(1)/5);
  257. }
  258. }
  259. // Surpress the "End" message if in guild castle.
  260. if (getarg(0) != 2) {
  261. // Niflheim specific Message
  262. if (getarg(2) == 1) {
  263. percentheal 0,-10;
  264. mes "[Kafra Employee]";
  265. for (set .@i, 0; .@i < 5; set .@i, .@i + 1)
  266. mes "^666666Thank you.. for... using...^000000";
  267. }
  268. // Normal message
  269. else {
  270. mes "[Kafra Employee]";
  271. mes "Here, let me open";
  272. mes "your Storage for you.";
  273. mes "Thank you for using";
  274. mes "the Kafra Service.";
  275. }
  276. }
  277. callfunc("F_CheckKafCode"); //check your storage password, if set
  278. close2;
  279. openstorage;
  280. cutin "", 255;
  281. end;
  282. }
  283. //===================================================
  284. // Teleport Function
  285. //===================================================
  286. function script F_KafTele {
  287. mes "[Kafra Employee]";
  288. mes "Please choose";
  289. mes "your destination.";
  290. next;
  291. set .@menu$, "";
  292. for (set .@i, 0; .@i <= 6; set .@i, .@i + 1)
  293. set .@menu$, .@menu$ + @wrpC$[.@i] + ":";
  294. set .@j, select (.@menu$) - 1;
  295. if (@wrpC$[.@j] == "Cancel") return;
  296. // Consume "Free Ticket for Kafra Transportation" if available.
  297. // Do not consume if in Guild castle
  298. if(countitem(7060) > 0 && getarg(0) != 2) delitem 7060,1;
  299. else {
  300. if (Zeny<@wrpP[.@j]){
  301. mes "[Kafra Employee]";
  302. mes "I'm sorry, but you don't have";
  303. mes "enough zeny for the Teleport";
  304. mes "Service. The fee to teleport";
  305. mes "to "+@wrpD$[.@j]+" is "+@wrpP[.@j]+" zeny.";
  306. close2;
  307. cutin "", 255;
  308. end;
  309. }
  310. set Zeny, Zeny - @wrpP[.@j];
  311. set RESRVPTS, RESRVPTS + (@wrpP[.@j]/16);
  312. }
  313. cutin "", 255;
  314. if (@wrpD$[.@j] == "Al De Baran") warp "aldebaran",168,112;
  315. else if (@wrpD$[.@j] == "Alberta") warp "alberta", 117, 56;
  316. else if (@wrpD$[.@j] == "Comodo") warp "comodo", 209, 143;
  317. else if (@wrpD$[.@j] == "Comodo Pharos Beacon") warp "cmd_fild07", 127, 134;
  318. else if (@wrpD$[.@j] == "Geffen") warp "geffen", 120, 39;
  319. else if (@wrpD$[.@j] == "Izlude") { if (checkre(0)) warp "izlude", 128, 98; else warp "izlude", 91, 105; }
  320. else if (@wrpD$[.@j] == "Juno") warp "yuno", 158, 125;
  321. else if (@wrpD$[.@j] == "Mjolnir Dead Pit") warp "mjolnir_02", 99, 351;
  322. else if (@wrpD$[.@j] == "Morroc") warp "morocc", 156, 46;
  323. else if (@wrpD$[.@j] == "Orc Dungeon") warp "gef_fild10", 52, 326;
  324. else if (@wrpD$[.@j] == "Payon") warp "payon", 161, 58;
  325. else if (@wrpD$[.@j] == "Prontera") warp "prontera", 116, 72;
  326. else if (@wrpD$[.@j] == "Umbala") warp "umbala", 100, 154;
  327. end;
  328. }
  329. //===================================================
  330. // Cart Function
  331. //===================================================
  332. function script F_KafCart {
  333. // Ensure that the class wanting to rent a pushcart is a merchant
  334. if(BaseClass != Job_Merchant){
  335. mes "[Kafra Employee]";
  336. mes "I'm sorry, but the";
  337. mes "Pushcart rental service";
  338. if (checkre(0))
  339. mes "is only available to Merchant classes.";
  340. else {
  341. mes "is only available to Merchants,";
  342. mes "Blacksmiths, Master Smiths,";
  343. mes "Alchemists and Biochemists.";
  344. }
  345. return 1;
  346. }
  347. // Make sure the invoking character does not have a cart already
  348. else if(checkcart() == 1){
  349. mes "[Kafra Employee]";
  350. mes "You already have";
  351. mes "a Pushcart equipped.";
  352. mes "Unfortunately, we can't";
  353. mes "rent more than one to";
  354. mes "each customer at a time.";
  355. return 1;
  356. }
  357. // Check if the player has the Pushcart skill
  358. else if(getskilllv("MC_PUSHCART") == 0) {
  359. mes "[Kafra Employee]";
  360. mes "You can only rent a cart after learning the \"Push Cart\" skill.";
  361. return 1;
  362. }
  363. // Consume "Free Ticket for the Cart Service" if available.
  364. // Do not consume if in Guild castle.
  365. if(countitem(7061) > 0 && getarg(0) != 2) delitem 7061,1;
  366. else {
  367. mes "[Kafra Employee]";
  368. mes "The Pushcart rental";
  369. mes "fee is "+getarg(1)+" zeny. Would";
  370. mes "you like to rent a Pushcart?";
  371. next;
  372. if (select("Rent a Pushcart.:Cancel") == 2) return 0;
  373. if(Zeny<getarg(1)){
  374. mes "[Kafra Employee]";
  375. mes "I'm sorry, but you";
  376. mes "don't have enough";
  377. mes "zeny to pay the Pushcart";
  378. mes "rental fee of "+getarg(1)+" zeny.";
  379. return 1;
  380. }
  381. set Zeny,Zeny-getarg(1);
  382. set RESRVPTS, RESRVPTS + 48;
  383. }
  384. setcart;
  385. return 1;
  386. }
  387. //===================================================
  388. // Special Reserve Points Function
  389. //===================================================
  390. function script F_KafInfo {
  391. // Uncomment next line to block Kafra Storage Protection
  392. // set .@block, 1;
  393. setarray .@m$, "Check Special Reserve Points.","Storage Password Service","Kafra Employee Locations","Cancel";
  394. if (getarg(0) == 2) deletearray .@m$[1],2; // Port Malaya, Rune Knight
  395. else if (.@block) deletearray .@m$[1],1;
  396. while (1) {
  397. set .@j, select(implode(.@m$,":")) - 1;
  398. if (.@m$[.@j] == "Check Special Reserve Points.") {
  399. mes "[Kafra Employee]";
  400. mes "Let's see...";
  401. mes strcharinfo(0) + "...";
  402. mes "Ah, you have a total of";
  403. mes RESRVPTS+ " Special Reserve Points.";
  404. next;
  405. mes "[Kafra Employee]";
  406. mes "You can exchange your";
  407. mes "Special Reserve Points for";
  408. mes "rewards at the Kafra Main Office in Al De Baran. Please use our";
  409. mes "convenient services to see the benefits of our rewards program.";
  410. next;
  411. if(getarg(0) == 1) return;
  412. } else if (.@m$[.@j] == "Kafra Employee Locations") {
  413. for (set .@i, 0; .@i <= 3; set .@i, .@i + 1)
  414. viewpoint 1,@viewpX[.@i],@viewpY[.@i],(.@i+1),0xFF00FF;
  415. next;
  416. for (set .@i, 0; .@i <= 3; set .@i, .@i + 1)
  417. viewpoint 2,@viewpX[.@i],@viewpY[.@i],(.@i+1),0xFF00FF;
  418. } else if (.@m$[.@j] == "Storage Password Service") {
  419. callfunc("F_SetKafCode","[Kafra Employee]","Kafra Services");
  420. } else {
  421. return;
  422. }
  423. }
  424. }
  425. // === End Function ==================================================
  426. // arg(0): used to determine what message to display.
  427. // arg(1): used to determine if save message is displayed.
  428. // arg(2): used to display the name of the area you're saving in.
  429. //===================================================================
  430. function script F_KafEnd {
  431. mes "[Kafra Employee]";
  432. if(getarg(1)==1) {
  433. // Save
  434. mes "Your Respawn Point";
  435. mes "has been saved here";
  436. mes getarg(2)+".";
  437. mes "Thank you for using";
  438. mes "the Kafra Services.";
  439. } else if(getarg(0)==0 || getarg(0)==5) {
  440. // Generic End
  441. mes "We, here at Kafra Corporation,";
  442. mes "are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
  443. } else if(getarg(0)==1) {
  444. // Niflheim End
  445. percentheal 0,- 25;
  446. mes "^666666Kaffffra n-never";
  447. mes "diiiiiiiiiiiiiies. On...";
  448. mes "On y-yooour siiiiide~^000000";
  449. }
  450. close2;
  451. cutin "", 255;
  452. end;
  453. }
  454. //===================================================
  455. // Check Storage Password Function
  456. //===================================================
  457. function script F_CheckKafCode {
  458. if(!#kafra_code) return;
  459. mes "Enter your storage password:";
  460. set @code_,0;
  461. input @code_;
  462. if(@code_ != #kafra_code) {
  463. dispbottom "Wrong storage password.";
  464. close2;
  465. cutin "",255;
  466. end;
  467. }
  468. set @kafcode_try,0;
  469. set @code_,0;
  470. return;
  471. }
  472. // === Set / Change / Clear Storage Password Function ===
  473. // getarg(0): NPC Name
  474. // getarg(1): Company Name
  475. //=======================================================
  476. function script F_SetKafCode {
  477. mes getarg(0);
  478. if(#kafra_code) {
  479. mes "Your storage is protected with a password. What would you do now?";
  480. next;
  481. switch (select("Change old password -> 5000z:Remove storage password -> 1000z:Cancel")) {
  482. case 1:
  483. mes getarg(0);
  484. mes "At first, please enter your ^0000FFold password^000000.";
  485. set @code,callfunc("F_EntKafCode");
  486. if(!@code || @code != #kafra_code) {
  487. mes "Wrong password. You can't set a new password.";
  488. emotion e_hmm;
  489. break;
  490. }
  491. next;
  492. callsub S_SET,getarg(0),getarg(1);
  493. break;
  494. case 2:
  495. mes getarg(0);
  496. mes "Please, enter your password before its removal.";
  497. set @code,callfunc("F_EntKafCode");
  498. if(!@code) {
  499. mes "The password hasn't been removed.";
  500. emotion e_hmm;
  501. break;
  502. }
  503. next;
  504. mes getarg(0);
  505. if(Zeny < 1000) {
  506. mes "You don't have enough zeny.";
  507. emotion e_cash;
  508. break;
  509. }
  510. set Zeny,Zeny-1000;
  511. if(@code == #kafra_code) {
  512. set #kafra_code,0;
  513. mes "You've successfully cleared your storage password.";
  514. mes "Thank you for using "+getarg(1)+".";
  515. emotion e_thx;
  516. } else {
  517. mes "Wrong password. We won't return your 1000z.";
  518. mes "Please, next time enter correct password.";
  519. emotion e_sry;
  520. }
  521. break;
  522. case 3:
  523. break;
  524. }
  525. } else {
  526. mes getarg(1)+" proudly presents you a new service:";
  527. mes "Additional storage protection with a password.";
  528. next;
  529. switch (select("Set new password -> 5000z:Cancel")) {
  530. case 1: callsub S_SET,getarg(0),getarg(1); break;
  531. case 2: break;
  532. }
  533. }
  534. close2;
  535. cutin "",255;
  536. end;
  537. S_SET:
  538. mes getarg(0);
  539. mes "Now enter your ^FF0000new password^000000 to protect your storage from thieves.";
  540. set @code,callfunc("F_EntKafCode");
  541. if(!@code) {
  542. mes "The password hasn't been changed.";
  543. emotion e_hmm;
  544. return;
  545. }
  546. next;
  547. mes getarg(0);
  548. if(Zeny < 5000) {
  549. mes "You don't have enough zeny.";
  550. emotion e_cash;
  551. return;
  552. }
  553. set Zeny,Zeny-5000;
  554. set #kafra_code,@code;
  555. mes "You've protected your storage with a secret password.";
  556. mes "Thank you for using "+getarg(1)+".";
  557. emotion e_thx;
  558. return;
  559. }
  560. //===================================================
  561. // Basic Password Validation Function
  562. //===================================================
  563. function script F_EntKafCode {
  564. mes "Enter a number 1000~10000000:";
  565. set @code_,0;
  566. set @kafcode_try,@kafcode_try+1;
  567. if(@kafcode_try>10) {
  568. set @kafcode_try,0;
  569. logmes "Tried to fit storage password.";
  570. }
  571. if(input(@code_) == 1) {
  572. mes "You can't use such big password.";
  573. return 0;
  574. }
  575. if(@code_<1000) {
  576. mes "You shouldn't use such short password.";
  577. return 0;
  578. }
  579. return @code_;
  580. }
  581. //===================================================
  582. // Warp Points / View Points Function
  583. //===================================================
  584. function script F_KafSet {
  585. cleararray @wrpC$[0],"",getarraysize(@wrpC$);
  586. cleararray @wrpD$[0],"",getarraysize(@wrpD$);
  587. cleararray @wrpP$[0],"",getarraysize(@wrpP$);
  588. cleararray @viewpX[0],"",getarraysize(@viewpX);
  589. cleararray @viewpY[0],"",getarraysize(@viewpY);
  590. if (strnpcinfo(4) == "prontera") {
  591. setarray @wrpD$[0], "Izlude", "Geffen", "Payon", "Morroc", "Orc Dungeon", "Alberta";
  592. setarray @wrpP[0], 600, 1200, 1200, 1200, 1700, 1800;
  593. setarray @viewpX[0], 151, 29, 282, 152;
  594. setarray @viewpY[0], 29, 207, 200, 326;
  595. } else if (strnpcinfo(4) == "alberta") {
  596. setarray @wrpP[0], 1200, 1800, 1800;
  597. setarray @wrpD$[0], "Payon", "Morroc", "Prontera";
  598. setarray @viewpX[0], 28, 113, 0, 0;
  599. setarray @viewpY[0], 229, 60, 0, 0;
  600. } else if (strnpcinfo(4) == "aldebaran") {
  601. setarray @wrpP[0], 1200, 1200, 1800, 1700;
  602. setarray @wrpD$[0], "Geffen", "Juno" , "Izlude", "Mjolnir Dead Pit";
  603. } else if (strnpcinfo(4) == "comodo" ) {
  604. setarray @wrpD$[0], "Morroc", "Comodo Pharos Beacon", "Umbala";
  605. setarray @wrpP[0], 1800, 1200, 1800;
  606. } else if (strnpcinfo(4) == "cmd_fild07") {
  607. setarray @wrpD$[0], "Comodo", "Morroc";
  608. setarray @wrpP[0], 1200, 1200;
  609. } else if (strnpcinfo(4) == "geffen") {
  610. setarray @wrpD$[0], "Prontera", "Al De Baran", "Orc Dungeon", "Mjolnir Dead Pit";
  611. setarray @wrpP[0], 1200, 1200, 1700, 1700;
  612. setarray @viewpX[0], 120, 203;
  613. setarray @viewpY[0], 62, 123;
  614. } else if (strnpcinfo(4) == "izlude") {
  615. setarray @wrpD$[0], "Geffen", "Payon", "Morroc", "Al De Baran";
  616. setarray @wrpP[0], 1200, 1200, 1200, 1800;
  617. } else if (strnpcinfo(4) == "morocc") {
  618. setarray @wrpD$[0], "Prontera", "Payon", "Alberta", "Comodo", "Comodo Pharos Beacon";
  619. setarray @wrpP[0], 1200, 1200, 1800, 1800, 1200;
  620. setarray @viewpX[0], 156, 163, 28, 292;
  621. setarray @viewpY[0], 97, 260, 167, 211;
  622. } else if (strnpcinfo(4) == "umbala") {
  623. setarray @wrpD$[0], "Comodo";
  624. setarray @wrpP[0], 1800;
  625. } else if (strnpcinfo(4) == "payon") {
  626. setarray @wrpD$[0], "Prontera", "Alberta", "Morroc";
  627. setarray @wrpP[0], 1200, 1200, 1200;
  628. } else if (strnpcinfo(4) == "yuno") {
  629. setarray @wrpD$[0], "Al De Baran";
  630. setarray @wrpP[0], 1200;
  631. setarray @viewpX[0], 328, 278, 153, 0;
  632. setarray @viewpY[0], 108, 221, 187, 0;
  633. } else if (strnpcinfo(4) == "job3_rune01") {
  634. setarray @wrpD$[0], "Izlude", "Geffen", "Payon", "Morroc", "Alberta";
  635. setarray @wrpP[0], 600, 1200, 1200, 1200, 1800;
  636. }
  637. // VIP pricing varies across the regional servers; this is most practical.
  638. if (VIP_SCRIPT && !vip_status(1)) {
  639. for (set .@i, 0; .@i < getarraysize(@wrpD$); set .@i, .@i + 1)
  640. setd "@wrpP["+.@i+"]",getd("@wrpP["+.@i+"]") * 2;
  641. }
  642. for (set .@i, 0; .@i < getarraysize(@wrpD$); set .@i, .@i + 1)
  643. setd "@wrpC$["+.@i+"]",getd("@wrpD$["+.@i+"]")+" -> "+getd("@wrpP["+.@i+"]")+" z";
  644. setd "@wrpC$["+getarraysize(@wrpC$)+"]","Cancel";
  645. return;
  646. }