Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. you can patch and replace it with original image data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/collection
  2. prontera,155,181,5 script Soul Buffer#1:SB 992,{ mes " Msg "; mes " Msg 2"; set .@i,select( "Buff","Link","Both" ); set .@cost,( ( .@i == 3 )? 400000:200000 ); if( Zeny < .@cost ){ mes "You dont have enough "+.@cost+" zeny."; }else{ set Zeny,Zeny - .@cost; if( .@i & 1 ){ percentheal 100,100; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; } if( .@i & 2 ){ switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5; } } mes "DONE"; } close; } credits to sryx
  3. prontera,49,46,5 script Spirit 111,25,0,{ end; OnTouch: specialeffect2 882; end; }
  4. skorm mentioned you must use that script in your rental item (in you case your custom key) unequip script. not as npc script ,
  5. caution:- this system may let your players earn billions of zeny in no time
  6. you should mention what is the issue you facing! any console errors? or any error messages or something try setting it up with WANIP PS-double posting your question ( one in forum issues which is irrelevant) and now spamming in other threads wont solve your problem
  7. - script Warper 858,{ if( strcharinfo(3) == "2@mir" && !( countitem(501) -1 ) ) warp "prontera",156,191; close; }
  8. any console errors ? re-check all your ports/config files configured properly
  9. Good initiative @Akkarin ! Will try to contribute everytime to reach the goal!
  10. what quest you are looking for? next time try giving as much as information in ur question to get quick response you can also try searching when u need basic stuffs http://lmgtfy.com/?q=rathena+quest+script
  11. Try searching , there is plenty similar scripts available in rathena
  12. if( BaseLevel > 10 ){ mes "only players with below ten kevel can use my services!"; close; }
  13. It's Bulk Buyer Shop License you can just sell that in tool dealer or let your players do that quest http://irowiki.org/wiki/Buying_Store
  14. Try using search function, there is more similar scripts
  15. What you mean by 100% drop rate? Try checking mi for the mob that's not dropping 100%
  16. Check this line in atcommand.h, if it is enabled comment it out #define AUTOLOOT_DISTANCE AREA_SIZE
  17. Cyro

    helpFluxcp Error

    If you gave permissions to perticuler folder u must've gotten different error this time , perhaps permissions to other folders mighbe missing, read your error properly
  18. Cyro

    helpFluxcp Error

    Your error message says what you have to do. Give permissions to folder data/temp to solve your issue
×
×
  • Create New...