Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. Just give me a reason!

  2. Just give me a reason!

  3. lua files not compatible with client date?
  4. Change the content
  5. Patskie

    Help me about it!

    There is a preview delay on facebook everytime you change the heading of your site. You must wait a while and it will update soon.
  6. Got this from somewhere prontera,140,179,4 script Freebies 511,{ // Freebies ID setarray .@freebie_item[0],14545,20007,20008,20009,20010,20011,20012,4142; // Quantity setarray .@quantity[0],10,1,1,1,1,1,1,1; set .npcname$,"[^990000Freebies^000000]"; mes .npcname$; mes "Welcome to Your Ragnarok Online "+strcharinfo(0)+"! "; mes "Here is your freebies!"; next; if(#freebiez == 1) { mes .npcname$; mes "You've already claim your Freebies."; close; } for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@x + 1 ) { getitem .@freebie_item[.@x], .@quantity[.@x]; } set #freebiez,1; mes .npcname$; mes "Wow! Freebies is already given! Goodluck to your career. Dear "+strcharinfo(0)+"."; close; OnInit: waitingroom "Freebies Here!",0; end; }
  7. 1 character per account also means 1 freebies per account. not every character can claim freebies
  8. He said : this freebie is limited to 1 character per account
  9. Make sure you set the proper credentials of you database on inter_athena.conf otherwise SQL problem is waiting for you
  10. Use wiki there's a tons of guides there http://rathena.org/wiki/Diff
  11. This is a sprite related issue maybe you can post this on graphics support section. Please make sure you do post a topic on a proper section.
  12. Yay i didn't notice lol
  13. You can reset status/skill points on script : *resetstatus; This is a character reset command, which will reset the stats on the invoking character and give back all the stat points used to raise them previously. Nothing will happen to any other numbers about the character. --------------------------------------- *resetskill; This command takes off all the skill points on the invoking character, so they only have Basic Skill blanked out (lvl 0) left, and returns the points for them to spend again. Nothing else will change but the skills. Quest skills will also reset if 'quest_skill_reset' option is set to Yes in 'battle_athena.conf'. If the 'quest_skill_learn' option is set in there, the points in the quest skills will also count towards the total.
  14. Event manager by Euphy try
  15. Your lua files must also be compatible with your client date
  16. Change : #NewbieGift, 1; to : #Gift, 1; And : if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) To : if ( getd("$" + .@lip$ + "_NG") > 0 || #Gift > 0) Maybe you already tried the script and get the freebies. All variables with "#" will be cached. So i guess that results on what you have said on this post.
  17. Tab problem use TAB on spaces
  18. Make sure you do back up before manipulating your database so it will not be hard if any error will occur in the future. Execute this query then do what Capuche have said. or maybe you can try first the script made by Capuche it might work now. ALTER TABLE login DROP COLUMN newbie
  19. Patskie

    about PVP

    1. Set @gvgoff on guild_vs3 : work how to do this : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/mapflag/
  20. Patskie

    about PVP

    1. Set @gvgoff on guild_vs3 2. Set a mapflag to restrict a player from warping and using storage.
  21. 1000/100 = 10% { bonus2 bAddEff,Eff_Curse,1000; } If you want 100% then : { bonus2 bAddEff,Eff_Curse,10000; }
  22. maybe you load the script twice.
  23. Patskie

    about PVP

    http://pastebin.com/raw.php?i=KWx1y8m5 show error if any
  24. I think it's not bug. I think LOD is not bug
  25. Patskie

    about PVP

    A TAB problem? -<TAB>script<TAB>PVPLADDEROPTIONS<TAB>-1,{
×
×
  • Create New...