functions_kafras.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  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.7
  9. //===== Compatible With: =====================================
  10. //= rAthena SVN
  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. //= v1.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. //============================================================
  66. //=== Main Function ========================================================
  67. //= arg(0): Used to determine which welcome message to show.
  68. //= arg(1): Used to determine which menu to display.
  69. //= arg(2): Used to determine if the info menu is shown in F_KafInfo.
  70. //= arg(3): Cost to use Storage
  71. //= arg(4): Cost to Rent a Pushcart
  72. //==========================================================================
  73. function script F_Kafra {
  74. callfunc "F_ClearGarbage"; // Clear outdated, unused variables
  75. // Display Kafra Welcome Message
  76. switch(getarg(0)){
  77. default:
  78. case 0:
  79. // Default message (obsolete)
  80. mes "[Kafra Employee]";
  81. mes "Welcome to the";
  82. mes "Kafra Corporation.";
  83. mes "The Kafra services";
  84. mes "are always on your side.";
  85. mes "How may I assist you?";
  86. break;
  87. case 1:
  88. // Niflheim specific message
  89. mes "[Kafra Employee]";
  90. mes "^666666W-weeeelc-c-come";
  91. mes "to th-the K-kaaafrrrra";
  92. mes "C-coorpoor-r-ratioooonn...^000000";
  93. break;
  94. case 2:
  95. // Guild Castle Kafra message
  96. set @GID,getcharid(2);
  97. mes "[Kafra Employee]";
  98. mes "Welcome. ^ff0000" + GetGuildName(@GID) + "^000000 Member.";
  99. mes "The Kafra Coporation will stay with you wherever you go.";
  100. break;
  101. case 3:
  102. // Amatsu specific message (obsolete)
  103. mes "[Kafra Employee]";
  104. mes "So, have you come from a faraway land to study our culture, or are you just sightseeing?";
  105. mes "In either case, why not stay awhile?";
  106. mes "The air is eternally heavy with the";
  107. mes "scent of pleasant wildflowers.";
  108. break;
  109. case 4:
  110. // Louyang and Ayothaya specific message (obsolete)
  111. mes "[Kafra Employee]";
  112. mes "With our many Kafra";
  113. mes "service locations, you're never";
  114. mes "far from home.";
  115. break;
  116. case 5:
  117. // NPC has it's own welcome message. (Display nothing)
  118. break;
  119. }
  120. next;
  121. while (1) {
  122. deletearray @K_Menu0$[0],getarraysize(@K_Menu0$);
  123. if (getarg(0) == 2) {
  124. // Guild Kafra Menu override (free Teleport, free Storage, Free Cart)
  125. setarray @K_Menu0$[0],"Use Storage","Use Guild Storage","Rent a Pushcart","Use Teleport Service","Cancel";
  126. } else {
  127. switch(getarg(1)){
  128. // Save and Storage only
  129. case 1: setarray @K_Menu0$[0],"Save","Use Storage","Cancel"; break;
  130. // Storage only
  131. case 2: setarray @K_Menu0$[0],"Use Storage","Cancel"; break;
  132. // No Teleport (Common)
  133. case 3: setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break;
  134. // Case 4 is Einbroch no tele message.
  135. // No save, or teleport. (Common)
  136. case 5: setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break;
  137. // Storage and Check Other Information only.
  138. case 6: setarray @K_Menu0$[0],"Use Storage","Check Other Information","Cancel"; break;
  139. // Save, Storage, and Pushcart only (Kafra Warehouse)
  140. case 7: setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Cancel"; break;
  141. // Save, Storage, Other Check information. (Turbo track)
  142. case 8: setarray @K_Menu0$[0],"Save","Use Storage","Check Other Information","Cancel"; break;
  143. // No Save (Rune Knight)
  144. case 9: setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Use Teleport Service","Check Other Information","Cancel"; break;
  145. // Storage, Save, and Pushcart (Dewata, reorder of case 7)
  146. case 10: setarray @K_Menu0$[0],"Use Storage","Save","Rent a Pushcart","Cancel"; break;
  147. // Default message (obsolete)
  148. default: setarray @K_Menu0$[0],"Save","Use Storage","Use Teleport Service","Rent a Pushcart","Check Other Information","Cancel"; break;
  149. }
  150. }
  151. set .@menu$,"";
  152. for (set .@i, 0; .@i < getarraysize(@K_Menu0$); set .@i, .@i + 1)
  153. set .@menu$, .@menu$ + @K_Menu0$[.@i] + ":";
  154. set .@j, select (.@menu$) - 1;
  155. if (@K_Menu0$[.@j] == "Save") {
  156. return;
  157. } else if (@K_Menu0$[.@j] == "Use Storage") {
  158. // Do not charge for Guild Storage
  159. if(getarg(0) == 2)
  160. callfunc "F_KafStor",2,0,0;
  161. else
  162. callfunc "F_KafStor",0,getarg(3),getarg(0);
  163. next;
  164. } else if (@K_Menu0$[.@j] == "Use Teleport Service") {
  165. // Display Einbroch "No Teleport Service" notice.
  166. if(getarg(1) != 4) callfunc "F_KafTele",getarg(0);
  167. else {
  168. mes "[Kafra Employee]";
  169. mes "Because of the ^FF0000Limited";
  170. mes "Transport Agreement^000000, the";
  171. mes "Kafra Corporation cannot";
  172. mes "provide Teleport Services";
  173. mes "in the Schwaltzvalt Republic.";
  174. next;
  175. mes "[Kafra Employee]";
  176. mes "We ask that you please";
  177. mes "use the Airship Service";
  178. mes "instead. Thank you for your";
  179. mes "understanding and cooperation.";
  180. }
  181. next;
  182. } else if (@K_Menu0$[.@j] == "Rent a Pushcart") {
  183. if(callfunc("F_KafCart",getarg(0),getarg(4)) == 1)
  184. next;
  185. } else if (@K_Menu0$[.@j] == "Check Other Information") {
  186. callfunc "F_KafInfo",getarg(2);
  187. next;
  188. } else if (@K_Menu0$[.@j] == "Cancel"){
  189. callfunc "F_KafEnd",getarg(0),0;
  190. end;
  191. } else if (@K_Menu0$[.@j] == "Use Guild Storage") {
  192. callfunc "F_KafStor",1,0;
  193. next;
  194. }
  195. }
  196. }
  197. //===================================================
  198. // Storage Function
  199. //===================================================
  200. function script F_KafStor {
  201. // Unable to access Guild Storage (Busy)
  202. if(getarg(0) == 1){
  203. if(guildopenstorage()){
  204. mes "[Kafra Employee]";
  205. mes "I'm sorry but another guild member is using the guild storage";
  206. mes "right now. Please wait until that person is finished.";
  207. close2;
  208. cutin "", 255;
  209. end;
  210. }
  211. cutin "", 255;
  212. close;
  213. }
  214. // Unable to access Normal Storage (Insufficient Basic Skills)
  215. if(basicskillcheck() && getskilllv("NV_BASIC") < 6){
  216. mes "[Kafra Employee]";
  217. // Niflheim Specific Message
  218. if (getarg(2) == 1) {
  219. mes "^666666S-s-ssoooorry,";
  220. mes "y-you're a-a-aaaa";
  221. mes "Nooviiice... N-neeeds";
  222. mes "B-basic sssskill l-level 6...^000000";
  223. return;
  224. }
  225. mes "I'm sorry, but you";
  226. mes "need the Novice's";
  227. mes "Basic Skill Level 6 to";
  228. mes "use the Storage Service.";
  229. return;
  230. }
  231. // Accessing Normal Storage (Skipped if accessing Storage from Guild castle)
  232. if(getarg(0) != 2){
  233. // Consume "Free Ticket for Kafra Storage" if available.
  234. if(countitem(7059)) delitem 7059,1;
  235. else {
  236. if(Zeny<getarg(1)){
  237. mes "[Kafra Employee]";
  238. // Niflheim Specific Message
  239. if (getarg(2) == 1) {
  240. percentheal -50,-50;
  241. mes "^666666Zeeeeeny...";
  242. mes "M-more z-zeny...!";
  243. mes "N-neeed 150... zeny...";
  244. mes "Ergh! T-taking bl-blood~!^000000";
  245. return;
  246. }
  247. // Standard Message
  248. mes "I'm sorry, but you don't";
  249. mes "have enough zeny to use";
  250. mes "the Storage Service. Our";
  251. mes "Storage access fee is "+getarg(1)+" zeny.";
  252. return;
  253. }
  254. set Zeny, Zeny-getarg(1);
  255. set RESRVPTS, RESRVPTS + (getarg(1)/5);
  256. }
  257. }
  258. // Surpress the "End" message if in guild castle.
  259. if (getarg(0) != 2) {
  260. // Niflheim specific Message
  261. if (getarg(2) == 1) {
  262. percentheal 0,-10;
  263. mes "[Kafra Employee]";
  264. for (set .@i, 0; .@i < 5; set .@i, .@i + 1)
  265. mes "^666666Thank you.. for... using...^000000";
  266. }
  267. // Normal message
  268. else {
  269. mes "[Kafra Employee]";
  270. mes "Here, let me open";
  271. mes "your Storage for you.";
  272. mes "Thank you for using";
  273. mes "the Kafra Service.";
  274. }
  275. }
  276. callfunc("F_CheckKafCode"); //check your storage password, if set
  277. close2;
  278. openstorage;
  279. cutin "", 255;
  280. end;
  281. }
  282. //===================================================
  283. // Teleport Function
  284. //===================================================
  285. function script F_KafTele {
  286. mes "[Kafra Employee]";
  287. mes "Please choose";
  288. mes "your destination.";
  289. next;
  290. set .@menu$, "";
  291. for (set .@i, 0; .@i <= 6; set .@i, .@i + 1)
  292. set .@menu$, .@menu$ + @wrpC$[.@i] + ":";
  293. set .@j, select (.@menu$) - 1;
  294. if (@wrpC$[.@j] == "Cancel") return;
  295. // Consume "Free Ticket for Kafra Transportation" if available.
  296. // Do not consume if in Guild castle
  297. if(countitem(7060) > 0 && getarg(0) != 2) delitem 7060,1;
  298. else {
  299. if (Zeny<@wrpP[.@j]){
  300. mes "[Kafra Employee]";
  301. mes "I'm sorry, but you don't have";
  302. mes "enough zeny for the Teleport";
  303. mes "Service. The fee to teleport";
  304. mes "to "+@wrpD$[.@j]+" is "+@wrpP[.@j]+" zeny.";
  305. close2;
  306. cutin "", 255;
  307. end;
  308. }
  309. set Zeny, Zeny - @wrpP[.@j];
  310. set RESRVPTS, RESRVPTS + (@wrpP[.@j]/16);
  311. }
  312. cutin "", 255;
  313. if (@wrpD$[.@j] == "Al De Baran") warp "aldebaran",168,112;
  314. else if (@wrpD$[.@j] == "Alberta") warp "alberta", 117, 56;
  315. else if (@wrpD$[.@j] == "Comodo") warp "comodo", 209, 143;
  316. else if (@wrpD$[.@j] == "Comodo Pharos Beacon") warp "cmd_fild07", 127, 134;
  317. else if (@wrpD$[.@j] == "Geffen") warp "geffen", 120, 39;
  318. else if (@wrpD$[.@j] == "Izlude") { if (checkre(0)) warp "izlude", 128, 98; else warp "izlude", 91, 105; }
  319. else if (@wrpD$[.@j] == "Juno") warp "yuno", 158, 125;
  320. else if (@wrpD$[.@j] == "Mjolnir Dead Pit") warp "mjolnir_02", 99, 351;
  321. else if (@wrpD$[.@j] == "Morroc") warp "morocc", 156, 46;
  322. else if (@wrpD$[.@j] == "Orc Dungeon") warp "gef_fild10", 52, 326;
  323. else if (@wrpD$[.@j] == "Payon") warp "payon", 161, 58;
  324. else if (@wrpD$[.@j] == "Prontera") warp "prontera", 116, 72;
  325. else if (@wrpD$[.@j] == "Umbala") warp "umbala", 100, 154;
  326. end;
  327. }
  328. //===================================================
  329. // Cart Function
  330. //===================================================
  331. function script F_KafCart {
  332. // Ensure that the class wanting to rent a pushcart is a merchant
  333. if(BaseClass != Job_Merchant){
  334. mes "[Kafra Employee]";
  335. mes "I'm sorry, but the";
  336. mes "Pushcart rental service";
  337. mes "is only available to Merchants,";
  338. mes "Blacksmiths, Master Smiths,";
  339. mes "Alchemists and Biochemists.";
  340. return 1;
  341. }
  342. // Make sure the invoking character does not have a cart already
  343. else if(checkcart() == 1){
  344. mes "[Kafra Employee]";
  345. mes "You already have";
  346. mes "a Pushcart equipped.";
  347. mes "Unfortunately, we can't";
  348. mes "rent more than one to";
  349. mes "each customer at a time.";
  350. return 1;
  351. }
  352. // Consume "Free Ticket for the Cart Service" if available.
  353. // Do not consume if in Guild castle.
  354. if(countitem(7061) > 0 && getarg(0) != 2) delitem 7061,1;
  355. else {
  356. mes "[Kafra Employee]";
  357. mes "The Pushcart rental";
  358. mes "fee is "+getarg(1)+" zeny. Would";
  359. mes "you like to rent a Pushcart?";
  360. next;
  361. if (select("Rent a Pushcart.:Cancel") == 2) return 0;
  362. if(Zeny<getarg(1)){
  363. mes "[Kafra Employee]";
  364. mes "I'm sorry, but you";
  365. mes "don't have enough";
  366. mes "zeny to pay the Pushcart";
  367. mes "rental fee of "+getarg(1)+" zeny.";
  368. return 1;
  369. }
  370. set Zeny,Zeny-getarg(1);
  371. set RESRVPTS, RESRVPTS + 48;
  372. }
  373. setcart;
  374. return 1;
  375. }
  376. //===================================================
  377. // Special Reserve Points Function
  378. //===================================================
  379. function script F_KafInfo {
  380. // Uncomment next line to block Kafra Storage Protection
  381. // set .@block, 1;
  382. setarray .@m$, "Check Special Reserve Points.","Storage Password Service","Kafra Employee Locations","Cancel";
  383. if (getarg(0) == 2) deletearray .@m$[1],2; // Rune Knight
  384. else if (.@block) deletearray .@m$[1],1;
  385. while (1) {
  386. set .@j, select(implode(.@m$,":")) - 1;
  387. if (.@m$[.@j] == "Check Special Reserve Points.") {
  388. mes "[Kafra Employee]";
  389. mes "Let's see...";
  390. mes strcharinfo(0) + "...";
  391. mes "Ah, you have a total of";
  392. mes RESRVPTS+ " Special Reserve Points.";
  393. next;
  394. mes "[Kafra Employee]";
  395. mes "You can exchange your";
  396. mes "Special Reserve Points for";
  397. mes "rewards at the Kafra Main Office in Al De Baran. Please use our";
  398. mes "convenient services to see the benefits of our rewards program.";
  399. next;
  400. if(getarg(0) == 1) return;
  401. } else if (.@m$[.@j] == "Kafra Employee Locations") {
  402. for (set .@i, 0; .@i <= 3; set .@i, .@i + 1)
  403. viewpoint 1,@viewpX[.@i],@viewpY[.@i],(.@i+1),0xFF00FF;
  404. next;
  405. for (set .@i, 0; .@i <= 3; set .@i, .@i + 1)
  406. viewpoint 2,@viewpX[.@i],@viewpY[.@i],(.@i+1),0xFF00FF;
  407. } else if (.@m$[.@j] == "Storage Password Service") {
  408. callfunc("F_SetKafCode","[Kafra Employee]","Kafra Services");
  409. } else {
  410. return;
  411. }
  412. }
  413. }
  414. // === End Function ==================================================
  415. // arg(0): used to determine what message to display.
  416. // arg(1): used to determine if save message is displayed.
  417. // arg(2): used to display the name of the area you're saving in.
  418. //===================================================================
  419. function script F_KafEnd {
  420. mes "[Kafra Employee]";
  421. if(getarg(1)==1) {
  422. // Save
  423. mes "Your Respawn Point";
  424. mes "has been saved here";
  425. mes getarg(2)+".";
  426. mes "Thank you for using";
  427. mes "the Kafra Services.";
  428. } else if(getarg(0)==0 || getarg(0)==5) {
  429. // Generic End
  430. mes "We, here at Kafra Corporation,";
  431. mes "are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
  432. } else if(getarg(0)==1) {
  433. // Niflheim End
  434. percentheal 0,- 25;
  435. mes "^666666Kaffffra n-never";
  436. mes "diiiiiiiiiiiiiies. On...";
  437. mes "On y-yooour siiiiide~^000000";
  438. }
  439. close2;
  440. cutin "", 255;
  441. end;
  442. }
  443. //===================================================
  444. // Check Storage Password Function
  445. //===================================================
  446. function script F_CheckKafCode {
  447. if(!#kafra_code) return;
  448. mes "Enter your storage password:";
  449. set @code_,0;
  450. input @code_;
  451. if(@code_ != #kafra_code) {
  452. dispbottom "Wrong storage password.";
  453. close2;
  454. cutin "",255;
  455. end;
  456. }
  457. set @kafcode_try,0;
  458. set @code_,0;
  459. return;
  460. }
  461. // === Set / Change / Clear Storage Password Function ===
  462. // getarg(0): NPC Name
  463. // getarg(1): Company Name
  464. //=======================================================
  465. function script F_SetKafCode {
  466. mes getarg(0);
  467. if(#kafra_code) {
  468. mes "Your storage is protected with a password. What would you do now?";
  469. next;
  470. switch (select("Change old password -> 5000z:Remove storage password -> 1000z:Cancel")) {
  471. Case 1:
  472. mes getarg(0);
  473. mes "At first, please enter your ^0000FFold password^000000.";
  474. set @code,callfunc("F_EntKafCode");
  475. if(!@code || @code != #kafra_code) {
  476. mes "Wrong password. You can't set a new password.";
  477. emotion e_hmm;
  478. break;
  479. }
  480. next;
  481. callsub S_SET,getarg(0),getarg(1);
  482. break;
  483. Case 2:
  484. mes getarg(0);
  485. mes "Please, enter your password before its removal.";
  486. set @code,callfunc("F_EntKafCode");
  487. if(!@code) {
  488. mes "The password hasn't been removed.";
  489. emotion e_hmm;
  490. break;
  491. }
  492. next;
  493. mes getarg(0);
  494. if(Zeny < 1000) {
  495. mes "You don't have enough zeny.";
  496. emotion e_cash;
  497. break;
  498. }
  499. set Zeny,Zeny-1000;
  500. if(@code == #kafra_code) {
  501. set #kafra_code,0;
  502. mes "You've successfully cleared your storage password.";
  503. mes "Thank you for using "+getarg(1)+".";
  504. emotion e_thx;
  505. } else {
  506. mes "Wrong password. We won't return your 1000z.";
  507. mes "Please, next time enter correct password.";
  508. emotion e_sry;
  509. }
  510. break;
  511. Case 3:
  512. break;
  513. }
  514. } else {
  515. mes getarg(1)+" proudly presents you a new service:";
  516. mes "Additional storage protection with a password.";
  517. next;
  518. switch (select("Set new password -> 5000z:Cancel")) {
  519. Case 1: callsub S_SET,getarg(0),getarg(1); break;
  520. Case 2: break;
  521. }
  522. }
  523. close2;
  524. cutin "",255;
  525. end;
  526. S_SET:
  527. mes getarg(0);
  528. mes "Now enter your ^FF0000new password^000000 to protect your storage from thieves.";
  529. set @code,callfunc("F_EntKafCode");
  530. if(!@code) {
  531. mes "The password hasn't been changed.";
  532. emotion e_hmm;
  533. return;
  534. }
  535. next;
  536. mes getarg(0);
  537. if(Zeny < 5000) {
  538. mes "You don't have enough zeny.";
  539. emotion e_cash;
  540. return;
  541. }
  542. set Zeny,Zeny-5000;
  543. set #kafra_code,@code;
  544. mes "You've protected your storage with a secret password.";
  545. mes "Thank you for using "+getarg(1)+".";
  546. emotion e_thx;
  547. return;
  548. }
  549. //===================================================
  550. // Basic Password Validation Function
  551. //===================================================
  552. function script F_EntKafCode {
  553. mes "Enter a number 1000~10000000:";
  554. set @code_,0;
  555. set @kafcode_try,@kafcode_try+1;
  556. if(@kafcode_try>10) {
  557. set @kafcode_try,0;
  558. logmes "Hack: Tried to fit storage password.";
  559. }
  560. if(input(@code_) == 1) {
  561. mes "You can't use such big password.";
  562. return 0;
  563. }
  564. if(@code_<1000) {
  565. mes "You shouldn't use such short password.";
  566. return 0;
  567. }
  568. return @code_;
  569. }
  570. //===================================================
  571. // Warp Points / View Points Function
  572. //===================================================
  573. function script F_KafSet {
  574. cleararray @wrpC$[0],"",getarraysize(@wrpC$);
  575. cleararray @wrpD$[0],"",getarraysize(@wrpD$);
  576. cleararray @wrpP$[0],"",getarraysize(@wrpP$);
  577. cleararray @viewpX[0],"",getarraysize(@viewpX);
  578. cleararray @viewpY[0],"",getarraysize(@viewpY);
  579. if (strnpcinfo(4) == "prontera") {
  580. setarray @wrpD$[0], "Izlude", "Geffen", "Payon", "Morroc", "Orc Dungeon", "Alberta";
  581. setarray @wrpP[0], 600, 1200, 1200, 1200, 1200, 1800;
  582. setarray @viewpX[0], 151, 29, 282, 152;
  583. setarray @viewpY[0], 29, 207, 200, 326;
  584. } else if (strnpcinfo(4) == "alberta") {
  585. setarray @wrpP[0], 1200, 1800, 1800;
  586. setarray @wrpD$[0], "Payon", "Morroc", "Prontera";
  587. setarray @viewpX[0], 28, 113, 0, 0;
  588. setarray @viewpY[0], 229, 60, 0, 0;
  589. } else if (strnpcinfo(4) == "aldebaran") {
  590. setarray @wrpP[0], 1200, 1200, 1800, 1700;
  591. setarray @wrpD$[0], "Geffen", "Juno" , "Izlude", "Mjolnir Dead Pit";
  592. } else if (strnpcinfo(4) == "comodo" ) {
  593. setarray @wrpD$[0], "Morroc", "Comodo Pharos Beacon", "Umbala";
  594. setarray @wrpP[0], 1800, 1200, 1800;
  595. } else if (strnpcinfo(4) == "cmd_fild07") {
  596. setarray @wrpD$[0], "Comodo", "Morroc";
  597. setarray @wrpP[0], 1200, 1200;
  598. } else if (strnpcinfo(4) == "geffen") {
  599. setarray @wrpD$[0], "Prontera", "Al De Baran", "Orc Dungeon", "Mjolnir Dead Pit";
  600. setarray @wrpP[0], 1200, 1200, 1200, 1700;
  601. setarray @viewpX[0], 120, 203;
  602. setarray @viewpY[0], 62, 123;
  603. } else if (strnpcinfo(4) == "izlude") {
  604. setarray @wrpD$[0], "Geffen", "Payon", "Morroc", "Al De Baran";
  605. setarray @wrpP[0], 1200, 1200, 1200, 1800;
  606. } else if (strnpcinfo(4) == "morocc") {
  607. setarray @wrpD$[0], "Prontera", "Payon", "Alberta", "Comodo", "Comodo Pharos Beacon";
  608. setarray @wrpP[0], 1200, 1200, 1800, 1800, 1200;
  609. setarray @viewpX[0], 156, 163, 28, 292;
  610. setarray @viewpY[0], 97, 260, 167, 211;
  611. } else if (strnpcinfo(4) == "umbala") {
  612. setarray @wrpD$[0], "Comodo";
  613. setarray @wrpP[0], 1800;
  614. } else if (strnpcinfo(4) == "payon") {
  615. setarray @wrpD$[0], "Prontera", "Alberta", "Morroc";
  616. setarray @wrpP[0], 1200, 1200, 1200;
  617. } else if (strnpcinfo(4) == "yuno") {
  618. setarray @wrpD$[0], "Al De Baran";
  619. setarray @wrpP[0], 1200;
  620. setarray @viewpX[0], 328, 278, 153, 0;
  621. setarray @viewpY[0], 108, 221, 187, 0;
  622. } else if (strnpcinfo(4) == "job3_rune01") {
  623. setarray @wrpD$[0], "Izlude", "Geffen", "Payon", "Morroc", "Alberta";
  624. setarray @wrpP[0], 600, 1200, 1200, 1200, 1800;
  625. }
  626. for (set .@i, 0; .@i < getarraysize(@wrpD$); set .@i, .@i + 1)
  627. setd "@wrpC$["+.@i+"]",getd("@wrpD$["+.@i+"]")+" -> "+getd("@wrpP["+.@i+"]");
  628. setd "@wrpC$["+getarraysize(@wrpC$)+"]","Cancel";
  629. return;
  630. }