Release Commands to Add Stats on items.

Join Discord

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
Hello people, here are the commands to add Stats to items, As someone asked me for them before and i didnt relise what they ment about adding them.

Please Add this first.

Code:
#IF
Mov  D0  3   [COLOR=#ff0000]<<<----- Change the 3 to the number of the item, E.G. 10 = Boots [/COLOR]
Mov  D2  14
HLSCRIPTCMD CHECKITEMAMULETCOUNT %D0 %D2

Code:
--- Shoes ---
HCWeight    - HLSCRIPTCMD ITEMREMAKEADD 10 2 1
WWeight        - HLSCRIPTCMD ITEMREMAKEADD 10 1 1
Recovery    - HLSCRIPTCMD ITEMREMAKEADD 10 0 1

--- Ring(right) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 8 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 8 3 1
PN            - HLSCRIPTCMD ITEMREMAKEADD 8 1 1
PR            - HLSCRIPTCMD ITEMREMAKEADD 8 0 1

--- Ring(left) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 7 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 7 3 1
PN            - HLSCRIPTCMD ITEMREMAKEADD 7 1 1
PR            - HLSCRIPTCMD ITEMREMAKEADD 7 0 1

--- Brace(Left) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 5 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 5 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 5 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 5 0 1

--- Brace(Right) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 6 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 6 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 6 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 6 0 1

--- Helmet ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 4 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 4 3 1
MR            - HLSCRIPTCMD ITEMREMAKEADD 4 1 1
AC            - HLSCRIPTCMD ITEMREMAKEADD 4 0 1

--- Neck ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 3 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 3 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 3 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 3 0 1

--- Armour ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 0 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 0 3 1
MR            - HLSCRIPTCMD ITEMREMAKEADD 0 1 1
AC            - HLSCRIPTCMD ITEMREMAKEADD 0 0 1

these will increase stats by 1 each time you use it, Please +Rep if you like, Many more releases to come :)

Kind Regards, Ben.
 

Lomcnviewer

Banned
Banned
Veteran
May 3, 2010
406
8
44
This is for the king version if anyone is looking for this as an alternative:
King Item Upgrade found here

;;;;;;;;;;;;;;
[@upgrade]
{
#say
#say
_______________{FCOLOR/1}[{FCOLOR/12} Upgrade Menu {FCOLOR/1}]{FCOLOR/12} \\
<[Explane Upgrade System]/@expalne>\\
<[UpgradeOrb]/@ready1>\
<[UpgradeGem]/@ready>\
<Cancle/@exit>\

[@expalne]
#say
_______________{FCOLOR/1}[{FCOLOR/12} Explane Upgrade System {FCOLOR/1}]{FCOLOR/12} \\
{FCOLOR/13}The Upgrade system is based on UpgradeOrbs and\
UpgradeGems,These Items can add Stats to an Item on\
your body such as DC, M-Soul, M-Nature or M-All.\\
{FCOLOR/1}UpgrageOrb - {FCOLOR/10}Has a 25% Success Rate.\
{FCOLOR/1}UpgradeGem - {FCOLOR/10}Has a 75% Success Rate.\\
<Back/@main>\




;;---------------------------------UPGRADE ORB




[@ready1]
#say
{FCOLOR/10}
Please note that the higher the items level, the lower the chance of success! \
If the upgrade fails, your item will be back to not upgrade the state! \
{FCOLOR/12}
Select the equipment you want to upgrade it\
< [ Clothes]/@upJERELRYPY(0)> | <[ Boots ]/@boots>\
< [ Helmet ]/@upJERELRYPY(4)> | <[ Weapon ]/@weapon>\
< [ Necklace ]/@upJERELRYPY(3)> \
< [Left Bracelet ]/@upJERELRYPY(5)> <[Right Bracelet]/@upJERELRYPY(6))> \
< [LeftRing ]/@upJERELRYPY(7)> <[Right Bracelet ]/@upJERELRYPY(8)> \

[@upJERELRYPY()]
#act
Mov D0 %ARG(1)


#IF
checkcmd CHECKITEMINFO %D0
#say
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
<Upgrade AC/@lvlPY(0,1)>\
<Upgrade MAC/@lvlPY(1,1)>\
<Upgrade DC/@lvlPY(2,1)>\
<Upgrade M-All/@lvlPY(3,1)>\
<Exit/@exit>


[@lvlPY()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos


[@vamos]
#if
CHECKITEMINFO %D0
checkitem Upgradeorb 1
Random 3
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4
#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\


[@weapon]
#SAY
{FCOLOR/13}
What would you like to add?\
Your items can only upgrade this defense, you sure you want to upgrade??\\
_<Upgrade Luck/@UpDescPointS(3,1)>\
_<Upgrade Strength/@UpDescPointS(7,1)>\
_<Upgrade M-all/@upDescPoints(1,1)>\
_<Upgrade DC/@upDescPoints(0,1)>\
_<Upgrade Accuracy/@UpdescPoints(5,1)>\
_<Exit/@exit>


[@UpDescPointS()]
#ACT
MOV D1 %ARG(1)
MOV D4 %ARG(2)
goto @go1

[@go1]
#if
CHECKITEMINFO 1
checkitem Upgradeorb 1
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4

[@boots]
#Say
{FCOLOR/13}
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\

<Enhance HCWeight/@vamos3(2,1)>\
<Enhance WWeight/@vamos3(1,1)>\
<Enhance Recovery/@vamos3(0,1)>\


[@vamos3()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos2

[@vamos2]
#if
CHECKITEMINFO %D0
checkitem Upgradeorb 1
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4

#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\





;;-------------------------------------Upgrade GEM

[@ready]
#say
{FCOLOR/10}
Please note that the higher the items level, the lower the chance of success! \
If the upgrade fails, your item will be back to not upgrade the state! \
{FCOLOR/12}
Select the equipment you want to upgrade it\
< [ Clothes]/@upJERELRYPY(0)> | <[ Boots ]/@boots1>\
< [ Helmet ]/@upJERELRYPY(4)> | <[ Weapon ]/@weapon1>\
< [ Necklace ]/@upJERELRYPY(3)> \
< [Left Bracelet ]/@upJERELRYPY(5)> <[Right Bracelet]/@upJERELRYPY(6))> \
< [LeftRing ]/@upJERELRYPY(7)> <[Right Bracelet ]/@upJERELRYPY(8)> \

[@upJERELRYPY()]
#act
Mov D0 %ARG(1)


#IF
checkcmd CHECKITEMINFO %D0
#say
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
<Upgrade AC/@lvlPY(0,1)>\
<Upgrade MAC/@lvlPY(1,1)>\
<Upgrade DC/@lvlPY(2,1)>\
<Upgrade M-All/@lvlPY(3,1)>\
<Exit/@exit>


[@lvlPY()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos9


[@vamos9]
#if
CHECKITEMINFO %D0
checkitem UpgradeGem 1
Random 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4
#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\


[@weapon1]
#SAY
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
{FCOLOR/12}
_<Upgrade Luck/@UpDescPointS(3,1)>\
_<Upgrade Strength/@UpDescPointS(7,1)>\
_<Upgrade M-all/@upDescPoints(1,1)>\
_<Upgrade DC/@upDescPoints(0,1)>\
_<Upgrade Accuracy/@UpdescPoints(5,1)>\
_<Exit/@exit>


[@UpDescPointS()]
#ACT
MOV D1 %ARG(1)
MOV D4 %ARG(2)
goto @go1

[@go1]
#if
CHECKITEMINFO 1
checkitem UpgradeGem 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4

[@boots1]
#Say
<Enhance HCWeight/@vamos3(2,1)>\
<Enhance WWeight/@vamos3(1,1)>\
<Enhance Recovery/@vamos3(0,1)>\


[@vamos3()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos15

[@vamos15]
#if
CHECKITEMINFO %D0
checkitem UpgradeGem 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4

#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\

}
;;;;;;;;;;;;;;;;;;;

ops signed in wrong account on this pc :L
my bad
/TDID
 

taifun

Dedicated Member
Dedicated Member
Jan 7, 2012
461
11
44
Romania
Hello people, here are the commands to add Stats to items, As someone asked me for them before and i didnt relise what they ment about adding them.

Please Add this first.

Code:
#IF
Mov  D0  3   [COLOR=#ff0000]<<<----- Change the 3 to the number of the item, E.G. 10 = Boots [/COLOR]
Mov  D2  14
HLSCRIPTCMD CHECKITEMAMULETCOUNT %D0 %D2

Code:
--- Shoes ---
HCWeight    - HLSCRIPTCMD ITEMREMAKEADD 10 2 1
WWeight        - HLSCRIPTCMD ITEMREMAKEADD 10 1 1
Recovery    - HLSCRIPTCMD ITEMREMAKEADD 10 0 1

--- Ring(right) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 8 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 8 3 1
PN            - HLSCRIPTCMD ITEMREMAKEADD 8 1 1
PR            - HLSCRIPTCMD ITEMREMAKEADD 8 0 1

--- Ring(left) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 7 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 7 3 1
PN            - HLSCRIPTCMD ITEMREMAKEADD 7 1 1
PR            - HLSCRIPTCMD ITEMREMAKEADD 7 0 1

--- Brace(Left) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 5 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 5 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 5 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 5 0 1

--- Brace(Right) ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 6 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 6 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 6 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 6 0 1

--- Helmet ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 4 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 4 3 1
MR            - HLSCRIPTCMD ITEMREMAKEADD 4 1 1
AC            - HLSCRIPTCMD ITEMREMAKEADD 4 0 1

--- Neck ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 3 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 3 3 1
Agil        - HLSCRIPTCMD ITEMREMAKEADD 3 1 1
Acc            - HLSCRIPTCMD ITEMREMAKEADD 3 0 1

--- Armour ---
DC            - HLSCRIPTCMD ITEMREMAKEADD 0 2 1
M-All        - HLSCRIPTCMD ITEMREMAKEADD 0 3 1
MR            - HLSCRIPTCMD ITEMREMAKEADD 0 1 1
AC            - HLSCRIPTCMD ITEMREMAKEADD 0 0 1

these will increase stats by 1 each time you use it, Please +Rep if you like, Many more releases to come :)

Kind Regards, Ben.

i would give u rep + whole days if u do that tutorial with "how to setup a mir 3 server" will help the comunity alot
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
setup will be done soon, family issues atm so dunno if ill be on here for much longer ill post as much as i can and for as long as i can.

---------- Post added at 11:11 PM ---------- Previous post was at 11:09 PM ----------

This is for the king version if anyone is looking for this as an alternative:
King Item Upgrade found here

;;;;;;;;;;;;;;
[@upgrade]
{
#say
#say
_______________{FCOLOR/1}[{FCOLOR/12} Upgrade Menu {FCOLOR/1}]{FCOLOR/12} \\
<[Explane Upgrade System]/@expalne>\\
<[UpgradeOrb]/@ready1>\
<[UpgradeGem]/@ready>\
<Cancle/@exit>\

[@expalne]
#say
_______________{FCOLOR/1}[{FCOLOR/12} Explane Upgrade System {FCOLOR/1}]{FCOLOR/12} \\
{FCOLOR/13}The Upgrade system is based on UpgradeOrbs and\
UpgradeGems,These Items can add Stats to an Item on\
your body such as DC, M-Soul, M-Nature or M-All.\\
{FCOLOR/1}UpgrageOrb - {FCOLOR/10}Has a 25% Success Rate.\
{FCOLOR/1}UpgradeGem - {FCOLOR/10}Has a 75% Success Rate.\\
<Back/@main>\




;;---------------------------------UPGRADE ORB




[@ready1]
#say
{FCOLOR/10}
Please note that the higher the items level, the lower the chance of success! \
If the upgrade fails, your item will be back to not upgrade the state! \
{FCOLOR/12}
Select the equipment you want to upgrade it\
< [ Clothes]/@upJERELRYPY(0)> | <[ Boots ]/@boots>\
< [ Helmet ]/@upJERELRYPY(4)> | <[ Weapon ]/@weapon>\
< [ Necklace ]/@upJERELRYPY(3)> \
< [Left Bracelet ]/@upJERELRYPY(5)> <[Right Bracelet]/@upJERELRYPY(6))> \
< [LeftRing ]/@upJERELRYPY(7)> <[Right Bracelet ]/@upJERELRYPY(8)> \

[@upJERELRYPY()]
#act
Mov D0 %ARG(1)


#IF
checkcmd CHECKITEMINFO %D0
#say
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
<Upgrade AC/@lvlPY(0,1)>\
<Upgrade MAC/@lvlPY(1,1)>\
<Upgrade DC/@lvlPY(2,1)>\
<Upgrade M-All/@lvlPY(3,1)>\
<Exit/@exit>


[@lvlPY()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos


[@vamos]
#if
CHECKITEMINFO %D0
checkitem Upgradeorb 1
Random 3
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4
#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\


[@weapon]
#SAY
{FCOLOR/13}
What would you like to add?\
Your items can only upgrade this defense, you sure you want to upgrade??\\
_<Upgrade Luck/@UpDescPointS(3,1)>\
_<Upgrade Strength/@UpDescPointS(7,1)>\
_<Upgrade M-all/@upDescPoints(1,1)>\
_<Upgrade DC/@upDescPoints(0,1)>\
_<Upgrade Accuracy/@UpdescPoints(5,1)>\
_<Exit/@exit>


[@UpDescPointS()]
#ACT
MOV D1 %ARG(1)
MOV D4 %ARG(2)
goto @go1

[@go1]
#if
CHECKITEMINFO 1
checkitem Upgradeorb 1
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4

[@boots]
#Say
{FCOLOR/13}
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\

<Enhance HCWeight/@vamos3(2,1)>\
<Enhance WWeight/@vamos3(1,1)>\
<Enhance Recovery/@vamos3(0,1)>\


[@vamos3()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos2

[@vamos2]
#if
CHECKITEMINFO %D0
checkitem Upgradeorb 1
#act
take UpgradeOrb 1
actcmd EDITITEM %D1 + %D4

#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\





;;-------------------------------------Upgrade GEM

[@ready]
#say
{FCOLOR/10}
Please note that the higher the items level, the lower the chance of success! \
If the upgrade fails, your item will be back to not upgrade the state! \
{FCOLOR/12}
Select the equipment you want to upgrade it\
< [ Clothes]/@upJERELRYPY(0)> | <[ Boots ]/@boots1>\
< [ Helmet ]/@upJERELRYPY(4)> | <[ Weapon ]/@weapon1>\
< [ Necklace ]/@upJERELRYPY(3)> \
< [Left Bracelet ]/@upJERELRYPY(5)> <[Right Bracelet]/@upJERELRYPY(6))> \
< [LeftRing ]/@upJERELRYPY(7)> <[Right Bracelet ]/@upJERELRYPY(8)> \

[@upJERELRYPY()]
#act
Mov D0 %ARG(1)


#IF
checkcmd CHECKITEMINFO %D0
#say
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
<Upgrade AC/@lvlPY(0,1)>\
<Upgrade MAC/@lvlPY(1,1)>\
<Upgrade DC/@lvlPY(2,1)>\
<Upgrade M-All/@lvlPY(3,1)>\
<Exit/@exit>


[@lvlPY()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos9


[@vamos9]
#if
CHECKITEMINFO %D0
checkitem UpgradeGem 1
Random 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4
#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\


[@weapon1]
#SAY
What would you like to add?\\
Your items can only upgrade this defense, you sure you want to upgrade??\
{FCOLOR/12}
_<Upgrade Luck/@UpDescPointS(3,1)>\
_<Upgrade Strength/@UpDescPointS(7,1)>\
_<Upgrade M-all/@upDescPoints(1,1)>\
_<Upgrade DC/@upDescPoints(0,1)>\
_<Upgrade Accuracy/@UpdescPoints(5,1)>\
_<Exit/@exit>


[@UpDescPointS()]
#ACT
MOV D1 %ARG(1)
MOV D4 %ARG(2)
goto @go1

[@go1]
#if
CHECKITEMINFO 1
checkitem UpgradeGem 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4

[@boots1]
#Say
<Enhance HCWeight/@vamos3(2,1)>\
<Enhance WWeight/@vamos3(1,1)>\
<Enhance Recovery/@vamos3(0,1)>\


[@vamos3()]
#ACT
mov D1 %ARG(1)
mov D4 %ARG(2)
goto @vamos15

[@vamos15]
#if
CHECKITEMINFO %D0
checkitem UpgradeGem 1
#act
take UpgradeGem 1
actcmd EDITITEM %D1 + %D4

#say
Congratulations on your success in this equipment upgrade! Remove the equipment be able to see your results of the!\
<Exit/@exit>\
#elsesay
Upgrade item FAIL!\
<Exit/@exit>\

}
;;;;;;;;;;;;;;;;;;;

ops signed in wrong account on this pc :L
my bad
/TDID

im sorry ryan but i dont take responceablilty for abody elses work but my own, please dont take responabisbilty for this as it as is not your work,