for those who want to ALLOW alt code in char. name, but using a db that restrict alt code.this tut can help u
since there isnt any tut about that so im gonna make one
it's easy.Go to ur database and find dbo.spInsertChar located at GunzDB/Programmability/Stored Procedures/
Modify it.
just find out these commands and delete them,after that excute to GunzDBCode:IF (SELECT dbo.fnCheckString(@Name) as Test)= 1 BEGIN ROLLBACK TRAN return (-1) END
Finished. =D
sorry for my bad english =p


Reply With Quote![[Tut]ALLOW alt code when creating character](http://ragezone.com/hyper728.png)


