08-25-2021, 07:29 PM
1 hour ago, zzHashira said:
Weapon lending is source side. You can for example search some levels for the lending items . So example search == value or case value: you should find what you're look for. Also you should find min and Max level somewhere in the source files client-side involving weapon lending. Make sure to change max level if you want to for example add 130 or 165 weps you simply copy lending armor change level . After changing level you put the weapon level in the server-side code so would be like case 135: . Ofcourse recompile and test .
Yeah, bet. I guess I need to search through each part of the source to find out where the weapon lending agent is being handled

