-
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 (1/15)
1
Reputation
-
Here: Try the 1st and the 2nd Link http://lmgtfy.com/?q=C%2B%2B+download
-
Ghost's Scripts [Latest: Ghost's PvP System v1.3]
Bipolar Bear replied to Ghost's topic in Script Collections
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. -
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.
-
Check this https://harmonize.it/faq and try to look for your problem. It might give you the solution
-
My Dad has experienced that kind of situation. Dismantle everything and Just ready your luggage charges which may cost (25$ Or More).
-
maybe you messed up with your atcommand_athena.conf Do you have autoloot 100 on your groups.conf? What Revision are you using?
-
^ @autoloot 100
-
PVP ladder based on KDR (kill/death ratio)
Bipolar Bear replied to nazdecoco's question in Script Requests
Just use Ghost's PVP Script -
Check this link http://rathena.org/wiki/Mapflag#nocommand
-
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.
-
I'm supporting this.
-
All good except the Quick Links which doesn't match well. Its good if you put the User/Pass Buttons there.
-
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; }