Jump to content

Bipolar Bear

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Sometimes in North Pole

Recent Profile Visitors

954 profile views

Bipolar Bear's Achievements

Poring

Poring (1/15)

1

Reputation

  1. Here: Try the 1st and the 2nd Link http://lmgtfy.com/?q=C%2B%2B+download
  2. Russian Roulette A GM activated russian roulette mini-game script. Version: 1.0 Pastebin: http://pastebin.com/tj3A3gsz Required File: http://www.mediafire...ry9k4uolxlmj4kv Death and kdr doesn't record.
  3. Did you file a ticket? As far as i know, If you purchased that on Asura Hosting. They can give you free installation i think.
  4. Check this https://harmonize.it/faq and try to look for your problem. It might give you the solution
  5. My Dad has experienced that kind of situation. Dismantle everything and Just ready your luggage charges which may cost (25$ Or More).
  6. maybe you messed up with your atcommand_athena.conf Do you have autoloot 100 on your groups.conf? What Revision are you using?
  7. Doing some paid services. (Server and Client Side) Message me your Inquiries. Thanks :)

  8. Check this link http://rathena.org/wiki/Mapflag#nocommand
  9. home_c01,51,60,5 script Linker 992,{ 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; } I Searched and Tweaked a Soul Linker NPC for you. You may use this.
  10. All good except the Quick Links which doesn't match well. Its good if you put the User/Pass Buttons there.
  11. lunar01,219,180,4 script Dreamworks Coins 807,5,5,{ set [email protected],1; // In Seconds ​if (@HD > gettimetick(2)) end; makeitem 1022, 10, "lunar01", rand(214, 217),rand(177,184); end; OnTouch: makeitem 1022, 10, "lunar01", rand(214, 217),rand(177,184); if ([email protected]) set @HD, gettimetick(2)[email protected]; end; }
×
×
  • Create New...

Important Information

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