Author Topic: What's wrong with this?  (Read 2908 times)

0 Members and 1 Guest are viewing this topic.

Jonah

  • Uber Menace
  • *******
  • Posts: 1,662
  • Reputation: +0/-0
What's wrong with this?
« on: June 13, 2003 09:15 pm CDT »
//****************************************************************************************************
// SoulSlicer
//****************************************************************************************************

ItemImageData SoulSlicerImage
{
shapeFile = "elfinblade";
mountPoint = 0;

weaponType = 0; // Single Shot
reloadTime = 0;
fireTime = GetDelay(SoulSlicer);
minEnergy = 0;
maxEnergy = 0;

accuFire = true;

sfxFire = SoundSwing4;
sfxActivate = AxeSlash2;
};
ItemData Hatchet
{
heading = "bWeapons";
description = "SoulSlicer";
className = "Weapon";
shapeFile = "elfinblade";
hudIcon = "katana";
shadowDetailMask = 4;
imageType = SoulSlicerImage;
price = 0;
showWeaponBar = true;
};
function SoulSlicerImage::onFire(%player, %slot)
{
MeleeAttack(%player, GetRange(SoulSlicer), SoulSlicer);
}


The #w works all well and good but when I #myitem SoulSlicer 1 or #givethisstuff SoulSlicer 1 it doesn't give me anything...



Help!
« Last Edit: December 31, 1969 06:00 pm CST by Jonah »


xRazorex: How big is an average 13 year old penis size?

Daywalker

  • Orc Thrasher
  • ***
  • Posts: 114
  • Reputation: +0/-0
    • http://www.angelfire.com/realm2/daywalker/
(No subject)
« Reply #1 on: June 13, 2003 09:27 pm CDT »
//****************************************************************************************************
// SoulSlicer
//****************************************************************************************************

ItemImageData SoulSlicerImage
{
shapeFile = "elfinblade";
mountPoint = 0;

weaponType = 0; // Single Shot
reloadTime = 0;
fireTime = GetDelay(SoulSlicer);
minEnergy = 0;
maxEnergy = 0;

accuFire = true;

sfxFire = SoundSwing4;
sfxActivate = AxeSlash2;
};
ItemData Hatchet
{
heading = "bWeapons";
description = "SoulSlicer";
className = "Weapon";
shapeFile = "elfinblade";
hudIcon = "katana";
shadowDetailMask = 4;
imageType = SoulSlicerImage;
price = 0;
showWeaponBar = true;
};
function SoulSlicerImage::onFire(%player, %slot)
{
MeleeAttack(%player, GetRange(SoulSlicer), SoulSlicer);
}




Try using the same name see if that helps ya
« Last Edit: December 31, 1969 06:00 pm CST by Daywalker »

Jonah

  • Uber Menace
  • *******
  • Posts: 1,662
  • Reputation: +0/-0
(No subject)
« Reply #2 on: June 13, 2003 09:37 pm CDT »
$AccessoryVar[SoulSlicer, $AccessoryType] = $SwordAccessoryType;
$AccessoryVar[SoulSlicer, $SpecialVar] = "6  300";
$AccessoryVar[SoulSlicer, $Weight] = 10;
$AccessoryVar[SoulSlicer, $MiscInfo] = "Mow down your enemies with this elite weapon.";
$SkillType[SoulSlicer] = $SkillSlashing;
$SkillRestriction[SoulSlicer] = $SkillSlashing @ " 785";
$HardcodedItemCost[SoulSlicer] = 7000000;
//****************************************************************************************************
// SoulSlicer
//****************************************************************************************************

ItemImageData SoulSlicerImage
{
shapeFile = "elfinblade";
mountPoint = 0;

weaponType = 0; // Single Shot
reloadTime = 0;
fireTime = GetDelay(SoulSlicer);
minEnergy = 0;
maxEnergy = 0;

accuFire = true;

sfxFire = SoundSwing4;
sfxActivate = AxeSlash2;
};
ItemData Hatchet
{
heading = "bWeapons";
description = "SoulSlicer";
className = "Weapon";
shapeFile = "elfinblade";
hudIcon = "katana";
shadowDetailMask = 4;
imageType = SoulSlicerImage;
price = 0;
showWeaponBar = true;
};
function SoulSlicerImage::onFire(%player, %slot)
{
MeleeAttack(%player, GetRange(SoulSlicer), SoulSlicer);
}

//====================================


Yeah I tried that Day, but it didn't work. Maybe you could get on AIM and help me out there? But if anyone else has some more suggestions post them
« Last Edit: December 31, 1969 06:00 pm CST by Jonah »


xRazorex: How big is an average 13 year old penis size?

Vorter_X_

  • Centurian Lord
  • ********
  • Posts: 2,693
  • Reputation: +2/-0
(No subject)
« Reply #3 on: June 13, 2003 10:25 pm CDT »
you changed the red to match each other??? that should work
« Last Edit: December 31, 1969 06:00 pm CST by Vorter_X_ »

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
(No subject)
« Reply #4 on: June 14, 2003 12:02 am CDT »
Looks like somebody used Coca bear's automatic generator and didn't bother to check the code themselves. :)
« Last Edit: December 31, 1969 06:00 pm CST by Particle »
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

Jonah

  • Uber Menace
  • *******
  • Posts: 1,662
  • Reputation: +0/-0
(No subject)
« Reply #5 on: June 14, 2003 12:36 am CDT »
I used it, checked, checked with someone else, and then resorted to posting here =p
« Last Edit: December 31, 1969 06:00 pm CST by Jonah »


xRazorex: How big is an average 13 year old penis size?

Vorter_X_

  • Centurian Lord
  • ********
  • Posts: 2,693
  • Reputation: +2/-0
(No subject)
« Reply #6 on: June 14, 2003 12:44 am CDT »
heheh cocas maker is actually pretty good he just made 2 mistakes i think
« Last Edit: December 31, 1969 06:00 pm CST by Vorter_X_ »

Daywalker

  • Orc Thrasher
  • ***
  • Posts: 114
  • Reputation: +0/-0
    • http://www.angelfire.com/realm2/daywalker/
(No subject)
« Reply #7 on: June 14, 2003 02:55 am CDT »
Maybe try this

ItemImageData SoulSlicerImage

ItemData SoulSlicerImage

or

ItemData SoulSlicerImage0

i am not sure i will load it tomarrow and see
« Last Edit: December 31, 1969 06:00 pm CST by Daywalker »

Daywalker

  • Orc Thrasher
  • ***
  • Posts: 114
  • Reputation: +0/-0
    • http://www.angelfire.com/realm2/daywalker/
(No subject)
« Reply #8 on: June 14, 2003 02:57 am CDT »
opps i messed up lol


try this

ItemImageData SoulSlicerImage

ItemData SoulSlicer
 or this

ItemImageData SoulSlicer

ItemData SoulSlicer0


or this

ItemImageData SoulSlicerImage

ItemData SoulSlicer0

i try it tomarrow
« Last Edit: December 31, 1969 06:00 pm CST by Daywalker »

eViL

  • Uber Menace
  • *******
  • Posts: 1,022
  • Reputation: +0/-0
Re: What's wrong with this?
« Reply #9 on: June 16, 2003 09:07 pm CDT »
//**********************************************
// SoulSlicer
//**********************************************

ItemImageData SoulSlicerImage
{
shapeFile = "elfinblade";
mountPoint = 0;
weaponType = 0; // Single Shot
reloadTime = 0;
fireTime = GetDelay(SoulSlicer);
minEnergy = 0;
maxEnergy = 0;
accuFire = true;
sfxFire = SoundSwing4;
sfxActivate = AxeSlash2;
};

ItemData SoulSlicer
{
heading = "bWeapons";
description = "SoulSlicer";
className = "Weapon";
shapeFile = "elfinblade";
hudIcon = "katana";
shadowDetailMask = 4;
imageType = SoulSlicerImage;
price = 0;
showWeaponBar = true;
};

function SoulSlicerImage::onFire(%player, %slot)
{
MeleeAttack(%player, GetRange(SoulSlicer), SoulSlicer);
}

^ works for me ^
« Last Edit: December 31, 1969 06:00 pm CST by eViL »
Quote from: "LastWish || NextWish"
eViL, you were probably the coolest but most misunderstood person in this community.. maybe the rest will find out how cool of a person you are some day, and don't get too mad at the people who dont understand you.. its their loss in the end.

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #10 on: June 16, 2003 10:22 pm CDT »
Next time you have a problem, please go to the forum clearly labled "Assistance".
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

Jonah

  • Uber Menace
  • *******
  • Posts: 1,662
  • Reputation: +0/-0
(No subject)
« Reply #11 on: June 17, 2003 04:11 pm CDT »
Yeah I fixed it like the day I posted it =/ But thanks anyway  :wink:
« Last Edit: December 31, 1969 06:00 pm CST by Jonah »


xRazorex: How big is an average 13 year old penis size?