RaGEZONE sponsored advertisment:
| | The free 3D side scrolling MMORPG. | |
09-15-2008
|
#1 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| [Release]REAL Fame seller
After seeing the release that was just posted, i decided to post the correct one i made. Code: /*
This file is part of the DuckStory Maple Story Server
Copyright (C) 2008 Dhaniram Heera
Zirak Chowdhry
Waqar Ahmed
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
*/
/*
Fame Seller (10mil mesos per fame)
*/
var status = 0;
var price = 10000000;
var fame = 1;
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
if (status == 0) {
cm.sendYesNo("Do you wish to buy some #fUI/UIWindow.img/QuestIcon/6/0# for 10m mesos?");
status++;
} else {
if ((status == 1 && type == 1 && selection == -1 && mode == 0) || mode == -1) {
cm.dispose();
} else {
if (status == 1) {
if (cm.getMeso() >= price) {
cm.gainFame(+fame);
cm.gainMeso(-price);
cm.dispose();
} else {
cm.sendOk("You need atleast 10m Mesos.");
cm.dispose();
}
}
}
}
}
This asks if you want to buy fame for 10m mesos,
And if you accept it gives fame for 10m mesos and gives 1 fame.
This is the correct one and doesnt STEAL any money. Lol
I tested it and it worked. Credits: Me(Killshadow05) of ShadowMS
Last edited by KillShadow05; 09-20-2008 at 10:20 PM.
|
| |
RaGEZONE sponsored advertisment:
09-15-2008
|
#2 (permalink)
| | LaTale Section | Awesomer
Rank: Member + Join Date: May 2008 Location: Maplestory World
Posts: 1,101
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
Let me check it
Edit: It really works Thanks
|
| | 
Endorsement
09-15-2008
|
#3 (permalink)
| | BYE Misiu
Rank: Member + Join Date: Apr 2008 Location: Burlingame, Cal
Posts: 239
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
Nice, I suppose.. But this looks liek the exact same script from PCMaple.
|
| | 
Endorsement
09-15-2008
|
#4 (permalink)
| | LaTale Section | Awesomer
Rank: Member + Join Date: May 2008 Location: Maplestory World
Posts: 1,101
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
|
Originally Posted by kenta7795 | |
Nice, I suppose.. But this looks liek the exact same script from PCMaple.
| But the PCMaple script just still you automatically the 10M mesos. and here you selcet if you want :D
|
| |
09-15-2008
|
#5 (permalink)
| | i got raped
Rank: Member + Join Date: Apr 2008 Location: Hayward The Bay TheStack
Posts: 659
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
|
Originally Posted by Shagakrath | |
But the PCMaple script just still you automatically the 10M mesos. and here you selcet if you want :D
| In every repack there is already a fame seller included.
__________________
GOdamn rOnald! It meanz i lOve yOu! |
| |
09-15-2008
|
#6 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
This actually works, It asks if you want to buy fame.
Its a useless thread but i thought since the other guy released the wrong version i might as well let people have the good one ^^
Edit: YES in every re-pack tehre is a fame seller but he STEALS fame, i.e PCMaple. This doesnt STEAL fame, it asks if you want to buy, if you do it takes 10m mesos and gives 1 fame, if not then it exits chat. |
| |
09-15-2008
|
#7 (permalink)
| | BYE Misiu
Rank: Member + Join Date: Apr 2008 Location: Burlingame, Cal
Posts: 239
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
Anyways, why would you buy fame? And for 10mil? Psh.
|
| |
09-15-2008
|
#8 (permalink)
| | LaTale Section | Awesomer
Rank: Member + Join Date: May 2008 Location: Maplestory World
Posts: 1,101
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
|
Originally Posted by KillShadow05 |
This actually works, It asks if you want to buy fame.
Its a useless thread but i thought since the other guy released the wrong version i might as well let people have the good one ^^
Edit: [color=red]YES in every re-pack tehre is a fame seller but he STEALS fame, i.e PCMaple. This doesnt STEAL fame, it asks if you want to buy, if you do it takes 10m mesos and gives 1 fame, if not then it exits chat.
| That is what I say
|
| |
09-15-2008
|
#9 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
If you want 20 fame easily, then you buy fame, And you can edit the price...duh lol
|
| |
09-15-2008
|
#10 (permalink)
| | Ownage
Rank: Member + Join Date: May 2008 Location: IgnitionMs.tk / Saphms.tk
Posts: 480
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
this makes all the other fame givers look like choped liver xD -adds in-
__________________ Check out our youtube page when we playthrough / commentate on video games
Youtube.com/kingdomcommentary |
| |
09-15-2008
|
#11 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
Haha thanks, Glad you like it :)
|
| |
09-15-2008
|
#12 (permalink)
| | Ownage
Rank: Member + Join Date: May 2008 Location: IgnitionMs.tk / Saphms.tk
Posts: 480
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
|
Originally Posted by KillShadow05 | |
Haha thanks, Glad you like it :)
| np and no thankyou ur the 1 that released it o.O
__________________ Check out our youtube page when we playthrough / commentate on video games
Youtube.com/kingdomcommentary |
| |
09-15-2008
|
#13 (permalink)
| | Account Upgraded | Title Enabled!
Rank: Member + Join Date: Feb 2008
Posts: 470
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
Haha , nice release , this going to be very useful...
*Checking the script because im not 100% sure of how does the getSendText(); works*
EDIT: Lol , this doesnt uses getSendText xD... But still is a very good release :)
__________________ The Show Must Go On, or else, they would've wasted their money. |
| |
09-15-2008
|
#14 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
Thanks guys, didnt think it would be that much of a good release, it was very easy to make, like 2 seconds haha
|
| |
09-15-2008
|
#15 (permalink)
| | Account Upgraded | Title Enabled!
Rank: Member + Join Date: Feb 2008
Posts: 470
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
|
Originally Posted by KillShadow05 | |
Thanks guys, didnt think it would be that much of a good release, it was very easy to make, like 2 seconds haha
| Haha , its easy to make , but is a good release because is simple , structured and very easy to learn from... is like an example of how to make a NPC...
I was trying to make a NPC like this , but is hard do that because i make stuff for me and sometimes people dont really understand the code xD (Example , some friends >_>)
__________________ The Show Must Go On, or else, they would've wasted their money. |
| |
09-15-2008
|
#16 (permalink)
| | Kuchiki Byakuya
Rank: Alpha Member Join Date: Jul 2008 Location: Singapore
Posts: 1,517
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
Yeap it's working
|
| |
09-15-2008
|
#17 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
Haha i told you guys it worked.
Suuure dont beleive me ;)
Haha. now u got proof it works. Well not proof, just a quite a bit of people saying it haha.
|
| |
09-15-2008
|
#18 (permalink)
| | Account Upgraded | Title Enabled!
Rank: Member + Join Date: Feb 2008
Posts: 470
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
|
Originally Posted by KillShadow05 |
Haha i told you guys it worked.
Suuure dont beleive me ;)
Haha. now u got proof it works. Well not proof, just a quite a bit of people saying it haha.
| Lol xD....
__________________ The Show Must Go On, or else, they would've wasted their money. |
| |
09-15-2008
|
#19 (permalink)
| | Hmm.
Rank: Member + Join Date: Jun 2008
Posts: 521
Thanked 0 Times in 0 Posts
| Re: [Release]REAL Fame seller.
nice it works
|
| |
09-15-2008
|
#20 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
Thanks, and yes it works perfectly.
|
| |
09-15-2008
|
#21 (permalink)
| | Infraction Banned
Rank: Member + Join Date: Apr 2008 Location: Cya, I'm gone.
Posts: 1,069
Thanked 4 Times in 3 Posts
| Re: [Release]REAL Fame seller. Code: cm.sendOk("You need atleast 10m Mesos.");
must be Code: cm.sendOk("You need atleast " + price + "m Mesos.");
Code: cm.gainFame(+fame);
must be ^^
|
| |
09-15-2008
|
#22 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
It doesnt HAVE to be, Cause it works perfectly.
And the fame thing doesnt matter either way
|
| |
09-15-2008
|
#23 (permalink)
| | Extreme Member
Rank: Member + Join Date: Apr 2008
Posts: 1,233
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
Thanks for this release. Nice work mate.
|
| |
09-15-2008
|
#24 (permalink)
| | ShadowMS Owner
Rank: Member + Join Date: Apr 2008 Location: United States
Posts: 719
Thanked 2 Times in 2 Posts
| Re: [Release]REAL Fame seller.
Thanks, nice to see something of mine appreciated for once ;D
|
| |
09-15-2008
|
#25 (permalink)
| | Extreme Member
Rank: Member + Join Date: Apr 2008
Posts: 1,233
Thanked 1 Time in 1 Post
| Re: [Release]REAL Fame seller.
|
Originally Posted by KillShadow05 | |
Thanks, nice to see something of mine appreciated for once ;D
| Lol, give credits to yourself for the hard work. :)
|
| | |