Hades03 Posted March 25, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 242 Reputation: 3 Joined: 01/01/12 Last Seen: August 14, 2015 Share Posted March 25, 2012 Baby Job Changer pls Quote Link to comment Share on other sites More sharing options...
Flaid Posted March 25, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted March 25, 2012 Lamang sanggol? O nais mo ang isang normal na isa na kasama ng sanggol? Quote Link to comment Share on other sites More sharing options...
Hades03 Posted March 25, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 242 Reputation: 3 Joined: 01/01/12 Last Seen: August 14, 2015 Author Share Posted March 25, 2012 no 3rd job Quote Link to comment Share on other sites More sharing options...
Flaid Posted March 26, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted March 26, 2012 Kailangan ko ng ilang higit pang impormasyon pa rin. Aling mga antas ang dapat mga manlalaro upang maging isang sanggol? Aling mga trabaho na dapat sila bago mawalan ng isang sanggol? Quote Link to comment Share on other sites More sharing options...
Kanage Posted March 26, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 162 Reputation: 3 Joined: 01/23/12 Last Seen: October 8, 2012 Share Posted March 26, 2012 funny how Flaid translates English to Filipino im laughing so hard reading "sanggol" and "trabaho" Quote Link to comment Share on other sites More sharing options...
Flaid Posted March 26, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted March 26, 2012 Hindi bababa sa ako ay sinusubukan upang matulungan, dahil ito ay hindi mukhang dito ang sinuman ay ginagawa na. ~.~ Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted March 28, 2012 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted March 28, 2012 baby Job Changer?? //____________________________________________________________________ //~* ___ ___ ___ ___ ___ | //~* / / / /__ |__ | //~* /:: /:: /:: /:/ / |:| | | //~* /:/: /:/: /:/: /:/ / |:| | | //~* /::~: /::~: /::~: /:/ / |:|__|__ | //~* /:/: :__ /:/: :__ /:/: :__ /:/__/ /::::__| //~* /_|::/:/ / :~: /__/ /__:/:/ / : /:/~~/~ | //~* |:|::/ / : :__ ::/ / : /:/ / | //~* |:|/__/ : /__/ /__/ : /__/ | //~* |:| | :__ :__ | //~* |__| /__/ /__/ | //~* ___ ___ ____ ____ ____ ____ ___ | //~* / __) / __)( _ (_ _)( _ (_ _)/ __) | //~* __ ( (__ ) / _)(_ )___/ )( __ | //~* (___/ ___)(_)_)(____)(__) (__) (___/ | //~* ___ _ ___ _____ | //~* ( _` ( )_ | _` ( _ ) | //~* | (_(_) _ _ _ __ __ | ,_)| (_) )| ( ) | | //~* `__ ( ) ( ) ( ) /'__` /'__`| | | , / | | | | | //~* ( )_) || _/ _/ |( ___/( ___/| |_ | | | (_) | | //~* `____)`___x___/'`____)`____)`__)(_) (_)(_____) | //~* Basic NPCs ? 2007-2008 Reply. Projects | //~* | //~* | //~* | //(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-) //===== Drops Script ========================================= //= Baby Job Changer //===== Por ================================================== //= Reply. //===== Vers?o =============================================== //= 1.0 //===== Compativel Com ======================================= //= eAthena SVN //===== Descri??o ============================================ //= Npc que te transforma em baby sem necessidade dos pais. //===== Coment?rios ========================================== //= 1.0 - NPC Criado Reply. //= Super Hiper Mega ajuda de Zero(Nicko) //============================================================ dewata.gat,203,188,5 script Baby Jobchanger 716,{ //===========Vari?veis======================================== set nome$, "[baby JobChanger]"; //============================================================ if((Class == 0) && (JobLevel >9)) { mes "JobLevel: "+ JobLevel; mes "Class: "+Class; switch(select("Baby Novice","Nothing")) { case 1: jobchange 4023; break; case 2: mes "Back when I can help you!"; break; } } else if((Class == 4023) && (JobLevel >9)) { switch(select("Baby Swordsman","Baby Magician","Baby Archer","Baby Acolyte","Baby Merchant","Baby Thief","Baby Super ovice","Nothing")) { case 1: jobchange 4024; break; case 2: jobchange 4025; break; case 3: jobchange 4026; break; case 4: jobchange 4027; break; case 5: jobchange 4028; break; case 6: jobchange 4029; break; case 7: jobchange 4045; break; case 8: mes "Back when I can help you!"; break; } } else if((Class == 4024) && (JobLevel >39)) { switch(select("Baby Knight","Baby Crusader","Nothing")) { case 1: jobchange 4030; break; case 2: jobchange 4037; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4025) && (JobLevel >39)) { switch(select("Baby Wizard","Baby Sage","Nothing")) { case 1: jobchange 4032; break; case 2: jobchange 4039; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4026) && (JobLevel >39)) { switch(select("Baby Hunter","Baby Bard","Baby Dancer","Nothing")) { case 1: jobchange 4034; break; case 2: jobchange 4042; break; case 3: jobchange 4043; break; case 4: mes "Back when I can help you!"; break; } } else if((Class == 4027) && (JobLevel >39)) { switch(select("Baby Priest","Baby Monk","Nothing")) { case 1: jobchange 4031; break; case 2: jobchange 4038; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4028) & (JobLevel > 39)) { switch(select("Baby Blacksmith","Baby Alchemist","Nothing")) { case 1: jobchange 4033; break; case 2: jobchange 4041; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4029) && (JobLevel > 39)) { switch(select("Baby Assassin","Baby Rogue","Nothing")) { case 1: jobchange 4035; break; case 2: jobchange 4040; break; case 3: mes "Back when I can help you!"; break; } } else mes "I cant help you! Sorry!"; close; } Quote Link to comment Share on other sites More sharing options...
n0stalgia Posted August 21, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 01/16/12 Last Seen: April 6 Share Posted August 21, 2012 baby Job Changer?? //____________________________________________________________________ //~* ___ ___ ___ ___ ___ | //~* / / / /__ |__ | //~* /:: /:: /:: /:/ / |:| | | //~* /:/: /:/: /:/: /:/ / |:| | | //~* /::~: /::~: /::~: /:/ / |:|__|__ | //~* /:/: :__ /:/: :__ /:/: :__ /:/__/ /::::__| //~* /_|::/:/ / :~: /__/ /__:/:/ / : /:/~~/~ | //~* |:|::/ / : :__ ::/ / : /:/ / | //~* |:|/__/ : /__/ /__/ : /__/ | //~* |:| | :__ :__ | //~* |__| /__/ /__/ | //~* ___ ___ ____ ____ ____ ____ ___ | //~* / __) / __)( _ (_ _)( _ (_ _)/ __) | //~* __ ( (__ ) / _)(_ )___/ )( __ | //~* (___/ ___)(_)_)(____)(__) (__) (___/ | //~* ___ _ ___ _____ | //~* ( _` ( )_ | _` ( _ ) | //~* | (_(_) _ _ _ __ __ | ,_)| (_) )| ( ) | | //~* `__ ( ) ( ) ( ) /'__` /'__`| | | , / | | | | | //~* ( )_) || _/ _/ |( ___/( ___/| |_ | | | (_) | | //~* `____)`___x___/'`____)`____)`__)(_) (_)(_____) | //~* Basic NPCs ? 2007-2008 Reply. Projects | //~* | //~* | //~* | //(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-)(-) //===== Drops Script ========================================= //= Baby Job Changer //===== Por ================================================== //= Reply. //===== Vers?o =============================================== //= 1.0 //===== Compativel Com ======================================= //= eAthena SVN //===== Descri??o ============================================ //= Npc que te transforma em baby sem necessidade dos pais. //===== Coment?rios ========================================== //= 1.0 - NPC Criado Reply. //= Super Hiper Mega ajuda de Zero(Nicko) //============================================================ dewata.gat,203,188,5 script Baby Jobchanger 716,{ //===========Vari?veis======================================== set nome$, "[baby JobChanger]"; //============================================================ if((Class == 0) && (JobLevel >9)) { mes "JobLevel: "+ JobLevel; mes "Class: "+Class; switch(select("Baby Novice","Nothing")) { case 1: jobchange 4023; break; case 2: mes "Back when I can help you!"; break; } } else if((Class == 4023) && (JobLevel >9)) { switch(select("Baby Swordsman","Baby Magician","Baby Archer","Baby Acolyte","Baby Merchant","Baby Thief","Baby Super ovice","Nothing")) { case 1: jobchange 4024; break; case 2: jobchange 4025; break; case 3: jobchange 4026; break; case 4: jobchange 4027; break; case 5: jobchange 4028; break; case 6: jobchange 4029; break; case 7: jobchange 4045; break; case 8: mes "Back when I can help you!"; break; } } else if((Class == 4024) && (JobLevel >39)) { switch(select("Baby Knight","Baby Crusader","Nothing")) { case 1: jobchange 4030; break; case 2: jobchange 4037; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4025) && (JobLevel >39)) { switch(select("Baby Wizard","Baby Sage","Nothing")) { case 1: jobchange 4032; break; case 2: jobchange 4039; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4026) && (JobLevel >39)) { switch(select("Baby Hunter","Baby Bard","Baby Dancer","Nothing")) { case 1: jobchange 4034; break; case 2: jobchange 4042; break; case 3: jobchange 4043; break; case 4: mes "Back when I can help you!"; break; } } else if((Class == 4027) && (JobLevel >39)) { switch(select("Baby Priest","Baby Monk","Nothing")) { case 1: jobchange 4031; break; case 2: jobchange 4038; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4028) & (JobLevel > 39)) { switch(select("Baby Blacksmith","Baby Alchemist","Nothing")) { case 1: jobchange 4033; break; case 2: jobchange 4041; break; case 3: mes "Back when I can help you!"; break; } } else if((Class == 4029) && (JobLevel > 39)) { switch(select("Baby Assassin","Baby Rogue","Nothing")) { case 1: jobchange 4035; break; case 2: jobchange 4040; break; case 3: mes "Back when I can help you!"; break; } } else mes "I cant help you! Sorry!"; close; } why not working on me sir?... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.