Upgrade Orb and Gems with Kings

Join Discord

twisterdmk

LOMCN Veteran
Veteran
May 13, 2009
759
28
115
USA
I found a script posted from about 2 years ago, I've tested various King commands, and can not get anything to work, that does not give an error on engine. Anyone possibly know about another command to add the Agility,Accuracy,Etc. to items.

CHECKCMD CHECKITEMAMULET %D0 10 6 检测装备升级次数达到6
actcmd addITEMAMULET %D0 10 1 添加升级标志 次数
ACTCMD addITEMAMULET %D2 %D3 %D5 加装备属性
CHECKCMD CHECKITEMAMULETCOUNT %D0 4879 %D2 检查装备属性点
ACTCMD SETITEMAMULET %D0 6 0 清除弱元素
ACTCMD SETITEMAMULET %D0 8 1 美化首饰
KINGSCRIPTCMD ADDITEMAMULET %D0 12 1 加装备属性 ACTCMD ADDITEMAMULET %D0 12 1
KINGSCRIPTCMD CHICKITEMAMULET 1 9 1 检查装备属性 CHECKCMD CHECKITEMAMULET 1 9 1
KINGSCRIPTCMD CHICKITEMAMULETCOUNT %D0 4879 %D2 检查装备属性点 CHECKCMD CHECKITEMAMULETCOUNT %D0 4879 %D2

ITEMREMAKEADD
Have all been tried, i'm going to continue working on it, but maybe someone has a little feedback.
Thanks Twist
 

twisterdmk

LOMCN Veteran
Veteran
May 13, 2009
759
28
115
USA
Like i said, it works on 3.55 servers but not kings, and it don't have to be in the database for it to work their.

The command for holley was ITEMREMAKEADD. :001_tt2:

[@shoeshc]
#IF
Random 2
#ACT
HLSCRIPTCMD ITEMREMAKEADD 10 2 1
sysMsg "Your Shoes were Successfully Upgraded!"
TAKE UpgradeOrb 1
goto @main
#ELSEACT
sysMsg "Your Shoes failed to Upgrade!"
TAKE UpgradeOrb 1
goto @main

something along that line
 
Upvote 0

twisterdmk

LOMCN Veteran
Veteran
May 13, 2009
759
28
115
USA
Also on a sidenote, Master&Student works but won't work properly. When it is turned on, the student types the name, and the student recieves a SYSMSG " Please wait for your Master's response" but it never sends to the master. And when the message is sent from the student it gives this on the engine.


10:45:57:[@Ei_20061128.exe(0x00400000)->(0x00409974 : 0x00009974)EConvertError Exception]:No argument for format '%s'
10:45:57:Addr = 57A8AC | Module = "Ei_20061128.exe" | Unit = MudUtil.pas | Class = | Proc/Method = CallStackToStringList | Line = 113
Addr = 4F642A | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = | Proc/Method = DoActionList | Line = 7013
Addr = 4E28F3 | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = | Proc/Method = GetPP | Line = 538
Addr = 4F63E1 | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = | Proc/Method = DoActionList | Line = 7011
Addr = 4EE3F0 | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = | Proc/Method = DoActionList | Line = 4420
Addr = 4FA7BE | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = TNormNpc | Proc/Method = NpcSayTitle | Line = 8226
Addr = 4FA5A4 | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = TNormNpc | Proc/Method = NpcSayTitle | Line = 8180
Addr = 4FB386 | Module = "Ei_20061128.exe" | Unit = ObjNpc.pas | Class = TNormNpc | Proc/Method = UserSelect | Line = 8440
Addr = 530959 | Module = "Ei_20061128.exe" | Unit = ObjBase2.pas | Class = TCreature | Proc/Method = GetMsgHum | Line = 2014
Addr = 56654B | Module = "Ei_20061128.exe" | Unit = ObjBase2.pas | Class = TUserHuman | Proc/Method = Operate | Line = 22331
Addr = 518CCB | Module = "Ei_20061128.exe" | Unit = UsrEngn.pas | Class = TUserEngine | Proc/Method = ProcessUserHumans | Line = 3841
Addr = 51A684 | Module = "Ei_20061128.exe" | Unit = UsrEngn.pas | Class = TUserEngine | Proc/Method = ExecuteRun | Line = 4451
Addr = 51A628 | Module = "Ei_20061128.exe" | Unit = UsrEngn.pas | Class = TUserEngine | Proc/Method = ExecuteRun | Line = 4446
Addr = 583F58 | Module = "Ei_20061128.exe" | Unit = svMain2.pas | Class = TFrmMain | Proc/Method = RunTimerTimer | Line = 1869
Addr = 5853FB | Module = "Ei_20061128.exe" | Unit = !!0920-encode-Han(¿ÀÇÂÅ×¼·-½Å¼·-¾ÏÈ£È*»ª.pas | Class = | Proc/Method = _Server_JOB_ItemGen | Line = 74
10:45:57:Exception) FormatStr @_ShowtoTea(%s,%s,%s) NewSpirit 0,(LS)_AllinOne,AllInOne
 
Upvote 0

mapadale

Guest
for weapon upgrade it would be

#ACT
HLSCRIPTCMD SETPOINT
HLSCRIPTCMD ITEMREMAKEEQU
 
Upvote 0

twisterdmk

LOMCN Veteran
Veteran
May 13, 2009
759
28
115
USA
Yeh, but the only this is Mapa, my server files will not read HLSCRIPTCMD as a proper command. Their has got to be a ACTCMD ???? 10 2 1 or something along that line to add the agility and accuracy to items.
Thanks Twist
 
Last edited:
Upvote 0