[Help] Code Auto Repair Item

07/26/2020 16:37 thaidu0ngpr0#1
Can anybody share me the auto code using the hammer
PHP Code:
 #region 0x3052_DURCHANGE
                                
else if (_pck.Opcode == 0x3052)
                                {
                                    
                                         if ((
_pck.ReadUInt8() == 2) )
                                    {

                                        
#region AUTO_REPAIR
                                        
try
                                        {
                                            
byte itemname _pck.ReadUInt8();
                                            switch (
itemname)
                                            {
                                                case 
0:
                                                    {
                                                        
auto use hammer code?
                                                    }
                                                    break; 
thanks..........
10/11/2020 18:25 Emerald Garden SRO#2
Hello.

Did it not help ?

[Only registered and activated users can see links. Click Here To Register...]
10/11/2020 21:23 Devsome#3
#moved