Jump to content

hendra814

Members
  • Posts

    882
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by hendra814

  1. if you want use packet encyption when diff your client put the key in this option
  2. go to src\config\packet.h look at this part Give comment like in my qoute (red colour) after that recompile your server
  3. go to folder conf\battle open client.conf find this change it into like this
  4. 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 [email protected],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[[email protected]],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
  5. 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/
  6. 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
  7. hendra814

    Cards A-Z

    check at this link https://github.com/rathena/rathena/blob/master/npc/custom/card_seller.txt
  8. 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 [email protected], select("Green:Brown:Gray:Blue:Red"); setdragon [email protected]; } 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; }
  9. 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: [email protected] = getarg( 0,0 ); [email protected]$ = getarg( 1,"" ); if ( [email protected] == 0) { // woe fe setarray [email protected]_master, 30206,2; setarray [email protected]_member, 30206,1; } else { // woe se setarray [email protected]_master, 30206,2; setarray [email protected]_member, 30206,1; } [email protected]_master_size = getarraysize( [email protected]_master ) - 1; [email protected]_member_size = getarraysize( [email protected]_member ) - 1; if ( [email protected]$ != "" ) { [email protected] = getcastledata( [email protected]$,1 ); if ( [email protected] > 0 ) { getguildmember [email protected],1; getguildmember [email protected],2; [email protected]_id = getcharid( 3, getguildmaster( [email protected] ) ); while ( [email protected] < [email protected] ) { [email protected] = 0; if ( isloggedin( [email protected][[email protected]],[email protected][[email protected]] ) ) { if ( [email protected][[email protected]] == [email protected]_id ) { while ( [email protected] < [email protected]_master_size ) { if ( CheckVending() ){ end; } getitem [email protected]_master[[email protected]],[email protected]_master[[email protected]+1],[email protected][[email protected]]; [email protected] += 2; } } else { while ( [email protected] < [email protected]_member_size ) { if ( CheckVending() ){ end; } getitem [email protected]_member[[email protected]],[email protected]_member[[email protected]+1],[email protected][[email protected]]; [email protected] += 2; } } } [email protected]++; } } } return; }
  10. Thanks @sader for already change it. ok will try it.
  11. 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
  12. 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; } }
  13. yes, because no diff option to disable gender selection. so if you want 1 account 1 gender use 2014 client or below that year
  14. if you want just 1 gender for 1 account ID, i'm suggest you using 2014 client
  15. where i can download the client
  16. 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
  17. 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.
  18. 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
  19. i'm suggest you make GIT issue at stolao GITHUB for fast response
  20. download lite clientnya dimana?
  21. Tester server atau tester apa ni gan?
  22. Yes, you must like this OnClock0900: OnClock1500:
  23. Put OnClock0900 and OnClock1500 before StartEvent:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.