[DiscordArchive] try a client without hd models?
[DiscordArchive] try a client without hd models?
Archived author: Millarras • Posted: 2020-01-20T08:10:36.236000+00:00
Original source
try a client without hd models?
Archived author: EscapedSheep • Posted: 2020-01-20T08:11:32.189000+00:00
Original source
ok ill try that
Archived author: OverMDZ • Posted: 2020-01-20T08:11:53.566000+00:00
Original source
Hi team, have an error When people want to sign up, this is the fail: Method 'ns1:executeCommand' not implemented: method name or namespace not recognized
Archived author: OverMDZ • Posted: 2020-01-20T08:12:40.238000+00:00
Original source
The web is: wowdudu11.servegame.com
Archived author: Millarras • Posted: 2020-01-20T08:14:12.010000+00:00
Original source
no clue what that site is, can't even tell you if it's TC
my best bet could be something like you using cyrilic when it only accepts latin or vice versa
could also be using spaces when it isn't accepted
or a billion other things
Archived author: EscapedSheep • Posted: 2020-01-20T08:26:46.096000+00:00
Original source
is there a good place to lookup gameobject id's
Archived author: Millarras • Posted: 2020-01-20T08:27:33.423000+00:00
Original source
gameobject_template ?
Archived author: Kitzunu • Posted: 2020-01-20T08:49:34.715000+00:00
Original source
If you are out for a specific gob like a chair I'd use
```sql
SELECT * FROM gameobject_template WHERE name LIKE '%chair%';
```
Archived author: EscapedSheep • Posted: 2020-01-20T09:05:02.612000+00:00
Original source
ah ok