Jump to content

zXoOm

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by zXoOm

  1. who can u help me to change all Radical to Xtreme ? i don't know how to use adobe photoshop! thanks!
  2. who knows what to modify to make continuous normal attack while casting auto sonic blow via injustice card. i tried solutions i found here in our forums but none of those works. thank you in advanced!
  3. mga brader! sino nakakaalm ng mga i-momodiy pra gawing tuloy tuloy ung normal attack kahit nag auto sb na with injustice card?
  4. i only found the solution of giving the item to specified job. here the link: https://rikisscripts.googlecode.com/svn/trunk/npc/3rd_Items_Reward.txt credits: rikimaru
  5. i want to request an 3rd job changer npc, that instantly changes new character to max level/job level and and receive items that is assigned to the job (free items is for the first character only) . for example: the player picks sura he/she goes to max level and will receive: diablos robe, diablos manteau, diablous boots and blazing soul while royal guard characters receive diablos armor , diablos manteau, diablos boots and Dip Schmidt Helm. I hope all this is possible, Thanks! found another solution.
  6. thanks darristan. i'll test it. darristan, it doesnt give out rewards. help please! thanks!
  7. i want a modified russian roulette that gives a grand prize. for example RWC 2010[1] with 5% chance. and the grand prize can only be claimed only 1 time per account/character and the npc announcer whenever a character get the grand prize . thanks.
  8. Thanks Garet999, i'll test it!
  9. i did that format. but the problem is it doesnt show up when the right time comes. it doesnt hideoff. that's my problem. hope you can help me. thanks!
  10. thanks emistry but i want it to open only on friday 8pm till sunday 10pm.
  11. darristan it doesn't work the npc doesnt hideoff . when it's friday at 8pm. help please. thanks! bump! bump!
  12. ok darristan i'll test it! can i put that at the top of the script? thanks in advance! thanks darristan. i tested it and it works!
  13. i want a modified version of bossnia. i want it to open only on fridays,saturday and sunday . it opens friday at 8pm till sunday 10pm. Thanks! this is the script: //===== rAthena Script ======================================= //= Bossnia Warp NPCs //===== By: ================================================== //= Masao //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena //===== Description: ========================================= //= Bossnia Warp NPC's. //===== Additional Comments: ================================= //= 1.0 Converted from the official script. //= 1.1 Optimized. [Euphy] //============================================================ prontera,132,125,4 script Bossnia Staff::bsw 908,{ mes "[Riss]"; mes "Hello?"; mes "I found some beautiful places"; mes "while I travelled all over the world."; mes "I am an adventurer."; mes "Haha~"; next; mes "[Riss]"; mes "What? My name is..."; mes "'Bossnia Staff'?? No no..."; mes "Well, my name is not so important."; mes "Sometimes you should be generous."; mes "No time for considering that kind of small stuff"; mes "when you have to concentrate on more important things."; next; mes "[Riss]"; mes "Hum... anyway I want to say... something.."; mes "While I was travelling through some places,"; mes "I found a really fearful place."; next; mes "[Riss]"; mes "Most of the time when you come to a place,"; mes "there is one strong and fearful monster."; mes "Isn't it?"; next; mes "[Riss]"; mes "But... but... in there..."; mes "There are lots of fearful and strong monsters in there..."; mes "That was really frightful."; next; mes "[Riss]"; mes "If I had reacted a bit later... a few seconds..."; mes "I might have been killed."; next; mes "[Riss]"; mes "What?"; mes "You want to go in there?"; mes "Oh~ Boy~ you didn't get me."; mes "In there......."; next; mes "[Riss]"; mes "Uh... you already know?"; mes "Although you know the place, you want to go in..."; mes "Good, I will send you there."; mes "But after you went there, don't hold"; mes "a grudge against me. Also it costs 5,000,000 zeny."; next; if (Zeny > 5000000) { mes "[Riss]"; mes "Would you really like to take the challenge??"; mes "Ok, just choose the course."; next; set .@i, select("First","Second","Third","Fourth"); mes "[Riss]"; mes "Take care, boy~"; mes "Don't hold a grudge against me."; close2; set Zeny, Zeny - 5000000; warp "bossnia_0"+.@i,rand(200,202),rand(200,202); end; } mes "[Riss]"; mes "You don't have enough money..."; mes "Come back when you have at least 5,000,000 zeny."; close; }
  14. can i test harmony gameguard on localhost? tried and tested. it Works! close this thread please!
  15. one question . do the players need to play straight 10 hours or more to get the rewards? cause i want them not to play straight but to have a gameplay of 10 hours or more. btw Thanks for your effort for this.
  16. this npc gives list of items for players who have 10 hours or more gameplay. they can only claim once. and only 50 players can claim the reward(s). Thanks!
  17. if (getd(".P"+.@i+"[0]")<=10 && .@k[0]!=.Default[0]) announce // ... sir Emistry can u help me? where to put this line? to make the npc announce when the player gets rare item.
  18. how to disable battlegrounds, replay and party bookingbutton? thanks
  19. http://upaste.me/raw/71af1278c2a68641 thanks joseph. i'll test it! working as planned! Thanks!
  20. i want to request a npc script that gives the Guild Leader List of Items. Example 100 ygg berries and 100 blue pots. but the guild leader can only claim supplies once a day. i also want to have a member check. if the guild has less than 10 members then their leader can't get a supply.
  21. wow. that's what i'm talking about paopleperson49. thanks for this script. i have a request. can you make this npc script announce when the player gets an item that has 10% chance of gaining it? <header> { mes "[Lotti Girl]"; mes "It costs "+.Cost[1]+"x "+getitemname(.Cost[0])+" to play."; if (countitem(.Cost[0]) < .Cost[1]) close; next; if(select("Deal me in!:No way...")==2) close; mes "[Lotti Girl]"; mes "Here we go..."; progressbar "",2; delitem .Cost[0], .Cost[1]; set .@i, rand(1,.Total); if (rand(1,100) > getd(".P"+.@i+"[0]")) { for(set .@j,0; .@j<getarraysize(.Default); set .@j,.@j+2) { getitem .Default[.@j], .Default[.@j+1]; if (!.@k[0]) setarray .@k[0], .Default[.@j], .Default[.@j+1]; } } else { for(set .@j,1; .@j<getarraysize(getd(".P"+.@i)); set .@j,.@j+2) { getitem getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) setarray .@k[0], getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); } } announce "Congratulations to "+strcharinfo(0)+" for getting "+.@k[1]+"x "+getitemname(.@k[0])+"!",0; specialeffect2 248; close; OnInit: // Format: <%>,<item ID>,<count>{,...}; setarray .P1[0],70,607,25; setarray .P2[0],70,13710,1; setarray .P3[0],40,5471,1; setarray .P4[0],40,5210,1; setarray .P5[0],40,5224,1; setarray .P6[0],50,2357,1,2524,1,2421,1,2115,1; setarray .P7[0],25,2701,1; setarray .P8[0],5,2394,1; setarray .Default[0],12214,1; setarray .Cost[0],7227,300; set .Total,8; end; }
×
×
  • Create New...