Jump to content

sietse11

Members
  • Posts

    127
  • Joined

  • Last visited

Community Answers

  1. sietse11's post in Soul linker NPC script help was marked as the answer   
    change log ----
    npc replaced with script
    -------
    closed replaced with end
    simple replaced with simply
    -------
    Test in 45 minutes

    prontera,148,188,6 script Shaman Seer 720,{ mes "[Shaman Seer]"; mes "Hello adventurer."; mes "I can allign your spirit with the stars."; mes "Simply pay me 100.000 Zeny"; next; switch ( select ( "Sure take my money", "No thanks" ) ) { case 1: { switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; set Zeny, Zeny-100000; break; case Job_Monk: set .@spirit, 447; set Zeny, Zeny-100000; break; case Job_Star_Gladiator: set .@spirit, 448; set Zeny, Zeny-100000; break; case Job_Sage: set .@spirit, 449; set Zeny, Zeny-100000; break; case Job_Crusader: set .@spirit, 450; set Zeny, Zeny-100000; break; case Job_SuperNovice: set .@spirit, 451; set Zeny, Zeny-100000; break; case Job_Knight: set .@spirit, 452; set Zeny, Zeny-100000; break; case Job_Wizard: set .@spirit, 453; set Zeny, Zeny-100000; break; case Job_Priest: set .@spirit, 454; set Zeny, Zeny-100000; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; set Zeny, Zeny-100000; break; case Job_Rogue: set .@spirit, 456; set Zeny, Zeny-100000; break; case Job_Assassin: set .@spirit, 457; set Zeny, Zeny-100000; break; case Job_Blacksmith: set .@spirit, 458; set Zeny, Zeny-100000; break; case Job_Hunter: set .@spirit, 460; set Zeny, Zeny-100000; break; case Job_Soul_Linker: set .@spirit, 461; set Zeny, Zeny-100000; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; end; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } } case 2: { close; } }
  2. sietse11's post in Im looking for next-next-finish client for noobz was marked as the answer   
    go to http://ratemyserver.net/index.php?page=download_kROLinks
     
    1.download data.grf and rdata.grf from depositfiles
    2.download dll pack from any of the links
    3.download tortoise svn   http://tortoisesvn.net/downloads.html ---- install it
    4.create a new folder anywhere and name it rAthena
    5.open the server and rightclick -- in the dropdown menu select svn checkout --- add this link in the svn window  https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ and click OK
    6.right click rAthena folder and  svn update
    7.create a new folder named RO anywhere --- add both grf files and the dll pack ----unpack the dll pack
     
    8. download and install mysql according to the wiki --- cant go wrong doing this according to the wiki
    9. change your clientinfo.xml using notepad ---- change the ip to 127.0.0.1
    10. download the 2012-10-04 client in download section
     
    once you ve done these 10 steps pm me and ill help you along
×
×
  • Create New...