Jump to content

pzdcomgwtf

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by pzdcomgwtf

  1. And how to do what 2rd would give 1 time, and 3rd 1 time? Having the 98th level
  2. Help me please!!! Everything worked until the moment I started doing FluxCP ... After that I fixed everything. But the server writes here that !!!
  3. 58/5000 A mozhete otredaktirovat' chto by uroven' davalsya za veshch 969 Возможно, вы имели в виду: А можете отредактировать чтобы уровень давался за вещ 969 And you can edit what level was given for the item id 969
  4. Dear, I ask for help! You can give me a script, when you reach level 99 of the task to get the level 100. And how to set it up, that would work without complaints! Thank you so much!
  5. Dear, I'm sorry ... Here you change the cards for points, and the points on the old card album, but I need to immediately directly 5 random cards changed to 1 old card album without any fuss.
  6. Sorry, I'm Russian and half what you say I do not understand
  7. Can I save bgm for a specific location?
  8. I tried to remake it from me, not what did not work out ...: (
  9. You misunderstood me, I asked for a script, 10 random cards in exchange for one old card album.
  10. I'm not strong in scripting, can you please complete the script?
  11. Kind time of the day, could you share the script. 10 random cards per 1 card album, Thx!
  12. Hallo guys. Help me please! Help to deliver Link for certain Loot! All my attempts are hopeless... Assasin link - 100 Jellopy Crusider link - 50 jellopy Sage link - 25 Jellopy The others link - 10 Jellopy ____________________________________________________________ Zeny -del... ____________________________________________________________ Script >>> izlude,129,154,4 script Linkwey 766,{ set [email protected]$,"^FF3355[Linkwey]^000000"; set [email protected], 300000; // the buff last 5 minutes set @zenycost,250000; mes [email protected]$; mes "Hello ^FF3355"+strcharinfo(0)+"^000000, do"; mes "You want me to Soul Link you?"; next; mes "^FF3355[Linkwey]^000000"; mes "It will cost you 250,000 zeny?"; mes "Are you sure??"; switch(select("^0055FFYes,please:No,thanks^000000")) { case 1: if(Zeny < @zenycost) goto l_nozeny; set Zeny,Zeny - @zenycost; switch ( basejob ) { case Job_Alchemist: set [email protected], 445; break; case Job_Monk: set [email protected], 447; break; case Job_Star_Gladiator: set [email protected], 448; break; case Job_Sage: set [email protected], 449; break; case Job_Crusader: set [email protected], 450; break; case Job_SuperNovice: set [email protected], 451; break; case Job_Knight: set [email protected], 452; break; case Job_Wizard: set [email protected], 453; break; case Job_Priest: set [email protected], 454; break; case Job_Bard: case Job_Dancer: set [email protected], 455; break; case Job_Rogue: set [email protected], 456; break; case Job_Assassin: set [email protected], 457; break; case Job_Blacksmith: set [email protected], 458; break; case Job_Hunter: set [email protected], 460; break; case Job_Soul_Linker: set [email protected], 461; break; default: if ( upper == 1 && baselevel < 70 ) set [email protected], 494; } if ( [email protected] ) { sc_start4 sc_spirit, [email protected], 5, [email protected],0,0; skilleffect [email protected], 5; } case 2: mes [email protected]$; mes "Okay,goodbye!"; close; } l_nozeny: mes [email protected]$; mes "You need 250,000 Zeny for a Soul Link."; close; } Thanks!
  13. Hi, all! I ask to give me NPC which gives the LINK buffs taking away a certain subject! prontera,155,181,5 script Sample 992,{ OnHeal: percentheal 100,100; end; OnBuffs: percentheal 100,100; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; end; OnLink: switch ( basejob ) { case Job_Alchemist: set [email protected], 445; break; case Job_Monk: set [email protected], 447; break; case Job_Star_Gladiator: set [email protected], 448; break; case Job_Sage: set [email protected], 449; break; case Job_Crusader: set [email protected], 450; break; case Job_SuperNovice: set [email protected], 451; break; case Job_Knight: set [email protected], 452; break; case Job_Wizard: set [email protected], 453; break; case Job_Priest: set [email protected], 454; break; case Job_Bard: case Job_Dancer: set [email protected], 455; break; case Job_Rogue: set [email protected], 456; break; case Job_Assassin: set [email protected], 457; break; case Job_Blacksmith: set [email protected], 458; break; case Job_Hunter: set [email protected], 460; break; case Job_Soul_Linker: set [email protected], 461; break; default: if ( upper == 1 && baselevel < 70 ) set [email protected], 494; } if ( [email protected] ) { sc_start4 sc_spirit, 360000, 5, [email protected],0,0; skilleffect [email protected], 5; } end; OnInit: defpattern 1, "heal","OnHeal"; defpattern 1, "buff","OnBuffs"; defpattern 1, "link","OnLink"; activatepset 1; end; } Approximately so but what would take away a certain subject for BUFF
  14. Dear, prompt please what version of packages has 2011-03-15a exe
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.