Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. could you define how to solved thi problem? maybe other have same issue.
  2. are you already put in back to original file at this step
  3. use alt+y uncheck at showname or use /showname
  4. i think something wrong when you patch the client, try use this option using nemo
  5. Still got the same error.
  6. How to customize this script. i want this event run for 5 minute, but if player kill the real poring the event will keep going until the timer is over.
  7. got this error on map console
  8. why all mob not appear on the map?
  9. step 3 comment at #define PACKET_OBFUSCATION and skipp step 5
  10. related to this thread check your files.
  11. i think anacondaq make that's custom grf using all file form zack, so all file include iz_int map added into rAthena2017.grf
  12. to remove the file, i think simple use grf edior, just click on the file after that delete the file and than save. i think zack file is to old for iz_int map.
  13. From where you got the rAthena2017.grf do you make it yourself? and are you using zack client data translation? if right, the problem is file .gat, .rsw and .gnd from there. if not, i think the person sharing the file use the file from zack as well
  14. see at this forum, check are you same problem same or not like the link i give https://rathena.org/board/topic/113247-intro-map-for-renewal-novice-get-stuck/?do=findComment&comment=335922
  15. Okay, good to hear the problem already solved.
  16. sorry you screen shoot don't give char_server, coul you show it
  17. are id and password in inter_athena.conf already right? i mean same as id an pass for login to mysql.
  18. sometime for first time application running in windows need to be unblock. and then restart the server again.
  19. could you give the screen shoot, char_athena.conf, map_athena.conf and inter_athena.conf your server
  20. did you already enable char_ip in map_athena.conf?
  21. how to do that? already tried anything but char always got stuck, even using fly wing to teleport another cell still can't solve the problem
  22. i'm already found the problem. if you use zackdreaver client translation data folder, please delete all file with extention .rsw, .gnd, and .gat i think iz_int zack give different with KRO.
  23. That's not iz_int map that Int_land map. the right iz_int map is Player screenshoot
  24. Here prontera,140,226,6 script VIP System 109,{ if (getgroupid()<4) { goto Prem; } set .@Timer, vip_status(VIP_STATUS_EXPIRE); mes "[ VIP NPC ]"; mes "Welcome "+strcharinfo(0)+","; mes "Please choose the menu."; mes "^FF0000Your VIP Status will Expire at:^000000"; mes gettimestr("%Y-%m/%d %H:%M:%S",21,vip_status(VIP_STATUS_EXPIRE)); mes "^FF0000Time Left: ^000000" + callfunc("Time2Str",.@Timer); next; switch(select("Buy items:Get buffs:No, thanks.")) { case 1: mes "Choose items do you wants."; goto item_list; item_list: menu "Universal Catalog Gold 20000 Zeny",Catalog,"Unlimited Flywing Box 20000 zeny",unli,"HP Pil 10000 Zeny",HP_PILL,"SP Pil 10000 Zeny",SP_PILL,"Authoritative Badge 10000 Zeny",Authoritative; Catalog: set .@amount, countitem(12581); if (zeny < 20000) mes "Sorry,Your zeny not enough,"; else if (.@amount >= 1) mes "You still have the item."; else{ getitem 12581,10; set zeny,zeny-20000; } close; unli: set .@amount, countitem(17229); if (zeny < 20000) mes "Sorry,Your zeny not enough,"; else if (.@amount >= 1) mes "You still have the item."; else{ getitem 17229,1; set zeny,zeny-20000; } close; HP_PILL: set .@amount, countitem(12274); if (zeny < 10000) mes "Sorry,Your zeny not enough,"; else if (.@amount >= 1) mes "You still have the item."; else{ getitem 12274,10; set zeny,zeny-10000; } close; SP_PILL: set .@amount, countitem(12275); if (zeny < 10000) mes "Sorry,Your zeny not enough,"; else if (.@amount >= 1) mes "You still have the item."; else{ getitem 12275,10; set zeny,zeny-10000; } close; Authoritative: set .@amount, countitem(662); if (zeny < 10000) mes "Sorry,Your zeny not enough,"; else if (.@amount >= 1) mes "You still have the item."; else{ getitem 662,10; set zeny,zeny-10000; } close; case 2: mes "Choose which one do you wants."; mes "First Buff ^FF0000STR +8, AGI +6, DEX +4, ATK +32^000000"; mes "Second Buffs ^FF0000INT +8, DEX +6, VIT +4, MATK +40^000000"; next; mes "Third Buffs ^FF0000Dex +8, AGI +6, LUK +4, ATK +24, MATK +24^000000"; mes "Fourth Buffs ^FF0000all stat +6, ATK +24, MATK +24^000000"; goto buff; buff: menu "First Buffs",First,"Second Buffs",Second,"Third Buffs",Third,"Fourth Buffs",Fourth; First: sc_start SC_STRFOOD,3600000,8; sc_start SC_AGIFOOD,3600000,6; sc_start SC_DEXFOOD,3600000,4; sc_start SC_ATKPOTION,3600000,32; percentheal 100,100; close; Second: sc_start SC_INTFOOD,3600000,8; sc_start SC_DEXFOOD,3600000,6; sc_start SC_VITFOOD,3600000,4; sc_start SC_MATKPOTION,3600000,40; percentheal 100,100; close; Third: sc_start SC_DEXFOOD,3600000,8; sc_start SC_AGIFOOD,3600000,6; sc_start SC_LUKFOOD,3600000,4; sc_start SC_ATKPOTION,3600000,24; sc_start SC_MATKPOTION,3600000,24; percentheal 100,100; close; Fourth: sc_start SC_STRFOOD,3600000,6; sc_start SC_AGIFOOD,3600000,6; sc_start SC_VITFOOD,3600000,6; sc_start SC_INTFOOD,3600000,6; sc_start SC_DEXFOOD,3600000,6; sc_start SC_LUKFOOD,3600000,6; sc_start SC_ATKPOTION,3600000,24; sc_start SC_MATKPOTION,3600000,24; percentheal 100,100; close; case 3: mes "See you next time."; close; } Prem: set .@day,10; set .@week,20; set .@month,30; set .required,7179; if (getgroupid()>60) { mes "[ VIP NPC ]"; mes "Sorry, GM Staff can't use this feature."; close; } mes "[ VIP NPC ]"; mes "Here requirement to get VIP Status."; mes "24 hours require "+.@day+" "+getitemname(.required)+""; mes "1 week require "+.@week+" "+getitemname(.required)+""; mes "1 month require "+.@month+" "+getitemname(.required)+""; next; switch(select("Register 24 hours:Register 1 Week:Register 1 Month:No, Thanks.")) { case 1: if( countitem(.required) < 10 ) { mes "[ VIP NPC ]"; mes "You don't have item requirement or the item not enough"; mes ""+.@day+" "+getitemname(.required)+" to get VIP status."; close; } delitem .required, .@day; atcommand "@vip +24h "+strcharinfo(0)+""; mes "[ VIP NPC ]"; mes "Enjoy your VIP status."; close; case 2: if( countitem(.required) < 20 ) { mes "[ VIP NPC ]"; mes "You don't have item requirement or the item not enough"; mes ""+.@week+" "+getitemname(.required)+" to get VIP status."; close; } delitem .required, .@week; atcommand "@vip +7d "+strcharinfo(0)+""; mes "[ VIP NPC ]"; mes "Enjoy your VIP status."; close; case 3: if( countitem(.required) < 30 ) { mes "[ VIP NPC ]"; mes "You don't have item requirement or the item not enough"; mes ""+.@month+" "+getitemname(.required)+" to get VIP status."; close; } delitem .required, .@month; atcommand "@vip +1m "+strcharinfo(0)+""; mes "[ VIP NPC ]"; mes "Enjoy your VIP status."; close; case 4: mes "[ VIP NPC ]"; mes "See you next time."; close; } } // -------------------------------------------------- // Duplicates: // -------------------------------------------------- alberta,33,240,4 duplicate(VIP System) VIP System#alb 109 aldebaran,146,116,4 duplicate(VIP System) VIP System#alde 109 amatsu,205,87,4 duplicate(VIP System) VIP System#ama 109 ayothaya,212,172,6 duplicate(VIP System) VIP System#ayo 109 comodo,191,161,4 duplicate(VIP System) VIP System#com 109 einbech,55,36,6 duplicate(VIP System) VIP System#einbe 109 einbroch,72,206,4 duplicate(VIP System) VIP System#einbr 109 geffen,127,66,4 duplicate(VIP System) VIP System#gef 109 gonryun,162,126,4 duplicate(VIP System) VIP System#gon 109 hugel,102,148,4 duplicate(VIP System) VIP System#hug 109 izlude,128,152,4 duplicate(VIP System) VIP System#izl 109 //Pre-RE: (132,120) jawaii,248,134,4 duplicate(VIP System) VIP System#jaw 109 lighthalzen,154,104,4 duplicate(VIP System) VIP System#lhz 109 louyang,205,105,6 duplicate(VIP System) VIP System#lou 109 manuk,272,150,6 duplicate(VIP System) VIP System#man 109 mid_camp,216,286,4 duplicate(VIP System) VIP System#mid 109 morocc,146,89,4 duplicate(VIP System) VIP System#mor 109 moscovia,226,195,4 duplicate(VIP System) VIP System#mos 109 niflheim,199,180,4 duplicate(VIP System) VIP System#nif 109 payon,178,109,4 duplicate(VIP System) VIP System#pay 109 rachel,138,122,4 duplicate(VIP System) VIP System#rac 109 splendide,198,153,4 duplicate(VIP System) VIP System#spl 109 umbala,97,148,3 duplicate(VIP System) VIP System#umb 109 veins,211,120,4 duplicate(VIP System) VIP System#ve 109 xmas,142,139,6 duplicate(VIP System) VIP System#xmas 109 yuno,164,50,4 duplicate(VIP System) VIP System#yuno 109 // -------------------------------------------------- // Duplicates (Renewal): // -------------------------------------------------- brasilis,199,225,4 duplicate(VIP System) VIP System#bra 109 dewata,202,190,6 duplicate(VIP System) VIP System#dew 109 dicastes01,196,197,6 duplicate(VIP System) VIP System#dic 109 malangdo,137,116,6 duplicate(VIP System) VIP System#mal 109 malaya,228,195,4 duplicate(VIP System) VIP System#ma 109
  25. Thanks a lot, now i'ts working perfectly, beacuse my fix in my posted before it's shown the headgear sprite between the player foot. thisis after unbollox 20209.rar
×
×
  • Create New...