Jump to content

Earnestinence

Members
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Earnestinence

  1. Hello @DarknessStorm, I've contacted someone who has this client. As soon as i have it, I'll send it to you.
  2. You can avoid that by @loadnpc npc/custom/file_name.txt @unloadnpc npc/custom/file_name.txt or @reloadnpc npc/custom/file_name.txt
  3. Step 4: Setting SQL Database ( make sure MySQL installed and running ) See video time-line: 03:13 open MySQL Workbench log in : Using the username 'root 'and the password you set when you first install MySQL ( If you don't remember the password, you can reconfigure MySQL using MySQL installer ) once you logged in create new user account and grant Administrator Privileges: - See video time-line: 04:17 In The Left Side click on Users and Privileges At The Bottom click on Add account Set Login Name : ragnarok Set Password : ragnarok Also check this: Click on rathena database/schema > tables > locate login table.. now click on tables and locate login table then right click and click on select Rows - Limit 1000 Double click on s1 and change it to username then hit enter ( we put the userid: username in rathena/conf/import-tmpl/char_conf.txt and map_conf.txt make sure you use the same one you put in these files ) Double click on p1 and change it to password then hit enter ( we put the passwd: password in rathena/conf/import-tmpl/char_conf.txt and map_conf.txt make sure you use the same one you put in these files )
  4. @Steinhart Hi, Make sure you create User with the username and password 'ragnarok' and in your sql db Feel free you contact me at disocrd: @sexual Thought#5337
  5. This is for Rodex system. ( See the next post, by @sader1992 Thanks to him ) Please use Search box next time.
  6. Double click on rAthena to select it, it's all explained ( Double click on rathena database/schema we've just created )
  7. Hello @rhoan57, I am glad you managed to get the server working. @hendra814, thanks for being helpful, but, please this topic is for the tutorial related questions. Thanks again. - Earnestinence
  8. ======================================================== As of 28-7-2018: the topic is fully updated and support MySQL 8.x ========================================================
  9. Here i made a guide for setting up rathena, just watch this video time line: 06:34 ( After you make an account, just go to your database, and in login table search for the account you want to make GM, and change group_id to 99 )
  10. please make sure to check you'r database login info! just set it to ragnarok for both username and password !!
  11. use the same password as your database's login password create user account username: ragnarok password: ragnarok watch the first video ( Step 1 & 2 ) at: 07:05
  12. yeah, i need to remove the cursor too ...
  13. Wow ,, Thanks for applying the dark skin!!!
  14. You can also use this: credit to @Haziel prontera,147,171,5 script Soul Link Santa 718,{ set .@n$,"^0000FF[ Soul Linker NPC ]^000000"; set .@time, 300000; // the buff last 5 minutes set .zenycost,50000; mes .@n$; mes "Hello "+strcharinfo(0)+",do"; mes "You want me to Soul Link you?"; mes "It cost ^00996650,000^000000 zeny"; next; switch(select("Yes:No")) { case 1: if((zeny < (.zenycost))) goto l_nozeny; set Zeny, Zeny - (.zenycost); switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } case 2: mes .@n$; mes "Okay,goodbye!"; close; } l_nozeny: mes .@n$; mes "Sorry You don't have enough zeny for a Soul Link."; mes " "; mes "Soul Link Service Cost ^00996650,000^000000 zeny"; close; } i edited the script to suit ur needs
  15. please provide some information such as what client are you using? any error in the log/cmd ? a screenshot
  16. Host it on your PC there's some guides out there in the forums .. so use the search feature or buy a host ..
×
×
  • Create New...