Nekotine
New member
- Messages
- 7
- Points
- 0
Sorry I don't know if this should go to database or source section
While messing around with the database trying to recover missing costumes I got this error on the map-server.bat
If I understood this leads to pc.c
where I don't really see anything helpful
The item works, kinda, it shows in game (.spr and ,act) but I still need to work on the client side even if some already have descriptions and all
Server side, it has nothing, no bonus whatsoever, it's just a costume with basic settings (ID, type, location, view...)
What do that means and how do i fix that?
hercules pre re
While messing around with the database trying to recover missing costumes I got this error on the map-server.bat
[Warning]: pc_bonus2: unknown type 0 0 5!
[Error]: --- failed assertion --------------------------------------------
[Error]: D:\ro_offline_2021\01_emulator\hercules_pre\src\map\pc.c:3929: '0' in function `pc_bonus2'
[Error]: --- end failed assertion ----------------------------------------
[Error]: --- failed assertion --------------------------------------------
[Error]: D:\ro_offline_2021\01_emulator\hercules_pre\src\map\pc.c:3929: '0' in function `pc_bonus2'
[Error]: --- end failed assertion ----------------------------------------
If I understood this leads to pc.c
}
break;
default:
ShowWarning("pc_bonus2: unknown type %d %d %d!\n",type,type2,val);
Assert_report(0);
break;
}
return 0;
}
break;
default:
ShowWarning("pc_bonus2: unknown type %d %d %d!\n",type,type2,val);
Assert_report(0);
break;
}
return 0;
}
where I don't really see anything helpful
The item works, kinda, it shows in game (.spr and ,act) but I still need to work on the client side even if some already have descriptions and all
Server side, it has nothing, no bonus whatsoever, it's just a costume with basic settings (ID, type, location, view...)
What do that means and how do i fix that?
hercules pre re