Jump to content

hendra814

Members
  • Posts

    1211
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. go to folder conf\battle open client.conf find this change it into like this
  2. Not sure but here, i'm already test the script and it's work - script KillMVP -1,{ OnInit: disablenpc "MVPportal"; end; OnMinute30: disablenpc "MVPportal"; setarray .bc_monster[0],"1917","1885","1874","1871","1832","1802","1785","1779","1768","1751","1734","1719","1708","1688","1685","1658","1651","1650","1649","1648","1647","1646","1630","1623","1583","1511","1502","1492","1418","1399","1389","1373","1312","1272","1252","1251","1190","1159","1157","1150","1147","1115","1112","1087","1086","1059","1046","1038","2202"; set .@mvp,rand(0,getarraysize(.bc_monster)-1); announce "Danger! MvP has spawn at map guild_vs2-1!!",bc_all; //announce and end monster "guild_vs2-1",0,0,"Attacker",.bc_monster[.@mvp],1,"MasterMVPportal::OnMvPKilled"; end; } - script MasterMVPportal -1,{ OnMvPKilled: getitem 7539,100; announce "Congratulation to "+strcharinfo(0)+", has slain the Attacker at guild_vs2-1 !",bc_all; enablenpc "MVPportal"; end; } guild_vs2-1,49,50,4 warp MVPportal 2,2,prontera,155,183
  3. yang tinggal pakai bisa download yang ini https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2018-make-your-ro-server-in-less-then-5-minutes/
  4. Sorry my mistake. i think just change the sprite name in your data folder or your custom grf but you must have the sprite file first. what i know is gunslinger mount, someone shared sprite file for that job using motorcycle instead of peco2
  5. hendra814

    Cards A-Z

    check at this link https://github.com/rathena/rathena/blob/master/npc/custom/card_seller.txt
  6. try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; else getitem 6124,1; //Wolf's_Flute } else getitem 6124,1; //Wolf's_Flute } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) { if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) { if(select(" ~ Cart: ~ Mado")==1) setcart; else setmadogear; } else setcart; } else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart; else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; }
  7. you can try this too - script guild_vs1s2 -1,{ OnAgitEnd: callsub( L_reward,0, "guild_vs1" ); end; OnAgitEnd2: callsub( L_reward,1, "guild_vs1" ); end; L_reward: .@type = getarg( 0,0 ); .@map$ = getarg( 1,"" ); if ( .@type == 0) { // woe fe setarray .@item_master, 30206,2; setarray .@item_member, 30206,1; } else { // woe se setarray .@item_master, 30206,2; setarray .@item_member, 30206,1; } .@item_master_size = getarraysize( .@item_master ) - 1; .@item_member_size = getarraysize( .@item_member ) - 1; if ( .@map$ != "" ) { .@gid = getcastledata( .@map$,1 ); if ( .@gid > 0 ) { getguildmember .@gid,1; getguildmember .@gid,2; .@master_id = getcharid( 3, getguildmaster( .@gid ) ); while ( .@i < $@guildmembercount ) { .@x = 0; if ( isloggedin( $@guildmemberaid[.@i],$@guildmembercid[.@i] ) ) { if ( $@guildmemberaid[.@i] == .@master_id ) { while ( .@x < .@item_master_size ) { if ( CheckVending() ){ end; } getitem .@item_master[.@x],.@item_master[.@x+1],$@guildmemberaid[.@i]; .@x += 2; } } else { while ( .@x < .@item_member_size ) { if ( CheckVending() ){ end; } getitem .@item_member[.@x],.@item_member[.@x+1],$@guildmemberaid[.@i]; .@x += 2; } } } .@i++; } } } return; }
  8. Thanks @sader for already change it. ok will try it.
  9. here my sclientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok Offline</display> <address>127.0.0.1</address> <port>6900</port> <version>46</version> <langtype>0</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> Thanks for this
  10. 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; } }
  11. yes, because no diff option to disable gender selection. so if you want 1 account 1 gender use 2014 client or below that year
  12. if you want just 1 gender for 1 account ID, i'm suggest you using 2014 client
  13. where i can download the client
  14. 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
  15. 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.
  16. 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
  17. i'm suggest you make GIT issue at stolao GITHUB for fast response
  18. try like this while ( .@x < .@item_master_size ) { if ( CheckVending() ){ end; } getitem .@item_master[.@x],.@item_master[.@x+1],$@guildmemberaid[.@i]; .@x += 2; }
  19. download lite clientnya dimana?
  20. Tester server atau tester apa ni gan?
  21. Yes, you must like this OnClock0900: OnClock1500:
  22. Put OnClock0900 and OnClock1500 before StartEvent:
  23. 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
  24. 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
×
×
  • Create New...