Jump to content

GodKnows Jhomz

Members
  • Posts

    333
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by GodKnows Jhomz

  1. So what is the result of your test in this script? Did you get any bugs/errors ?
  2. Can you post the script of the item here? So I can check what's wrong with it.
  3. https://github.com/rathena/rathena/archive/master.zip
  4. Euphys Quest Shop for Eathena you have?eathena is down thank for this script its working... Euphys Quest Shop for Eathena you have?eathena is down thank for this script its working... how to add shop 2 to..? ... What do you mean how to add shop 2 to?
  5. Hmm... I didn't encounter that error from the first. Do you use latest git of rAthena or what svn do you use? Did you choose the rAthena-10 on your trunk when recompiling? Try to rebuild the whole project (rAthena-10.sln) and make a screenshot. I fixed the problem.. it has something to do with its properties anyway it's up and running but how do i get the server up online? Thanks for the help again! I didn't try to setup my server online because I don't have stable internet in our house, maybe you can find some topics here in rA that make your server online thru Wan IP. Sorry about that >.< Server side po yang sinesetup natin dyan. Kung client side namn po refer nalng kita sa mga links na to. http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/ http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ http://rathena.org/board/topic/70962-recommended-client-setup/ Sana makatulong boss pasenxa na .. ndi ko tlga alam kng ano uunhain .. na up ko na ung server.. ano ggawin kong next para maka login ako sa server ko ... pa post po yng specific kong ggawin salamat ng madami intresado tlga ako malaman kung papano tlga xa. sorry medjo slow tlga ako kci ndi ko tlga alm kng papano xa.. Add me up on facebook, sent the link on PM.
  6. Hmm... I didn't encounter that error from the first. Do you use latest git of rAthena or what svn do you use? Did you choose the rAthena-10 on your trunk when recompiling? Try to rebuild the whole project (rAthena-10.sln) and make a screenshot.
  7. thanks for this, i was looking for complete src mods for this charm system but i wasn't able to find one because eA was already down. Tested and worked perfectly! You just forget to add the correct item_db script so anyone can use this. #####,Charm,Charm,12,50,,0,,,,,0xFFFFFFFF,15,2,,,60,,,{ bonus bAllStats,100; },{},{} But still, not working in Gunslinger & Ninja I wish someone will provide fix for Gunslinger & Ninja problem in Charms Mod
  8. You can set more than 10000 in item and cards to make it 100% drop like about 100000. Its easy to set 100% drop rate than desired rates
  9. you need to put kill: true die is the alias of kill command. check atcommand.conf for the correct commands and aliases.
  10. This is the best option to make a classic ragnarok style server
  11. About adding npc follow this tutorial : http://rathena.org/wiki/Adding_a_Script About cash shop items, add items in your item_cash_db.txt in your pre-re/re folder.
  12. Disabled mo lang po yung mga npc for job change / rebirth pra no-way to rebirth sila
  13. You need to download and install all required programs first so you can start setting up your server side.
  14. If you'll hard to make a local server in that method, you can try my easy-way method to start a localhost server side of rAthena. Just visit this link : http://rathena.org/board/topic/95921-video-guide-how-to-setup-offline-version-of-rathena-windows/
  15. prontera,150,193,4 script Reset Girl 124,{ // Skills, Stats, Both, Limit OnInit: set .@st,5000; set .@sk,5000; set .@both,9000; set .@limit,1; mes "[Reset Girl]"; mes "I am the Reset Girl."; mes "Reset Stats: "+.@st+"z"; mes "Reset Skills: "+.@sk+"z"; mes "Reset Both: "+.@both+"z"; mes "Reset Limit: "+.@limit; mes "Please select the service you want:"; next; switch(select("^FF3355Reset Skills:Reset Stats:Reset Both^000000:Cancel")); case 1: mes "[Reset Girl]"; if (.@reset < .@limit){ if (Zeny < .@sk) { mes "Sorry, you don't have enough Zeny."; close; } mes "You can only reset "+.@limit+" time in your life, are you sure?"; if (select("Let me think:Thats fine") ==1) close; set Zeny, Zeny-.@sk; sc_end SC_ALL; ResetSkill; mes "There you go!"; set .@reset,.@reset+1; close; }else goto Limit; case 2: if (.@reset < .@limit){ mes "[Reset Girl]"; if (Zeny < .@st) { mes "Sorry, you don't have enough Zeny."; close; } mes "You can only reset "+.@limit+" time in your life, are you sure?"; if (select("Let me think:Thats fine") ==1) close; set Zeny, Zeny-.@st; ResetStatus; mes "There you go!"; set .@reset,.@reset+1; close; }else goto Limit; case 3: if (.@reset < .@limit){ mes "[Reset Girl]"; if (Zeny < .@both) { mes "Sorry, you don't have enough Zeny."; close; } mes "You can only reset "+.@limit+" time in your life, are you sure?"; if (select("Let me think:Thats fine") ==1) close; set Zeny, Zeny-.@both; sc_end SC_ALL; ResetSkill; ResetStatus; mes "There you go!"; set .@reset,.@reset+1; close; }else goto Limit; case 4: close; } Limit: mes "[Reset Girl]"; mes "Sorry, you can only reset "+.@limit+" time in your life."; close; } Check mo nlang po ito Not yet tested ehh... Sana makatulong ^^
  16. Server side po yang sinesetup natin dyan. Kung client side namn po refer nalng kita sa mga links na to. http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/ http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ http://rathena.org/board/topic/70962-recommended-client-setup/ Sana makatulong
  17. Nope, just for localhost (Own PC) (But can be set to local network (Mabye a Computer Shop))
  18. Try to follow my video guide here. http://rathena.org/board/topic/95921-video-guide-how-to-setup-offline-version-of-rathena-windows/
  19. This method solved my problem. Thank you so much @AnnieRuru
  20. Have you installed this source mod in your server ? http://rathena.org/board/topic/82370-costume-npc-and-costumeitem/ If not, your script with @costumeitem command will not work (unless you're using eAmod/rAmod). Install it and try again to load your script.
  21. thanks! need it urgent~ bump~ Found the script. Check Post #4
  22. Just a little update from original script of RPS Roulette. OnInit: // Customizable Configuration set .prize,607; // Item ID 607 (Yggdrasil Berry) set .amount,1; // Prize Amount set .winneed,2; // Winning Points Needed Set Prize ID Set Prize Amount Set Winning Points Needed Can't pick the same answer twice Announced when Wins Game finished when lose. rpsroulette1.3.txt
  23. I think someone done this script with Euphy's Quest Shop. I'll edit this post when I found it. Found It! Hope I helped you for this hatmaker.txt
×
×
  • Create New...