Jump to content

Dvrstle

Members
  • Posts

    361
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dvrstle

  1. yah im sure of it. . . xD as well as when the emperium has broken . . when a player warped automatically because the emperium was broken . . . he got gravity error
  2. help me. . . most of my players got error everytime i recall them, . . . as well as on WoE. . . when they are EC by their GM . . . anyone? anyone? help please =( bump~~ help~~
  3. xD how about their bets?
  4. Here's what i want: The 2 players needs to register first and place their bet.. the npc should check if the bets are the same item or zeny The NPC will start their duel within 30secs . . for the players to have time to buffs or else.... after their fight, the winning player will get the bet. Example: Player A - placed bet 20m [Player A's zeny will be deducted by 20m] Player B - placed bet 20m [Player B's zeny will be deducted by 20m] The NPC will start the countdown after they're both registered. [Note: The NPC can host only one battle at a time] If Player A won, he/she will get 40m which means that he won 20m for that fight any suggestions to improve this scripts will be accepted =)
  5. xD, , , i mean the ATK only. . . .xD base attack
  6. Right now, the renewal atk is 1str = 1atk and so on . . i found it so weak . . so i need to bring back the old mechanics for it
  7. btw, how can i reduce the damage by using this script RE_LVL_DMOD(100); what number should i input. . . xD please tell me how it works
  8. Please explain this one and should i enable renewal level modifier on damage or not? please include reasons
  9. or can it be just like this. . . when ever the player looses... the player will die bump~
  10. its better to use Emistry's Refine Function... =) just set an item which will be used for refining . . example: Refine Deed and sell it for 3pods
  11. xD i didn't get it.... i got this script from eathena. anyone?? =(
  12. Dvrstle

    RWC Mall

    got confused also... @Eros if you want RWC Mall, try getting mall script in eAthena/Rathena and then remove the items that you don't want to be included. =)
  13. This is what i want to edit: If the **player won once and the next try is failed, the player will die and receive 30 Blue Potions **player won 2x and the next try is failed, the player will die and receive 10 Oridecons **player won 3x and the next try is failed, the player will die and receive 10 Eluniums **player won 4x and the next try is failed, the player will die and receive 50 TCG Cards //===== eAthena Script ======================================= //= Jack en Poy //============================================================ //===== By: ================================================== //= imp18(Admin of RelyRO) //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= //= you need to win 5 straight times. //= if you get draw it counts as lost. //= just pick your bet if it is Rock,Paper or Scissors. //= Bored Players will use this/ if you win this game you will //= gain 20 Mithril Coins. //============================================================. prontera.gat,152,175,4 script JnP - TCG 922,{ mes "Do you want to play Rock, Paper and Scissors?"; menu "Yes, Let's Play",play,"What is the Jackpot Prize",jackpot; jackpot: next; mes "The current Jackpot Prize is ^0000FF3000 TCG Cards^000000!!"; mes "But to win this, ^FF0000you must win 5 straight times^000000"; mes "Draws are not counted so you start over"; close; play: mes "Rock! Paper! Scissors! ..."; set .@rps,rand(1,3); next; switch(select("Scissors:Rock:Paper")) { //Scissors case 1: if (.@rps==1) { emotion e_scissors; emotion e_scissors,1; mes "Hmpf."; mes "It's a draw."; mes "One more time!"; mes "Rock! Paper!"; mes "Scissors!"; set winRPS,0; set anticlick,0; close; } else if (.@rps==2) { emotion e_rock; emotion e_scissors,1; mes "Hahaha!!!"; mes "You Lose!!!"; set winRPS,0; set anticlick,0; close; } else { emotion e_paper; emotion e_scissors,1; set anticlick, anticlick+1; goto prizes; } break; case 2: if (.@rps==1) { emotion e_scissors; emotion e_rock,1; goto prizes; } else if (.@rps==2) { emotion e_rock; emotion e_rock,1; mes "Hmpf."; mes "It's a draw."; mes "One more time!"; mes "Rock! Paper!"; mes "Scissors!"; set winRPS,0; close; } else { emotion e_paper; emotion e_rock,1; mes "Hahaha!!!"; mes "You Lose!!!"; set winRPS,0; close; } break; case 3: if (.@rps==1) { emotion e_scissors; emotion e_paper,1; mes "Hahaha!!!"; mes "You Lose!!!"; set winRPS,0; close; } else if (.@rps==2) { emotion e_rock; emotion e_paper,1; goto prizes; } else { emotion e_paper; emotion e_paper,1; mes "Hmpf."; mes "It's a draw."; mes "One more time!"; mes "Rock! Paper!"; mes "Scissors!"; set winRPS,0; close; } } gotcha: next; mes "Sorry, to prevent autoclicker from ruining this event, I'm gonna have to reset your win."; mes "Your win will be reseted to 0."; next; mes "Try playing it fairly, Thanks"; set anticlick,0; set winRPS,0; close; prizes: if (anticlick == 4) goto gotcha; set winRPS,winRPS+1; if (winRPS<5) { mes "You win!"; mes "That makes "+winRPS+" wins in a row."; } else { mes "You've won five times! Take this! Congratulations!"; getitem 7227,3000; set winRPS,0; } close; } } anyone?? bump~
  14. 0001 : pc.c line 1870 size 31 address 0x0xabe33e54 0002 : pc.c line 1869 size 25 address 0x0xabe34274 and this is the script in pc.c bonus[i].bonus_script = aStrdup(script); bonus[i].other_script = other_script?aStrdup(other_script):NULL; help me please =)
  15. Dvrstle

    Breeder NPC

    ah. . . its the best breeder npc for that?
  16. ahh so i will just change resetstatus to resetskill
  17. which is better . . . renewal matk or old mechanics. . as far as i know in renewal . . . every int = 1.5matk .. . and how can i change the renewal matk to old mechanics
  18. can anyone give me a working breeder for 3rd job? . . . and the ranger will not be able to use falcon and warg at d same time
  19. - script poging resetter -1,{ OnPCLoginEvent: if(nagparesetna == 0){ mes "Pogi irereset kita! One time lang!"; resetstatus; set nagparesetna, 1; close; } end; } i want it to reset the skills for one time only. . . tnx
×
×
  • Create New...