Jump to content

Poring King

Members
  • Posts

    1016
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Poring King

  1. Try this if you encounter error let me know send the cmd part too i dont have time to test it write now. - script Durengo Kafra Service FAKE_NPC,{ soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Hello, how can I be of service?"; next; switch(select("Save:Use Storage:Teleport Service:Cancel")) { case 1: goto save_point; case 2: goto storage; case 3: goto teleport_service; case 4: close; } save_point: soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Your respawn point has been saved to Veil. Thank you."; savepoint "veil",120,104; close; storage: soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Here is your storage vault."; openstorage; close; teleport_service: soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Please select your destination:"; switch(select("Town:Resource Ground:Cancel")) { case 1: goto town_teleport; case 2: goto resource_teleport; case 3: close; } resource_teleport: soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Please select your level range:"; switch(select("Level 1 to 60:Level 60 to 99:Cancel")) { case 1: if (BaseLevel > 60) { mes "Sorry, your level is above the requirement."; close; } warp "spl_fild01",78,249; close; case 2: if (BaseLevel < 60) { mes "Sorry, your level is below the requirement."; close; } warp "spl_fild02",30,198; close; case 3: close; } town_teleport: soundeffect "menu.wav",0; mes "^ce7e00 === FARIDAH === ^000000"; mes "Select your destination:"; switch(select( "Main Town:Alberta:Aldebaran:Amatsu:Ayothaya:Comodo:Einbech:Einbroch:Geffen:Hugel:Izlude:Jawaii:Juno:Gonryun:Lighthalzen:Louyang:Lutie:Morocc:Moscovia:Nameless Island (Day):Nameless Island (Night):Niflheim:Payon:Prontera:Rachel:Splendide:Thor Camp:Umbala:Veins:Cancel")) { case 1: warp "veil",120,104; close; case 2: warp "alberta",28,234; close; case 3: warp "aldebaran",140,131; close; case 4: warp "amatsu",198,84; close; case 5: warp "ayothaya",208,166; close; case 6: warp "comodo",209,143; close; case 7: warp "einbech",63,35; close; case 8: warp "einbroch",64,200; close; case 9: warp "geffen",119,59; close; case 10: warp "hugel",96,145; close; case 11: warp "izlude",128,108; close; case 12: warp "jawaii",251,132; close; case 13: warp "yuno",157,51; close; case 14: warp "gonryun",160,120; close; case 15: warp "lighthalzen",158,92; close; case 16: warp "louyang",217,100; close; case 17: warp "xmas",147,134; close; case 18: warp "morocc",156,93; close; case 19: warp "moscovia",223,184; close; case 20: warp "nameless_i",256,215; close; case 21: warp "nameless_n",256,215; close; case 22: warp "niflheim",202,174; close; case 23: warp "payon",179,100; close; case 24: warp "prontera",155,183; close; case 25: warp "rachel",130,110; close; case 26: warp "splendide",201,147; close; case 27: warp "thor_camp",246,68; close; case 28: warp "umbala",97,153; close; case 29: warp "veins",216,123; close; case 30: close; } } veil,120,114,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#veil 10041 alb2trea,57,70,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#alb2trea 10041 alberta,28,240,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#alberta 10041 aldebaran,145,118,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#aldebaran 10041 amatsu,203,87,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#amatsu 10041 ayothaya,209,169,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#ayothaya 10041 comodo,194,158,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#comodo 10041 einbech,59,38,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#einbech 10041 einbroch,69,202,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#einbroch 10041 gef_fild10,71,339,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#gef_fild10 10041 geffen,124,72,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#geffen 10041 glast_01,372,308,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#glast_01 10041 gonryun,162,122,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#gonryun 10041 hugel,101,151,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#hugel 10041 izlu2dun,110,92,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#izlu2dun 10041 izlude,134,150,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#izlude 10041 jawaii,253,138,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#jawaii 10041 lighthalzen,162,102,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#lighthalzen 10041 louyang,208,103,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#louyang 10041 manuk,274,146,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#manuk 10041 mid_camp,216,288,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#mid_camp 10041 mjolnir_02,85,364,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#mjolnir_02 10041 moc_ruins,64,164,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#moc_ruins 10041 morocc,159,97,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#morocc 10041 moscovia,229,191,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#moscovia 10041 nameless_n,259,213,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#nameless_n 10041 niflheim,205,179,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#niflheim 10041 pay_arche,42,134,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#pay_arche 10041 payon,182,108,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#payon 10041 prontera,159,192,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#prontera 10041 prt_fild05,279,223,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#prt_fild05 10041 rachel,135,116,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#rachel 10041 splendide,205,153,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#splendide 10041 thor_camp,249,76,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#thor_camp 10041 umbala,106,150,3 duplicate(Durengo Kafra Service) Durengo Kafra Service#umbala 10041 veins,214,123,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#veins 10041 xmas,150,136,6 duplicate(Durengo Kafra Service) Durengo Kafra Service#xmas 10041 yuno,162,47,4 duplicate(Durengo Kafra Service) Durengo Kafra Service#yuno 10041 Changes Made: Simplified Dialogue: Reduced unnecessary dialogue and made the conversation more concise. Structured Switches: Improved readability by aligning cases directly under their respective switches. Merged Common Operations: Combined repeated soundeffect and message commands into logical sections. Removed Redundant Labels: Removed unused labels to streamline the code. Optimized Condition Checks: Simplified level checks with direct if conditions. Consistent Formatting: Ensured consistent indentation and formatting for better readability.
  2. Then you will need to hire someone that have time to setup a server for you
  3. Open you client files goto System folder find Iteminfo.lua you can change the information there so your server will display the data that you have been change . You just simply re-open your client and login your account once you change something and see if it goes thru
  4. Use Dynamic shop you can also see how the script works
  5. Yes so you could get the latest Kro Files . Then when you are done doing it get the latest translation of item ... I recommend zack english translation or my transalation in my gethub . My translation is good for High rate server with TCG main currancy
  6. Meaning you are not supported the item .. Just patch your kRO renewal and Pre-re to get the latest files
  7. By updating your kro . You already getting the newest file from main kro server
  8. First Patch your KRO first so you will get all latest file that RO can offer . Then after that get the latest translation in rAthena . I recommend Chris English Pre-re . So you will get all Pre-re description and item
  9. This is sprite animation problem . If you know how to fix this thru your act editor . You can find it on your GRF file this happen mostly on a GRF that has a lot of customization . To avoid this try to use a clean GRF or to fix this try to patch your client files like your KRO that you are using . Just copy the original GRF that contain with fix LK attack act and paste it to your custom grf that has this problem .. There is a lot of way to fix this ..
  10. It would be nice if you post your script . If you are asking if you want a NPC that will show in certain place mapname,x,y,facing[TAB]Script[TAB]NPCID,{ mes "[ Simple NPC]"; mes "This is the paragraph"; end; }
  11. Did you reload your file for after you change your gm permission ?
  12. Patch your KRO files both renewal and pre-re. So you will get the latest one to avoid error
  13. This project is already posted long time ago . I think this project is thru an AI Rendering. Not sure but seems like its named "UPScale Ai Rendering" . I think this rendering will only works properly on NPC This is the topic post referring to this matter https://rathena.org/board/topic/122334-ragnarok-4k-ai-upscale/
  14. Use for and use increments .@i++ , .@i = 32071;
  15. Seems like you are using renewal damage calculation
  16. rAthena is more advance and close to official . But interms of plugins i think hercules have it ..
  17. Send me the proof then i will try to look on it
  18. Seems like a private server LOL
  19. It says you have error on line 15 and it is unmatch ")" . I already see the problem . if (getpartymembercount(getcharid(1)) != 3 && getpartycount(getcharid(1)) != 3){ You need to fix your statement .. I don't want to spoon feed you with answer . I want you to learn how to fix this simple thing .. The error already says what the problem . You only need to do is understand the flow of the script
  20. Beside of your profile when you reply or someone reply to your post there is Arrow up and down
  21. I don't have much time to dig in forum but i give you the idea already . If you want your asura be like old RO that so fast like WPE . You need to mess around with your SRC and you need Config file on your server .. . Or you can just use the old emulator to get that i think it will be around 2013 rAthena emulator but that's too old meaning lot of bugs
  22. When doing some diff you need to specify which iteminfo will you use its either lua or lub . If the problem is still there . Maybe you are missing a RO files . Now this time you need to Patch your KRO or get a clean KRO files
  23. Seems like you are referring to old asura strike which is like High Rate server play style .There is a lot of things to do to fix this .. All you need is to make 0 all the delay , cast and after cast of the skill . The only problem that you will encounter here when you try to fix this is the Asura slide . Because it will look like a teleport asura with a delay because of the slide unless you know how to mess around with the SRC to fix it
  24. Use notepadd ++ much easy . Other dev using lua and some is lub for that . But the file you need to find is the iteminfo . You can find it to your client file . Then its depends on how you diff your client to read Lua or Lub
×
×
  • Create New...