[GSP] Engraving NPC.

Karl

LOMCN VIP
VIP
Mar 8, 2004
897
33
275
Gloucester
Has anyone fixed this yet, if so do you have a solution. From what i've discovered regarding it:

Script states


#ACT WriteWeaponNameEx @CheckWeaponName


in D:\mud3\Envir\Market_Def\Share\Refine


And fails to do anything after inputting the name


#ACT WriteWeaponName @CheckWeaponName


In D:\mud3\Envir\Market_Def\Share\en\WeaponRefineName.txt


Fails on every attempt to write name.

Would seem that the WriteWeaponName function is either incorrect or broken?
 

blade6742

Dedicated Member
Dedicated Member
Sep 3, 2012
58
1
34
ASCII "CHECKWEAPONLEVEL"
ASCII "CHECKWEAPONATOM"
ASCII "CHECKWEAPONATOM"
ASCII "CHECKREFINEWEAPON"
ASCII "CHECKWEAPONMCTYPE"
ASCII "HASWEAPONATOM"
ASCII "REFINEWEAPON"
ASCII "WRITEWEAPONNAME"
ASCII "WRITEWEAPONNAMEEX"
ASCII "CHANGEWEAPONATOM"
ASCII "RESETREFINEWEAPON"
ASCII "SPECIALREFINEWEAPON"
ASCII "Write Weapon Name : ["
ASCII "$USERWEAPON"
ASCII "<$USERWEAPON>"
ASCII "Weapon"
ASCII "<$USERWEAPON>"
ASCII "[WEAPON]"
ASCII "WEAPON"
ASCII "WeaponAtom"
ASCII "WeaponAtom "
ASCII "ChangeWeaponLevel"
ASCII "Applied Weapon Level/Exp."
ASCII "WeaponLevel"
ASCII "Current Weapon Level : "
ASCII "ResetRefineWeapon"
ASCII "RefineWeapon"
ASCII "Weapon LevelUP: Current Exp("

these are the commands extracted from the current GSP server, hope it helps.
 
Upvote 0

Karl

LOMCN VIP
VIP
Mar 8, 2004
897
33
275
Gloucester
The commands were already in the files (The WriteWeaponName at least) but it just doesn't seem to want to do anything. :(
 
Upvote 0