Jump to content

Diconfrost VaNz

Members
  • Posts

    997
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Diconfrost VaNz

  1. i thought i will be in a funeral tonight after doing this HAHA xD i'd die if i do this alone. Thankfully some ppl helped me.
  2. Reference: http://rathena.org/board/topic/79116-helppremium-system/?view=getnewpost I've made a basic premium system. It will give exp/drop boost to all vip/premium users and even change your group_id. How to use it: 1st) make a custom item that will serve as "VIP Ticket". must be a usable item. item script: callfunc "getPremium", <# of Days> * 24 * 3600; 2nd) Install the npc script in your svn. http://upaste.me/9a5e54350fc1eb32 3rd) Try it 2.0 Feature Added: @premium command Special Thanks to Jezu, clydelion and Dastgr vip.txt
  3. when you activate it via a custom item or what you can call "VIP Ticket" it will be activated. It's like you're using bubble gum and battle manuals.
  4. Now i've finished my premium system here's the new npc script. prontera,155,181,5 script Clahador 757,{ function getPremiumTime; mes "[^FF0000Clahador^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^FF0000Clahador the butcher^000000."; mes "I will be of help if you need something."; next; mes "[^FF0000Clahador^000000]"; mes "Oh! you need help?"; mes "What kind of help do you need?"; next; menu "Newbie here",P_New,"I'm a ViP!",P_VIP,"Nevermind",P_NVM; P_New: mes "[^FF0000Clahador^000000]"; mes "Did you already claim your free items in the ^FF0000Freebies NPC^000000???"; menu "Yes!",F_Yes,"No!",F_No; F_No: mes "[^FF0000Clahador^000000]"; mes "You should get 'em!."; mes "It will help you on the start."; mes "I will send you to the freebie giver."; next; warp "prontera",155,183; close; F_Yes: mes "[^FF0000Clahador^000000]"; mes "Haha, i hope you like those items."; next; mes "By the way, you can earn zennies through quests like going to daily quest, request board, and many more!"; mes "Did you know that you can have many zennies you want if you gonna hunt more rare items?"; mes "Try it!"; close; P_VIP: mes "[^FF0000Clahador^000000]"; mes "Oh you avail our ViP Ticket!"; mes "Thank you!"; next; mes "[^FF0000Clahador^000000]"; mes "Your ^0055FFPremium Time^000000 Left : "+getPremiumTime( #Premium ); mes "You should maximize it"; mes "Grind your skills and hunt now!"; close; P_NVM: mes "[^FF0000Clahador^000000]"; mes "Thank you!"; mes "Come Again!"; close; function getPremiumTime { set .@Time,getarg(0); set .@SecondLeft,( .@Time % 60 ); set .@MinuteLeft,( .@Time / 60 % 60 ); set .@HourLeft,( .@Time / ( 60 * 60 ) % 24 ); set .@DayLeft,( .@Time / ( 24 * 60 * 60 ) ); set .@TimeLeft$,(( .@DayLeft )?.@DayLeft+" Day ":"" ) + (( .@HourLeft )?.@HourLeft+" Hrs ":"" ) + (( .@MinuteLeft )?.@MinuteLeft+" Min ":"" ) + (( .@SecondLeft )?.@SecondLeft+" Sec":"" ); return "^FF0000"+.@TimeLeft$+"^000000"; } OnPCLoginEvent: sc_end SC_EXPBOOST; sc_end SC_JEXPBOOST; sc_end SC_ITEMBOOST; if( #Premium > gettimetick(1) ){ sc_start SC_EXPBOOST,(( #Premium - gettimetick(1) ) * 1000 ),300; sc_start SC_JEXPBOOST,(( #Premium - gettimetick(1) ) * 1000 ),200; sc_start SC_ITEMBOOST,(( #Premium - gettimetick(1) ) * 1000 ),200; dispbottom "Hello "+strcharinfo(0)+", your Premium Time Left : "+getPremiumTime( #Premium ); } end; } and the item script provided by clydelion { set #Premium,#Premium + ( 33 * 24 * 3600 ); },{},{} Thank you guys <3
  5. i used this one and it works. however, i want premium users have boosts on their exp/drop and as you can see this is in the script OnPCLoginEvent: if( #Premium > gettimetick(1) ){ mes "Your Premium Time Left : "+getPremiumTime( #Premium ); close; //ADD MORE BUFFS HERE! //by Jezu. //Format: //sc_start SC_SAMPLEBUFFS,(( #Premium - gettimetick(1) ) * 1000 ),<number/level of buffs; sc_start SC_EXPBOOST,(( #Premium - gettimetick(1) ) * 1000 ),300; sc_start SC_ITEMBOOST,(( #Premium - gettimetick(1) ) * 1000 ),200; sc_start SC_JEXPBOOST,(( #Premium - gettimetick(1) ) * 1000 ),200; } and whenever i try to login, the timer was reset it was like the exp/drop boost will take forever.
  6. Hi, i'm diconfrost vanz. I own WipeOutRO. it's a midrate server. Well, enough for introductions. i'm making a premium system for my server that will give boost on exp/drop and give something like instant access on some maps. At first i tried to use the script of Rafael http://rathena.org/board/topic/67140-viplib-v14b-vipadmin-v13a-updated/ and i failed to make it to my liking. And after that i tried using this http://rathena.org/board/topic/77630-vip-system/ but the npc script was incomplete and i can't make an item script for it. And now i was using this script made by my friend Jezu, http://www.wipeoutgaming.info/VIP.zip It's a perfect one for me, the only problem i have there is i can't make an item script for it. Can you help me rescript or recode it so i can make something like a item script using callfunc or something can be used in item scripts?
  7. it'll only make you a higher group_id but nothing changes like availing exp/drop boost??? i think this thread is dead xD
  8. so this will be a fluxcp that has full addons? THIS IS GREAT XD
  9. Let's do the Harlem Shake!!!
  10. Happy Birthday Judas!
  11. well if you don't believe me then i won't force you to
  12. well i've heard the full details of the reason behind of their issues, well my comment on that is, "WHAT A LAME REASON IS THAT?" And that's my personal comment, but the truth is it can't be helped, let us help each other to make this community or emulator stay as it is. Don't make some fuss and say that you should be like this or that. Let them be. If they don't want here, then go, just make sure that this emulator or community will stay or improve more.
  13. i hope you can suggest what to use? Thanks
  14. I made this design for my upcoming server. And it was incomplete, i don't know what font i will use and how could i improve it more. I need few more suggestions, tips and advises on how to complete this design. Kindly Rate it and throw some comments or suggestions.
  15. nkta mo ung pinost ko dun sa kblang thread mo dba? nndun lahat ng kelangan mo
  16. main.sql naman tlga ah? xD walang nakalagay na MAIL.SQL dyan xD
  17. hahaha wala lang para kumple2 na dba? ) regarding the two guides, well dlwa yan dba? ung isa for windows...actually it is used for test servers on localhost( sa pc mo ) ung isa naman sa linux ( Mas prefered kc ang linux for vps os pra sa RO )
  18. Server Side Setup Guide(For Installing in Windows - Usually for Test Servers): http://rathena.org/b...rver-side-only/ Server Side Setup Guide(For linux - This is commonly used OS in VPS Host): http://rathena.org/b...erver-in-linux/ Adding Custom Items Guide: http://rathena.org/b...m-item-renewal/ Downloading the newest trunk here in rAthena you'll need these: http://rathena.org/b...g-tortoise-svn/ If you're using 2012Clients adding custom items you will use lub not lua, so here: http://rathena.org/b...a-to-lub-files/ If you want to add custom maps in your server: http://rathena.org/b...y-server-linux/ If you want some basic scr modifications to be done: http://rathena.org/b...dification-faq/ Well if you don't know how to recompile or compile your svn: http://rathena.org/b...er-in-linux-os/
  19. Server Setup try mo toh http://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/unread/
  20. but he said this will not die?
×
×
  • Create New...