Westscape Private Servers
Would you like to react to this message? Create an account in a few clicks or log in to continue.


The Next Generation In Private Servers
 
HomePortalSearchLatest imagesRegisterLog in
Check the forum post "Minecraft Server Release"
Happy Holidays!

 

 Money Making

Go down 
4 posters
AuthorMessage
Sceptylos




Posts : 16
Points : 34
Reputation : 0
Join date : 2010-05-01

Money Making Empty
PostSubject: Money Making   Money Making EmptyThu May 06, 2010 3:27 pm

****, Since you always seem to ignore me when I talk to you on server here:

You need to make a money making way...Like I know it's annoying to say "Fix this" and I can't do it I have the code for you. Yes I'm a 508 coder so I know how to code lot's of shit now here all you need to do is copy/paste

Code:
 if(pnp.npcType == 2270)
{
if(p.skillLvl[17] > 98)
{ GetSkillCape(p, 1, 2270, "Martin Thwait", "Thieving"); }
else { OnlyLevel(p, 2, 2270, "Martin Thwait", 17, "Thieving"); }
}
if(pnp.npcType == 437)
{
if(p.skillLvl[16] > 98)
{ GetSkillCape(p, 32, 437, "Cap'n Izzy No-Beard", "Agility"); }
else { OnlyLevel(p, 33, 437, "Cap'n Izzy No-Beard", 16, "Agility"); }
}

if(pnp.npcType == 455)
{
if(p.skillLvl[15] > 98)
{ GetSkillCape(p, 36, 455, "Kaqemeex", "Herblore"); }
else
{
if(Engine.playerItems.HasItemAmount(p, 249, 1) || Engine.playerItems.HasItemAmount(p, 257, 1))
{
p.Dialogue = 37;
Engine.playerItems.deleteItem(p,249, Engine.playerItems.getItemSlot(p, 249), 28);
Engine.playerItems.deleteItem(p,257, Engine.playerItems.getItemSlot(p, 257), 28);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 455, 241, 2);
p.frames.setString(p, "Kaqemeex", 241, 3);
p.frames.setString(p, "Let me take those cleaned herbs from you...", 241, 4);
}
else { OnlyLevel(p, 37, 455, "Kaqemeex", 15, "Herblore"); }
}
}
if(pnp.npcType == 5113)
{
if(p.skillLvl[21] > 98)
{ GetSkillCape(p, 38, 5113, "Hunting Expert", "Hunting"); }
else { OnlyLevel(p, 39, 5113, "Hunting Expert", 21, "Hunting"); }
}
if(pnp.npcType == 847)
{
if(p.skillLvl[7] > 98)
{ GetSkillCape(p, 40, 847, "Head Chef", "Cooking"); }
else { OnlyLevel(p, 41, 847, "Head Chef", 7, "Cooking"); }
}
if(pnp.npcType == 604)
{
if(Engine.playerItems.HasItemAmount(p, 2349, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000);
Engine.playerItems.deleteItem(p,2349, Engine.playerItems.getItemSlot(p, 2349), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 2351, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000);
Engine.playerItems.deleteItem(p,2351, Engine.playerItems.getItemSlot(p, 2351), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 2357, 1) == true)
{
Engine.playerItems.addItem(p, 995, 50000);
Engine.playerItems.deleteItem(p,2357, Engine.playerItems.getItemSlot(p, 2357), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 2359, 1) == true)
{
Engine.playerItems.addItem(p, 995, 100000);
Engine.playerItems.deleteItem(p,2359, Engine.playerItems.getItemSlot(p, 2359), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 2361, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000000);
Engine.playerItems.deleteItem(p,2361, Engine.playerItems.getItemSlot(p, 2361), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 2363, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000000);
Engine.playerItems.deleteItem(p,2363, Engine.playerItems.getItemSlot(p, 2363), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 604, 241, 2);
p.frames.setString(p, "Thurgo", 241, 3);
p.frames.setString(p, "Thank you for the bars!", 241, 4);
}
if(p.skillLvl[13] > 98)
{ GetSkillCape(p, 42, 604, "Thurgo", "Smithing"); }
else { OnlyLevel(p, 43, 604, "Thurgo", 13, "Smithing"); }
}
if(pnp.npcType == 1658)
{
if(p.skillLvl[6] > 98)
{ GetSkillCape(p, 3, 1658, "Robe Store Owner", "Magic"); }
else { OnlyLevel(p, 4, 1658, "Robe Store Owner", 6, "Magic"); }
}
if(pnp.npcType == 802)
{
if(p.skillLvl[5] > 98)
{ GetSkillCape(p, 19, 802, "Brother Jered", "Prayer"); }
else { OnlyLevel(p, 20, 802, "Brother Jered", 5, "Prayer"); }
}

if(pnp.npcType == 4906)
{
if(Engine.playerItems.HasItemAmount(p, 1513, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000000);
Engine.playerItems.deleteItem(p,1513, Engine.playerItems.getItemSlot(p, 1513), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 4906, 241, 2);
p.frames.setString(p, "Woodcutting Tutor", 241, 3);
p.frames.setString(p, "Thank you for the logs!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1511, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000);
Engine.playerItems.deleteItem(p,1511, Engine.playerItems.getItemSlot(p, 1511), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 4906, 241, 2);
p.frames.setString(p, "Woodcutting Tutor", 241, 3);
p.frames.setString(p, "Thank you for the logs!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1521, 1) == true)
{
Engine.playerItems.addItem(p, 995, 5000);
Engine.playerItems.deleteItem(p,1521, Engine.playerItems.getItemSlot(p, 1521), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 4906, 241, 2);
p.frames.setString(p, "Woodcutting Tutor", 241, 3);
p.frames.setString(p, "Thank you for the logs!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1517, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000);
Engine.playerItems.deleteItem(p,1517, Engine.playerItems.getItemSlot(p, 1517), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 4906, 241, 2);
p.frames.setString(p, "Woodcutting Tutor", 241, 3);
p.frames.setString(p, "Thank you for the logs!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1515, 1) == true)
{
Engine.playerItems.addItem(p, 995, 100000);
Engine.playerItems.deleteItem(p,1515, Engine.playerItems.getItemSlot(p, 1515), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 4906, 241, 2);
p.frames.setString(p, "Woodcutting Tutor", 241, 3);
p.frames.setString(p, "Thank you for the logs!", 241, 4);
}
else if(p.skillLvl[8] > 98)
{ GetSkillCape(p, 15, 4906, "Woodcutting Tutor", "Woodcutting"); }

else { OnlyLevel(p, 16, 4906, "Woodcutting Tutor", 8, "Woodcutting"); }

}

if(pnp.npcType == 805)
{
if(Engine.playerItems.HasItemAmount(p, 1607, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000);
Engine.playerItems.deleteItem(p,1607, Engine.playerItems.getItemSlot(p, 1607), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1605, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000);
Engine.playerItems.deleteItem(p,1605, Engine.playerItems.getItemSlot(p, 1605), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1603, 1) == true)
{
Engine.playerItems.addItem(p, 995, 50000);
Engine.playerItems.deleteItem(p,1603, Engine.playerItems.getItemSlot(p, 1603), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1601, 1) == true)
{
Engine.playerItems.addItem(p, 995, 100000);
Engine.playerItems.deleteItem(p,1601, Engine.playerItems.getItemSlot(p, 1601), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 1615, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000000);
Engine.playerItems.deleteItem(p,1615, Engine.playerItems.getItemSlot(p, 1615), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 6573, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000000);
Engine.playerItems.deleteItem(p,6573, Engine.playerItems.getItemSlot(p, 6573), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 805, 241, 2);
p.frames.setString(p, "Master Crafter", 241, 3);
p.frames.setString(p, "Thank you for the gems!", 241, 4);
}
else if(p.skillLvl[12] > 98)
{ GetSkillCape(p, 34, 805, "Master Crafter", "Crafting"); }
else { OnlyLevel(p, 35, 805, "Master Crafter", 12, "Crafting"); }
}

if(pnp.npcType == 553)
{
if(p.skillLvl[20] > 98)
{ GetSkillCape(p, 21, 553, "Aubury", "Runecrafting"); }
else { OnlyLevel(p, 22, 553, "Aubury", 20, "Runecrafting"); }
}

if(pnp.npcType == 4946)
{
if(p.skillLvl[11] > 98)
{ GetSkillCape(p, 26, 4946, "Ignatius Vulcan", "Firemaking"); }
else { OnlyLevel(p, 27, 4946, "Ignatius Vulcan", 11, "Firemaking"); }
}

if(pnp.npcType == 308)
{
if(p.skillLvl[10] > 98)
{ GetSkillCape(p, 13, 308, "Master Fisher", "Fishing"); }
else { OnlyLevel(p, 14, 308, "Master Fisher", 10, "Fishing"); }
}

if(pnp.npcType == 3295)
{
if(Engine.playerItems.HasItemAmount(p, 436, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000);
Engine.playerItems.deleteItem(p,436, Engine.playerItems.getItemSlot(p, 436), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 440, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000);
Engine.playerItems.deleteItem(p,440, Engine.playerItems.getItemSlot(p, 440), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 444, 1) == true)
{
Engine.playerItems.addItem(p, 995, 50000);
Engine.playerItems.deleteItem(p,444, Engine.playerItems.getItemSlot(p, 444), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 447, 1) == true)
{
Engine.playerItems.addItem(p, 995, 100000);
Engine.playerItems.deleteItem(p,447, Engine.playerItems.getItemSlot(p, 447), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 449, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000000);
Engine.playerItems.deleteItem(p,449, Engine.playerItems.getItemSlot(p, 449), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 451, 1) == true)
{
Engine.playerItems.addItem(p, 995, 10000000);
Engine.playerItems.deleteItem(p,451, Engine.playerItems.getItemSlot(p, 451), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Dwarf", 241, 3);
p.frames.setString(p, "Thank you for the ores!", 241, 4);
}
if(p.skillLvl[14] > 98)
{ GetSkillCape(p, 17, 3295, "Dwarf", "Mining"); }
else { OnlyLevel(p, 18, 3295, "Dwarf", 14, "Mining"); }
}
if(pnp.npcType == 575)
{
if(Engine.playerItems.HasItemAmount(p, 50, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000);
Engine.playerItems.deleteItem(p,50, Engine.playerItems.getItemSlot(p, 50), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Hickton", 241, 3);
p.frames.setString(p, "Thank you for the bow!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 54, 1) == true)
{
Engine.playerItems.addItem(p, 995, 5000);
Engine.playerItems.deleteItem(p,54, Engine.playerItems.getItemSlot(p, 54), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Hickton", 241, 3);
p.frames.setString(p, "Thank you for the bow!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 64, 1) == true)
{
Engine.playerItems.addItem(p, 995, 50000);
Engine.playerItems.deleteItem(p,64, Engine.playerItems.getItemSlot(p, 64), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Hickton", 241, 3);
p.frames.setString(p, "Thank you for the bow!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 68, 1) == true)
{
Engine.playerItems.addItem(p, 995, 100000);
Engine.playerItems.deleteItem(p,68, Engine.playerItems.getItemSlot(p, 68), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Hickton", 241, 3);
p.frames.setString(p, "Thank you for the bow!", 241, 4);
}
if(Engine.playerItems.HasItemAmount(p, 72, 1) == true)
{
Engine.playerItems.addItem(p, 995, 1000000);
Engine.playerItems.deleteItem(p,72, Engine.playerItems.getItemSlot(p, 72), 1);
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9850, 241, 2);
p.frames.setNPCId(p, 3295, 241, 2);
p.frames.setString(p, "Hickton", 241, 3);
p.frames.setString(p, "Thank you for the bow!", 241, 4);
}
if(p.skillLvl[9] > 98)
{ GetSkillCape(p, 28, 575, "Hickton", "Fletching"); }
else { OnlyLevel(p, 29, 575, "Hickton", 9, "Fletching"); }
}

if(pnp.npcType == 7950)
{
if(p.skillLvl[1] > 98)
{ GetSkillCape(p, 5, 7950, "Melee Tutor", "Defence"); }
else { OnlyLevel(p, 6, 7950, "Melee Tutor", 1, "Defence"); }
}


if(pnp.npcType == 1599)
{
p.Runecrafting = false;
p.Smithing = false;
p.Cooking = false;
p.TalkAgent = false;
p.DecorChange = false;

p.frames.setString(p, "Slayer Cape", 458, 1);
p.frames.setString(p, "New Slayer Task", 458, 2);
p.frames.setString(p, "Teleport to slayer Cave", 458, 3);
p.frames.showChatboxInterface(p, 458);
}


if(pnp.npcType == 4247)
{
p.Runecrafting = false;
p.Smithing = false;
p.Cooking = false;
p.TalkAgent = true;
p.DecorChange = false;
p.frames.setString(p, "Construction Cape", 458, 1);
p.frames.setString(p, "How do I go in my friends house?", 458, 2);
p.frames.setString(p, "Buy new house decoration", 458, 3);
p.frames.showChatboxInterface(p, 458);
}

if(pnp.npcType == 4288)
{
if(p.skillLvl[0] > 98)
{ GetSkillCape(p, 7, 4288, "Ajjat", "Attack"); }
else { OnlyLevel(p, 8, 4288, "Ajjat", 0, "Attack"); }
}

if(pnp.npcType == 4297)
{
if(p.skillLvl[2] > 98)
{ GetSkillCape(p, 9, 4297, "Sloane", "Strength"); }
else { OnlyLevel(p, 10, 4297, "Sloane", 2, "Strength"); }
}

if(pnp.npcType == 961)
{
if(p.skillLvl[3] > 98)
{ GetSkillCape(p, 11, 961, "Surgeon General Tafani", "Hitpoints"); }
else { OnlyLevel(p, 12, 961, "Surgeon General Tafani", 3, "Hitpoints"); }
}


if(pnp.npcType == 682)
{
if(p.skillLvl[4] > 98)
{ GetSkillCape(p, 23, 682, "Armour salesman", "Range"); }
else { OnlyLevel(p, 24, 682, "Armour salesman", 4, "Range"); }
}

if(pnp.npcType == 1861)
{
p.Dialogue = 25;
p.frames.showChatboxInterface(p, 241);
p.frames.animateInterfaceId(p, 9760, 241, 2);
p.frames.setNPCId(p, 1861, 241, 2);
p.frames.setString(p, "Range Tutpr", 241, 3);
p.frames.setString(p, "Hey! Train range by claiming me.", 241, 4);
}

All you need to do is copy/paste now please...You could change the prices in it, I done all the work now just add it -.-

~Sceptylos king
Back to top Go down
kaylee

kaylee


Posts : 645
Points : 699
Reputation : 21
Join date : 2010-04-08
Age : 31
Location : Michigan, United States

Money Making Empty
PostSubject: Re: Money Making   Money Making EmptyThu May 06, 2010 9:25 pm

Such a long, confusing script!
Back to top Go down
West
Owner
Owner
West


Posts : 201
Points : 328
Reputation : 15
Join date : 2010-03-13
Location : Behind You

Money Making Empty
PostSubject: Re: Money Making   Money Making EmptyThu May 06, 2010 11:09 pm

Hmm ill try this out later.
Back to top Go down
https://westscape.forumotion.com
Sceptylos




Posts : 16
Points : 34
Reputation : 0
Join date : 2010-05-01

Money Making Empty
PostSubject: Re: Money Making   Money Making EmptyFri May 07, 2010 12:36 pm

kaylee wrote:
Such a long, confusing script!

That's why on top i sad "West" XD for coders only
Back to top Go down
kaylee

kaylee


Posts : 645
Points : 699
Reputation : 21
Join date : 2010-04-08
Age : 31
Location : Michigan, United States

Money Making Empty
PostSubject: Re: Money Making   Money Making EmptyFri May 07, 2010 1:11 pm

I only know how to basic code, add commands, move/delete npcs, make npcs say stuff, add shops, change logins and yells! HAHA Very Happy
Back to top Go down
Arcabd




Posts : 21
Points : 43
Reputation : 0
Join date : 2010-04-10
Age : 30

Money Making Empty
PostSubject: heh heh   Money Making EmptyMon May 24, 2010 9:58 pm

kaylee wrote:
Such a long, confusing script!
Its not really that confusing as he said if you know what to do
Back to top Go down
kaylee

kaylee


Posts : 645
Points : 699
Reputation : 21
Join date : 2010-04-08
Age : 31
Location : Michigan, United States

Money Making Empty
PostSubject: Re: Money Making   Money Making EmptyTue May 25, 2010 3:46 pm

idk what to do! Very Happy
Back to top Go down
Sponsored content





Money Making Empty
PostSubject: Re: Money Making   Money Making Empty

Back to top Go down
 
Money Making
Back to top 
Page 1 of 1
 Similar topics
-
» Money Making and Slayer XP!!!!!
» a good way to make money

Permissions in this forum:You cannot reply to topics in this forum
Westscape Private Servers :: Westscape 508 Server :: Suggestions-
Jump to: