Jump to content

hendra814

Members
  • Posts

    1281
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. Try make github issue at stolao github but here my simple pvppoint and trader point to item - script PVPPOINTS -1,{ OnPCKillEvent: set PVPPoint,PVPPoint+1; dispbottom "Gained 1 PVP Points. Total : "+ PVPPoint +" PVP Points."; end; } prontera,155,176,4 script PVP Point Trader 512,{ mes "Do you want to trade your point to coin?"; mes "For 1 pvp point will get 1 coin"; mes "You have "+ PVPPoint +" PVP Points."; switch(select("Yes:No")){ Case 1: if (PVPPoint <= 0) { next; mes "You don't have PVP point."; end; } mes "how much do you want to change to coin."; input .point; getitem 512,.point; set PVPPoint,PVPPoint-.point; close; Case 2: mes "ok bye"; close; } }
  2. yes, because no diff option to disable gender selection. so if you want 1 account 1 gender use 2014 client or below that year
  3. if you want just 1 gender for 1 account ID, i'm suggest you using 2014 client
  4. where i can download the client
  5. already update last week, today i will update again when i'm home could you share your skin folder, cause @Bruno Nogueira said i must change my skin folder
  6. i'm always update my KRO, and in the ss i'm currently use default skin. could you share your skin folder so i can test it.
  7. Need help using all 2018 client got crash when click on advanced settings here my ss, please help me solve my error client date 2018-02-13 and i'm using windows 7 x86 Problem signature: Problem Event Name: BEX Application Name: 2018-02-13.exe Application Version: 0.0.0.0 Application Timestamp: 5a80eeb4 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.24024 Fault Module Timestamp: 5a58e21a Exception Offset: 0001e365 Exception Code: c0000409 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1057 Additional Information 1: 527c Additional Information 2: 527c49e91b04fc27486bf62793b6534e Additional Information 3: 53c7 Additional Information 4: 53c7f33eae1d76d27570fb7c11d8dcd4 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt Problem signature: Problem Event Name: BEX Application Name: 2018-02-13.exe Application Version: 0.0.0.0 Application Timestamp: 5a80eeb4 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.24024 Fault Module Timestamp: 5a58e21a Exception Offset: 0001e365 Exception Code: c0000409 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1057 Additional Information 1: 527c Additional Information 2: 527c49e91b04fc27486bf62793b6534e Additional Information 3: 53c7 Additional Information 4: 53c7f33eae1d76d27570fb7c11d8dcd4 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt
  8. i'm suggest you make GIT issue at stolao GITHUB for fast response
  9. try like this while ( .@x < .@item_master_size ) { if ( CheckVending() ){ end; } getitem .@item_master[.@x],.@item_master[.@x+1],$@guildmemberaid[.@i]; .@x += 2; }
  10. download lite clientnya dimana?
  11. Tester server atau tester apa ni gan?
  12. Yes, you must like this OnClock0900: OnClock1500:
  13. Put OnClock0900 and OnClock1500 before StartEvent:
  14. try stolao pvp ladder, here the link https://github.com/Stolao/Npc_Release/blob/master/PvP_Ladder/Pvp_Ladder.txt but pvp point spend by buying item not trade into coin but you could change the item in the shop into coin to buy by pvp point
  15. What do you mean? do you want like this, when player kill another player the killer will get coin and that coin could trade into item or other? why not using bone, you could enable it at conf\player.conf // Players' will drop a 'Skull' when killed? // Note: The 'Skull' item (ID 7420) is trade restricted by default. Please check // the item_trade database to adjust accordingly. // 0 = Disabled // 1 = Dropped only in PvP maps // 2 = Dropped in all situations bone_drop: 1 for bone trader script, you could edit this script
  16. for this line not need to change sleep ( .Duration * 100000 ); just change at this line // Invasion Duration ( Minutes ) set .Duration,10;
  17. sorry have some typo and error. here already fix the script prontera,155,176,4 script Map Warper 512,{ mes "Hello, ^0000FF"+strcharinfo(0)+"^000000,"; mes "Where do you want to go?"; next; switch(select("Prontera["+getmapusers("prontera")+"]:izlude["+getmapusers("izlude")+"]:aldebaran["+getmapusers("aldebaran")+"]")){ Case 1: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "prontera", 0, 0; close; Case 2: mes "ok bye"; close; } Case 2: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "izlude", 0, 0; close; Case 2: mes "ok bye"; close; } Case 3: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "aldebaran", 0, 0; close; Case 2: mes "ok bye"; close; } } } here my ss
  18. check your nemo link update is your link reffer to this link https://github.com/secretdataz/NEMO old nemo reffer to this link https://github.com/MStr3am/NEMO
  19. here, but not i'm not test this script prontera,164,173,3 script Map Warper 512,{ mes "Hello, ^0000FF"+strcharinfo(0)+"^000000,"; mes "Where do you want to go?"; next; switch(select("Prontera["+getmapusers("prontera")+"]:izlude["+getmapusers("izlude")+"]:aldebaran["+getmapusers("aldebaran")+"]")){ Case 1: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "prontera", 0, 0; close; Case 2: mes "ok bye"; close; } Case 2: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "izlude", 0, 0; close; Case 2: mes "ok bye"; close; } Case 1: mes "Are you sure?"; next; switch(select("Yes:No")){ Case 1: warp "aldebaran", 0, 0; close; Case 2: mes "ok bye"; close; } } }
  20. try with new nemo patcher. already update the link github by secret. https://rathena.org/board/topic/112306-secrets-updated-nemo-patches/
  21. i;m already update my KRO client. and for data folder i'm currently use Zackdreaver data folder *already tried with your diff patch option, but i'm using disable packet encryption and still got same error **tried on 64 bit OS, advanced setting can be opened. but on 32bit OS still got crash even change client resolution in setup.exe will not change the game client resolution
  22. hi, i'm not sure to post here but when im using nemo to patch 2017 client go to advanced settings it's no problem but when i'm patch 2018-01-24 and 2018-02-07 go to advanced settings will got crash can anybody tell me what the problem is. Thanks
  23. try use this iteminfo.lua https://github.com/zackdreaver/ROenglishRE/blob/master/System/itemInfo.lua change the extention into .lub or diff your client read iteminfo.lua instead of iteminfo.lub
  24. sudah punya scriptnya? kalau sudah punya copy file enchantnya yang dalam bentuk file txt masukkan ke folder npc\custom lalu buka file npc_custom.conf tambahkan nama file txtnya disitu, contoh npc: npc\custom\FAW enchant.txt kalau sudah coba jalankan ulang server atau bisa panggil scriptnya dengan menggunakan ID GM commandnya seperti ini @loadnpc npc\custom\FAW enchant.txt nanti kalau sudah selesai di load, makan npcnya kan muncul di koordinat yang sudah ditulis didalam script.
×
×
  • Create New...