Jump to content

Nero

Members
  • Posts

    194
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Nero

  1. bump. i also have this problem when i tried to diff that client
  2. just change the map name "prontera" i dunno how to make it multiple locations but i think you can add it manually.
  3. Can you help me to add this diff in this client uncheck the disable packet encryption And Check the 3 packet encryption https://www.mediafire.com/?uouolnro3xoqx79 PLEASE
  4. how can i make it the reward is goldcoins? thank you
  5. I have diff client but How can i enable the 1 2 and 3 packet encryption and disabled the (disable packet encryption)? Is there any way to edit the diffed client? i dont know the hexed code of that please help me thank you.
  6. Requesting for party entrance that requires for the party master to give 1 gold coins to enter. with a minimum time. Example Theres an npc in prontera that you can only enter if your party master paid the 5 gold coins and will recall your party in izlude. And you only have 15 minutes in izlude and then after the 15 minutes all of your party will warp in payon
  7. Is this possible? Example you stayed in prontera and completed 15 minutes of staying there. You will get a 1 cash point. More example. I go to prontera in 5 minutes then go other map. The 5 minutes will be counted until it completed the 15 minutes and will give cash points. Thank you if its possible. up
  8. Sorry sir but i have to agree with psvita. I saw your reply earlier but i've decided not to response because I think that you're just trying to have a good reputation by answering in a minimum sentence that you can give. Using hex code editor is not that simple I can only change the file name of system folder using hex editor but not to relocate it. PS. Im not saying that you're an idiot but Im saying that you gave a very incomplete answer and yet demand for +1?
  9. i got error from the beginning of the script sir
  10. // //=====// /==/ /==/ /==/ // // // /==/ /==/ /=/ /==/ // //=====// /==/ /=/ /==============/ /========/ /==//===/ /==/ /==/ // //=////// /==/ /==//=/ /==/ /==/==/==/==/==/ / / / /==/ /==/ /==/ // // == /==/ /==//=/ /==/ /==/ /==/ /==/ ======/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/=====/==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ /========/ /==/ /==///////==/ // ================ rAthena Script ==================================================================== //=== Made by Rikimaru //==================== Information ==================================================================== //==== Daily Reward Script //================= Version : ========================================================================= //=== V 1.1 Fixed a typo in the Script [ Rikimaru ] //=== V 1.0 Finished Scripting the Daily Reward Script [ Rikimaru ] //============== Credits : ============================================================================ //=== Credits to Rikimaru for the Daily Reward Script //=== rAthena Profile Link : http://rathena.org/board/user/434-rikimaru/ //===================================================================================================== //************************************************************************* invek,140,207,3 script Wishing Valkyrie 403,{ //=========================== Settings ================================================================ set .@rewname$,"^0000FF[ Wishing Valkyrie ]^000000";// YOU MAY CHANGE THE NAME OF THE NPC //set .rewardid,7227;// CHANGE THE XXXXX TO THE ITEM ID,WHICH THE PLAYER SHOULD GET //set @rewardamount,5;// CHANGE THE XX TO THE AMOUNT OF THE ITEM WHICH YOU WANT THE PLAYER TO GET //======================= Settings End ================================================================ //***************************************************************************************************** if(gettimetick(2) - lastTimeTalked > (60 * 60 * 24)) { mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Wish. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes .@rewname$; switch(rand(1, 7)) { case 1: getitem 671,1; break; case 2: getitem 671,1; break; case 3: getitem 671,1; break; case 4: getitem 671,1; break; case 5: getitem 7539,1; break; case 6: getitem 671,20; Announce "OMG! "+strcharinfo(0)+" Get 20pcs Gold Coins!!! From Wishing Valkyrie",bc_all; break; case 7: getitem 671,1; break; } mes "Okay have fun with it!"; set lastTimeTalked,gettimetick(2); close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry :("; mes "You can wish again after"; mes "24 Hours are over!"; close; }
  11. Sorry Guys. not FLUX or SQL problem but a host problem thank you very much
  12. Ohmg hahaha i made a typo sorry i mean IF A Specific Poring DIES ON SPECIFIC MAP IT WILL ANNOUNCE THAT "SOMEONE HAS KILLED "MOB" AT "MAP" poring was killed in prontera. it will announce that PORING IS NOW DEAD AT PRONTERA.
  13. Requesting For IF A Specific MOB DIES ON SPECIFIC MONSTER IT WILL ANNOUNCE THAT "SOMEONE HAS KILLED "MOB" AT "MAP" ANY PERSON WHO KILLED HIM
  14. Ermmm... This script look like can be usefull for bossnia script... Mark with specific map name and mob name with chance drop of something... Can it be done??..?? I think add random script THANK YOU VERY MUCH @WINZ
  15. Example at prontera. If you kill a poring in prontera. The poring will drop additional proof of donation. I mean the poring drops will be the same but if its killed in prontera it will additionaly drop proof of donation.
  16. OK sir i will try thank you very much Still having the same error sir..
  17. I already follow your guide sir.. Below is the image of Error and PHPmyadmin
  18. For the VPS right? Below is the image of my vps phpmyadmin sir.
  19. im using Paid webhost but the installed phpmyadmin at my vps is i think lower version maybe is that the problem? @sir Marin. The company doesnt support ragnarok works
  20. i already follow some guides but still having error like cant connect. please help me Im willing to pay please leave your skype below i just need to fix this thank you
×
×
  • Create New...