Jump to content

Jhosef

Members
  • Posts

    299
  • Joined

  • Last visited

Everything posted by Jhosef

  1. im using gryff_svn when i save it they say this
  2. Guys matanong lang gamit ko ung grff_svn pag mag add ako ng SPRITE eh ayaw naman TOO LONG daw eto ow
  3. Help to my Flux CP i want to Enable the Change Look Change Position but when i click the Change Look or Change Position it said Unauthorize ....
  4. thats mine... i deleted my lua files thats why i'm asking a help here to Convert my lub files to lua
  5. @vali can you give the link that you edit the WoE controller of GM Xeon
  6. HELP can you please decompile that please help me HELP
  7. do you have a full guide??? i cannot understand the video can you decompile this datainfo.rar
  8. How can i convert the .lub to .lua file
  9. i want to request a basic mall like basic usable item all job weapon just a basic only armor shield footgear garment accessory headgear
  10. i request a buffer npc with 10 sec delay...
  11. Warning and the number is not increasing
  12. i want to request a Check online Player means NPC that have a Chat message how many Online in the whole Server and it Refresh every 30 sec i want to request a Check online Player means NPC that have a Chat message how many Online in the whole Server and it Refresh every 30 sec
  13. can you please post here the list of commands that can put in group.conf in the server i really need it
  14. its not working can you please give a fully guide ok i already know how to update my svn thanks for aswering my question
  15. i am using the rathena server how can i update my svn to my host my host is asurahosting
  16. Jhosef

    how to fix this

    where i can edit that ??
  17. Jhosef

    how to fix this

    how can i fix this??
  18. just edit this sd->status.inventory[i].refine = sd->status.inventory[i].refine - 3; to sd->status.inventory[i].refine = sd->status.inventory[i].refine - 1;
  19. what is the problem in this error?
  20. i am requesting a scr_logo and loading screen ang log in screen Name of Server : Legitimate Ragnarok Online up
  21. Donation NPC 1.0 inspired in this http://rathena.org/b...coupon-npc-111/ and http://rathena.org/b...ional-code-npc/ so i make my own script. it is Also Credited to tr0n. How to Use it To GM or Admin - Talk the NPC and You can Add the Validation Code and the Code will be generate and it will save in the SQL. To Player - Talk to NPC and Get your Donation Code by inputing the Verification Code you Will get the Donation code and Input the Donation Code to get your Item or Cash Point Files DonationNPC_1.0.txt Change Logs Features Can Select Cash Point or Item Friendly to Use Save in the SQL Generated Code Future Plan Suggestion Report for the Server Ingame Bug report Can View all the Claimed Code Can View all the UnClaimed Code More Secured for Anti Hack Note: if have bug post here suggestion post here
  22. mes .@npc_name$; mes "Welcome to the Donation System. How can I help you?"; next; switch(Select("Server Information:Donation Information:View My Donation Code:Enter My Donation Code:Exit")) { case 1: // todo Server Information close; case 2: // to do Donation Information close; case 3: mes .@npc_name$; mes "Please enter your Validation Code:"; input @my_code$; next; query_sql "SELECT `validation_code` FROM `donate` WHERE `validation_code` = '"+@my_code$+"'", @available_code$; next; if(@my_code$ == @available_code$) { query_sql "SELECT `code` FROM `donate` WHERE `validation_code` = '"+@my_code$+"'", @available_code2$; mes .@npc_name$; mes "Your Donation Code is : [^FF7700" + @available_code2$+ "^000000]."; close2; end; } else { mes .@npc_name$; mes "Your Validation Code is Invalid."; close; } case 4: mes .@npc_name$; mes "Please enter your Donation Code:"; input @donate_code$; next; query_sql "SELECT `code` FROM `donate` WHERE `code` = '"+@donate_code$+"'", @donation_code$; query_sql "SELECT `status` FROM `donate` WHERE `code` = '"+@donate_code$+"'", @donate_status; if(strtoupper(@donate_code$)==@donation_code$ && @donate_status == 0) { query_sql "SELECT `item_amount` FROM `donate` WHERE `code` = '"+@donate_code$+"'", @Donation_Code$; mes .@npc_name$; mes "You get ^0000FF" + getitemname(.donate_item) + " - " + @Donation_Code$ + " ea.^000000"; query_sql "UPDATE `donate` SET `status`=1 WHERE `code`='"+@donate_code$+"'"; close2; //query_sql "DELETE FROM `donate` WHERE `code`='"+@donate_code$+"'"; getitem .donate_item,@Donation_Code$; end; } else { mes .@npc_name$; mes "This Donation Code doesn't exist."; close; } case 5: mes .@npc_name$; mes "Have a nice day."; close; } this is my code i want is when i put the Donation Code it will register automatically her account id in the SQL
×
×
  • Create New...