Jump to content

Diconfrost VaNz

Members
  • Posts

    997
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Diconfrost VaNz

  1. Server Side Setup Guide(For Installing in Windows - Usually for Test Servers): http://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/ Server Side Setup Guide(For linux - This is commonly used OS in VPS Host): http://rathena.org/board/topic/53369-how-to-setup-your-ragnarok-server-in-linux/ Adding Custom Items Guide: http://rathena.org/board/topic/70005-guide-adding-custom-item-renewal/ Downloading the newest trunk here in rAthena you'll need these: http://rathena.org/board/topic/56594-guide-svn-checkout-using-tortoise-svn/ If you're using 2012Clients adding custom items you will use lub not lua, so here: http://rathena.org/board/topic/53344-compile-other-way-lua-to-lub-files/ If you want to add custom maps in your server: http://rathena.org/board/topic/53375-how-to-add-maps-in-my-server-linux/ If you want some basic scr modifications to be done: http://rathena.org/board/topic/53426-guide-modification-faq/ Well if you don't know how to recompile or compile your svn: http://rathena.org/board/topic/53726-compiling-your-server-in-linux-os/
  2. Happy Birthday Ind Hennet!!!!!!!
  3. i saw this on Ragnarok Private Servers' Fanpage am i right?! xD
  4. i hope i can get one at most of it
  5. @GM RhaiB = Meron po taung Search button
  6. that's very simple titigan mo lng ung PC mo wag mong hahawakan ung keyboard or mouse mo pra d ka makapindot start doing it now
  7. oh yea, my bad sorry
  8. gonna try to make one
  9. @caspa = please kindly read the Description of the request about the Auction House
  10. ohhh a rebirth system that saves your current stats b4 rebirthing? am i right?
  11. + status? what do you mean?
  12. Doesn't work! Its stucking on the Requirements part // ------------------------------------------------------------------------------------------ // ------ Script Release // Title: Simple Rebirth System // // Author: Diconfrost VaNz - www.wipeoutgaming.info - [email protected] // // Version: 1.0 // // It will turn you into a Level 1 High Novice and give you an item as a reward for a certain amount of zeny. // This is integrated to my vip system. http://rathena.org/board/topic/79130-v20basic-premium-system/ // ViPs are not going to pay zeny when rebirthing. // // ------------------------------------------------------------------------------------------ farebury,163,127,4 script Rebirther 584,{ mes "[^FF0000Darryll^000000]"; mes "*Sleeping*"; next; mes "[^FF0000Darryll^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^0055FFGemini^000000."; mes "I can give you something in exchange of your strength."; mes "Are you ready for it?"; next; switch(select("I'd like to more details about it.:I'm ready!:What's the prize?:Cancel")) { case 1: mes "[^FF0000Darryll^000000]"; mes "This is how it works."; mes "Whenever you reach the a certain base leve(^0055FF255^000000), you can rebirth again into ^0055FFLevel 1 High Novice^000000, and recieve a ^0055FFValuable Prize^000000!"; next; mes "[^FF0000Darryll^000000]"; mes "So if you want it, just grind it!"; mes "HAHAHAHA!"; mes "I guess, i already said what you need."; mes "See ya!"; close; case 2: mes "[^FF0000Darryll^000000]"; mes "Well well well... "; mes "What do we have here?"; next; mes "[^FF0000Darryll^000000]"; mes "Oh! you want to be reborn!"; next; if (baselvl <254) goto R_Sorry; if (prmm > gettimetick(2)) goto V_VIP; next; if (Zeny < 1000000) goto V_Zen; mes "[^FF0000Darryll^000000]"; mes "Oh, enjoy your day!"; mes "Come back again!"; set zeny, zeny - 1000000; goto R_Reborn; close; V_VIP: mes "[^FF0000Darryll^000000]"; mes "Oh you're a ^0055FFVIP^000000!"; goto R_Reborn; close; R_Reborn: atcommand "@blvl -255 "+strcharinfo(0); atcommand "@jlvl -120 "+strcharinfo(0); atcommand "@job 4001 "+strcharinfo(0); getitem 7914,1; close; R_Sorry: mes "[^FF0000Darryll^000000]"; mes "You must meet the basic ^0055FFRequirements^000000."; close; V_Zen: mes "[^FF0000Darryll^000000]"; mes "You don't have the required number of ^0055FFZennies^000000."; mes "Please come back again."; close; case 3: mes "[^FF0000Darryll^000000]"; mes "Hmmmm. lets see!"; next; mes "[^FF0000Darryll^000000]"; mes "Well, I can give you 25pcs of ^0055FFEvent Tickets^000000."; close; case 4: mes "[^FF0000Darryll^000000]"; mes "Very well! You can come back anytime!."; close; } } change if (baselvl <254) goto R_Sorry; into if (baselvl > 254) goto R_Sorry; many times you want
  13. if we gonna take the eAmod's Housing System as it is, it will be illegal, but if we gonna make a new one maybe it will be legal.
  14. i don't see it here when i downloaded it.
  15. how much is the addons?
  16. What's with that? TRYING TRYING OLD ONE HEHEHE THIS IS AMAZiNG xD I LOVE SIGN OF THE DEVIL > hahaha this is great bro
  17. LOOOOOOL That's illegal =)) HAHAHA well unless making a new one will do
  18. Bump for Auction
  19. what do you mean by these?
  20. is this like the housing system of eAmod?
  21. As we know about the rebirth system is like saving your existing stats and add it to your present stats when reborn. It was like buying stats and making something like FULL STATS or something, right? Well, i made something weird. This is not for the stats or something, it will just give you something rare. I've set it into "Ancient Langguage Document" just for completing the script. You can change it to your liking. Whether you use something rare items or what. This script was also connected to my ViP System. ViPs are not going to pay zeny when rebirthing. http://upaste.me/dddb5442ad741204 Hope you enjoy this little script.
  22. trying to translate it now xD here's my version of translation http://upaste.me/ce705440485c03b4
×
×
  • Create New...