Author Topic: [DELTA] Object Thieving! [DELTA]  (Read 156 times)

Offline Zeroeh.

  • Iron Member
  • *
  • Posts: 18
  • Rep 0
    • View Profile
Re: [DELTA] Object Thieving! [DELTA]
« on: April 01, 2011, 10:28:14 am »
You're unstoppable!
Great tutorials mate!
My way;
Code: [Select]
switch(objectID) {
case 4876:
if(misc.random(3)== 1){
TheifStall("General stall", "and recieve some coins", 1, 50*playerLevel[17], 995, misc.random(3125), 0x340);
break;

case 4877:
if(misc.random(3)== 1){
TheifStall("Magic stall", "and recieve some coins", 41, 100*playerLevel[17], 995, misc.random(6250), 0x340);
break;

case 4878:
if(misc.random(3)== 1){
TheifStall("Scimitar stall", "and recieve some coins", 72, 200*playerLevel[17], 995, misc.random(12500), 0x340);
break;

case 4874:
if(misc.random(3)== 1){
TheifStall("Crafting stall", "and recieve some coins", 93, 400*playerLevel[17], 995, misc.random(25500), 0x340);
break;

Cleaner.