Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Slammer

  1. you must compile login, char dan map server after that run runsever.bat
  2. normal for me. use 20180831 have u patch kRO until 2022? if not patch first and try again.
  3. you can choise it a time patch with nemo
  4. use my file 2018-08-31aRagexe_patched.exe if still got error update your kRO
  5. try use 2018-08-31aRagexe my knowledge the Costume Digital Space not work under use 2018-08-XXRagexe
  6. user name : ragnarok host name : localhost not %
  7. have create server privileges/user account of ragnarok? if not create now.
  8. you need database ragnarok n export data sql from data server don't forget creat user account to. if not you doing that the flux can't run.
  9. extract fluxcp C:\xampp\htdocs [if you install xampp on C:\xampp] open on web browser 127.0.0.1/fluxcp input secretpassword on password at Install & Update choise Install or Update Everything if show notice press OK -Finis-
  10. - Id: 4001 AegisName: Poring_Card Name: Poring Card Type: Card Buy: 20 Weight: 10 Locations: Armor: true Flags: BuyingStore: true DropEffect: CLIENT Script: | bonus bLuk,2; bonus bFlee2,1; add Flags: DropAnnounce: true
  11. @rmon i share a new script new refine announce.txt
  12. untuk support atau tidak dicoba dahulu. install win 11 terpisah. jangan upgrade dari 10 ke 11. untuk VS 2015 masih bisa. hanya disarankan menggunakan yang 2019.
  13. use this file : skilltreeview.lub place at : \Ragnarok Online Korea\data\LuaFiles514\Lua Files\skillinfoz\
  14. nothing wrong. maybe the exe. go test with deferent exe.
  15. can u give details item_db about the equip?
  16. try this for 40 monster F_BBQ.txt
  17. I personally don't know, but old clients are more friendly to use for old laptops/pc and classic looks
  18. can u give a full script?
  19. when the new client is used, you can adopt future renewal to pre renewal like : - Dairly login /Attendance check - Swap Equipment - Title On Char - Tab Favorite on inventory - Mail - Achievement
  20. buka sql database. lihat database ragnarok -> login table -> edit account yang bersangkutan -> colom group -> ubah 0 menjadi 99 -> selesai edit coba mainkan dengan account yang bersangkut.
  21. check gender : (sex) for male (!sex) for female
  22. harboro1,77,245,3 script Voucher 878,{ mes @name$; mes "Service premium ID"; next; menu "Input Code Voucher",L_ICV,"Change my Mind",L_end; L_ICV: mes "Input your code"; input @donate_code$; next; query_sql "SELECT `code` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", @donation_code$; query_sql "SELECT `status` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", @donate_status; if(strtoupper(@donate_code$)==@donation_code$ && @donate_status == 0) { query_sql "SELECT `cash` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", .@donation_code$; atcommand "@cash +"+.@donation_code$+""; mes "You gained ^0000FF" + .@donation_code$ + "^000000 Cash Point."; mes "Total Cash : ^0000FF"+#CASHPOINTS+"^000000 Cash Point"; query_sql "UPDATE `cashcode` SET `status`=1 WHERE `code`='"+@donate_code$+"'"; query_sql "UPDATE `cashcode` SET `userid`=(SELECT `userid` FROM `login` WHERE `code`='"+@donate_code$+"')"; close2; end; } if(strtoupper(@donate_code$)==@donation_code$ && @donate_status == 1) { mes "Code already used."; close; } else { mes "Code unregister."; close; } L_end: mes "if you change of mind back again"; close; } anybody help me. i want take userid from table login to table cashcode. code i make is wrong. ?
×
×
  • Create New...