Timeless/Reverse Weapon Seller v75+ Pictures + SS
Alright, please, no flaming. I'm pretty noob at coding, I simply just see what's there and try and work with it. Never coded anything from scratch. Alright.
Here's a screenshot:
http://i49.tinypic.com/furswg.png
Code:
/* Timelesson, Reverse, Dawn Weapons Seller
By Kudosuke of Kudostory
*/
function start() {
cm.sendSimple ("Howday. I'm Nana from Henesys! What
Timeless/Reverse Item would you like to buy? I've got a huge list.\r
\n#L0##i1302081 \r\nTimeless Executioners#l\r\n#L1##i1312037 \r\nTimeless
Bardiche#l\r\n#L2##i1312038 \r\nReverse Bardiche#l\r\n#L3##i1322060 \r
\nTimeless Allargando#l\r\n#L4##i1402046 \r\nTimeless Nibleheim#l\r
\n#L5##i1412033 \r\nTimeless Tabarzin#l\r\n#L6##i1422037 \r\nTimeless
Bellocce#l\r\n#L7##i1442063 \r\nTimeless Diesra#l\r\n#L8##i1482023 \r
\nTimeless Equinox#l\r\n#L9##i1332073 \r\nTimeless Pescas#l\r
\n#L10##i1332074 \r\nTimeless Killic#l\r\n#L11##i1322061 \r\nReverse
Allargando#l\r\n#L12##i1372045 \r\nReverse Enreal Tear#l\r\n #L13##i1382057
\r\nTimeless Aeas Hand#l\r\n#L14##i1372044 \r\nTimeless Enreal Tear#l \r
\n#L15##i1402048 \r\nRaven's Wing#l\r\n#L16##i1402047 \r\nReverse
Nibleheim#l\r\n#L17##i1412034 \r\nReverse Tabarzin#l\r\n#L18##i1422038 \r
\nReverse Bellocce#l\r\n#L19##i1432047 \r\nTimeless Alchupiz#l\r
\n#L27##i1472068 \r\nReverse Lampion#l\r\n#L28##i1472071 \r\nTimeless
Lampion#l\r\n#L20##i1432049 \r\nReverse Alchupiz#l\r\n#L21##i1402050 \r
\nNight Raven's Wing#l\r\n#L22##i1402051 \r\nDawn Raven's Wing#l\r
\n#L23##i1462050 \r\nDusk Raven's Wing#l\r\n#L24##i1462051 \r\nTimeless
Black Beauty#l\r\n#L25##i1472068 \r\nTimeless Reverse Black Beauty#l\r
\n#L26##i1472068 \r\nTimeless Lampion#l");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
cm.gainItem(1302081,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 1) {
cm.gainItem(1312037,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 26) {
cm.gainItem(1472068,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 27) {
cm.gainItem(1472068,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 28) {
cm.gainItem(1472071,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 2) {
cm.gainItem(1312038,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 3) {
cm.gainItem(1322060,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 4) {
cm.gainItem(1402046,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 5) {
cm.gainItem(1412033,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 6) {
cm.gainItem(1422037,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 7) {
cm.gainItem(1442063,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 8) {
cm.gainItem(1482023,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 9) {
cm.gainItem(1332073,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 10) {
cm.gainItem(1332074,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 11) {
cm.gainItem(1322061,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 12) {
cm.gainItem(1372045,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 13) {
cm.gainItem(1382057,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 14) {
cm.gainItem(1372044,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 15) {
cm.gainItem(1402048,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 16) {
cm.gainItem(1402047,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 17) {
cm.gainItem(1412034,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 18) {
cm.gainItem(1422038,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 19) {
cm.gainItem(1432047,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 20) {
cm.gainItem(1432049,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 21) {
cm.gainItem(1402050,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 22) {
cm.gainItem(1402051,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 23) {
cm.gainItem(1462050,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 24) {
cm.gainItem(1462051,1);
cm.gainMeso(-150000000);
cm.dispose();
} else if (selection == 25) {
cm.gainItem(1472068,1);
cm.gainMeso(-150000000);
cm.dispose();
}
}
I realize this is a LOT of code, but I don't know how to use arrays :P
Anyways, if you want a download link, request it. Please leave credits on!
Re: Timeless Weapon/Reverse Weapon Seller
It's a good release but has been posted before, and just advice add the Weapon Pictures on the script :)
Re: Timeless Weapon/Reverse Weapon Seller
I might do that. Yeah, that'll be a good idea :D
Thanks :D
Done :D
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
could i have this script please? (: ill thank you (:
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
hyperthermia
could i have this script please? (: ill thank you (:
I lol'd
Look under the Picture*
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
hyperthermia
could i have this script please? (: ill thank you (:
lmao....
@topic-poster ::: Lol ya it could be nicer
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Yeah, this is one of my first. I noticed another one that uses Arrays...
Oh well, it's not like 200 KB is gonna make much of a difference ;)
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
thanks for the Script but it would be alot easyer whit the Array code but w.e still nice script
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Pretty basic NPC man.. but eh good job..
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
Hubba
Pretty basic NPC man.. but eh good job..
You can't even do this and you says it's basic? It's advanced for you.
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
XxОsirisxX
You can't even do this and you says it's basic? It's advanced for you.
I know you still think soo but i got very good. i am gonna release my source soon out on svn! v75 not off anything! :) cant wait
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
Hubba
I know you still think soo but i got very good. i am gonna release my source soon out on svn! v75 not off anything! :) cant wait
So you learned to compile, and you think you're good now!
*high five*
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
Expedia
So you learned to compile, and you think you're good now!
*high five*
Aha NO i mean i know how and i am working and ALMOST done one of THE most stablest v75 sources ever! you just watch i am gonna release sometime TODAY!
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
Hubba
I know you still think soo but i got very good. i am gonna release my source soon out on svn! v75 not off anything! :) cant wait
Bullfuckingshit.
You expect us to believe your shit?
Your NPCs are like this..
function start() {
cm.warp(0, 100000000);
}
If you're so pro, what's a serializable, and why is it used in MapleGuild.java.
Re: Timeless/Reverse Weapon Seller v75+ Pictures + SS
Quote:
Originally Posted by
Hubba
Aha NO i mean i know how and i am working and ALMOST done one of THE most stablest v75 sources ever! you just watch i am gonna release sometime TODAY!
you don't even know how to do this
sort the items in you inventory by id