Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Slammer

  1. for example : novice to lord knight mes "[Master]"; mes "are you ready?"; next; if (class == 0) && (JobLevel >= 10) { jobchange 4008; mes "[Master]"; mes "you become Lord Knight"; mes "goodbye"; close; }
  2. What version of Patch lite you use? if versi is not 2.4.22.793 so you must use patch lite 2.4.22.793
  3. try this lua: luafiles514.7z
  4. you learn first on : npc\kafras\functions_kafras.txt then you can configure on : npc\kafras\kafras.txt
  5. try my lua for indonesia and usa. lua files.7z set langtype 1 for usa and 6 for indonesia i try for conf for russian but not work to.
  6. are you sure the file is there? warm is like the file not there. check again.
  7. have you update kRO until last patch? if not, go patch until last patch.
  8. @hendra814 august package is update main package. plz check it.
  9. @AinsLord try use 1 item and check timeleft vip. then try use 2nd item same duration. i reminder is calculate of duration 1st 60day + 2nd 60day = 120days try this script for timeleft vip - script Sample -1,{ OnPCLoginEvent: if (getgmlevel() < 99) end; mes "[Points Viewer]"; mes "Hello "+strcharinfo(0); mes ""+#CASHPOINTS+" Cash and "+#KAFRAPOINTS+" Free Cash."; mes "-----------------------------------"; mes "Time VIP left"; mes ""+vip_status(2)+""; mes "-----------------------------------"; close; }
  10. Thank you for @IsabelaFernandez i clarify : 3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP ID for 7 days 3002,VIP Pass 2,VIP Pass 2,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*14); },{},{} //VIP ID for 14 days 3003,VIP Pass 3,VIP Pass 3,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*30); },{},{} //VIP ID for 30 days The Script Active when SRC VIP mode is on. src\config\core.h //#define VIP_ENABLE change to #define VIP_ENABLE and recompile. For Map/Field/DG/ect maybe you can use NPC for acces : mes "[ Gate keeper]"; if (vip_status(1)) { mes "Will you go to VIP map?"; next; menu "Go to VIP map",vipmap,"No way",no; vipmap: warp "vip.gat",0,0; end; no: mes "VIP map is great."; break; } else { mes "Seems you're no longer VIP anymore. You must VIP to acces"; break; }
  11. Update Headgear to August 2018 link on first post. First Post
  12. i help you for TB of guild castle. TB spawn at 00:01 npc\guild\agit_main.txt / Treasure Room Spawn Template //============================================================ - script Gld_Trea_Spawn::Gld_Trea_Spawn -1,{ end; OnClock0001: // Do nothing if this script is the template. if (strnpcinfo(1) == "Gld_Trea_Spawn") end;
  13. have you changed the langtype to 14?
  14. @TheDerpySupport ok. my bad. after test, it's works for all langtype. thx dude.
  15. use 20170614 for support all langtype year 2018 not support all langtype
  16. try it.. 3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP Active for seven days
  17. maybe you can use my very old payon (no have gate to WOE field) all iclude. payon v1.0.7z try it
  18. try it. accessoryid.lua accname.lua
  19. it , or . ? i see like . not , or you can give me your accname.lua and accessoryid.lua
  20. @item_db have you input the id? sample : 2241,Arc_Angel_Balloon,Arc Angel Balloon,4,5000,,100,,0,,0,0xFFFFFFFF,63,2,1,,0,0,1772,{},{},{}
  21. Last Patch kRO? if not please update/patch your kRO.
  22. @ accname.lua you forgot give , after "C_Warm_Cat_Muffler_BL". replace to "C_WARM_CAT_MUFFLER_BL", @ accessoryid.lua you forgot give , after 1772. replace to 1772, try it maybe to fix your problem.
  23. Just open : luafiles514\lua files\spreditinfo\2dlayerdir_f.lub and remove [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER_SMALL it will fix your problem.
  24. @Rizky Ramadhan i have data.grf 2.5G (all data.grf official become one data.grf) an works normal for client 2017-2018 Lite Patch still work and data.grf kRO still grow up.
  25. untuk ASPD Formula kRO berbeda dengan yang lain. jadi jangan kaget jika aspd tidak memakai senjata dan memakai senjata kRO dan idRO berbeda.
×
×
  • Create New...