View Single Post
  #16  
Old 03-08-2007, 03:31 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by godofwarares View Post
Ugh, We're still trying to figure out what each thing means in this item array:

PHP Code:
clientr.mud.item9=weapon,1,sticksword,"Stick Sword",3.5,0.43,1.37,1,0,0,0,15,7,sword,wep_sticksword.gif,double,noeffect,sword.wav,sword.wav,neutral,mud_sticksword.gif,"A Sword made from wood.",2,1,0,1,1,neutral,ne 
We'll get back to you once we figure it out ;
I'll kill you (* a joke, BUT =/), that are the same vars as my mudlib (EXACTLY THE SAME) =/ Who made that mudlib?

If you want to know why I say I know they stole it, reason:
I know what each var is for..

weapon = type, used to control how it is equipped
1 = quantity
"Stick Sword" = display name
sticksword = archname
3.5 = power
0.43 = speed
1.37 = radius (dist calculation)
1 = strength add when equipped0
0 = dexterity add when equipped
0 = intelligence add when equipped
0 = luck add when equipped
15 = health add when equipped
7 = mana add when equipped
sword = gani used - symp_<MODE>_idle etc..
wep_sticksword.gif = Originally "symp_wep_sticksword.gif" is the gani image of the sword (player.attr[2])
double = critical effect (double damage when crit)
noeffect = the effect of the weapon, noeffect = no effect assigned to the weapon
sword.wav = sound number 1 (player.attr[3])
sword.wav = used by katars for the second weapon (player.attr[4])
neutral = element assigned to the weapon
mud_sticksword.gif = originally it is "symp_mud_sticksword.gif", icon of the weapon display in the inventory
"A Sword made from wood." = the description of the weapon
2 = requirments to use the sword (strength)
1 = requirments to use the sword (dexterity)
0 = requirments to use the sword (intelligence)
1 = requirments to use the sword (luck)
1 = requirments to use the sword (level)
neutral = Nation requirment

The stuff from here is cutted off, (copied from player attributes =/)

neutral = class requirment
neutral = race requirment

Could someone put down that mudlib? =/
Yes, I know poorly made, it was my old mudlib.. But I have not given they the permission to use it!

Images they have stolen: (dunno if they use, but they renamed them =/)

Icon: (symp_mud_sticksword.gif)
Name:  symp_mud_sticksword.gif
Views: 219
Size:  416 Bytes

Weapon image (player.attr[2]): (symp_wep_sticksword.gif)
Click image for larger version

Name:	symp_wep_sticksword.gif
Views:	212
Size:	4.4 KB
ID:	39932
__________________

Last edited by Chompy; 03-08-2007 at 05:13 PM..
Reply With Quote