Matthew Grint's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Freeworld 3D 2.0 Compatibility | Thanks for your help, do you know of an alternative package that may be better suited to our needs? ... read more | 12/28/2006 (1:30 pm) |
| MMOKIT Licensing Thread | Matt Grint mattgrint@gmail.com Forum Username: Krast0r TGE License... read more | 12/27/2006 (1:51 pm) |
| 3d modeler for hire - paid word | Hi, if you could mail me your quote as well it would be great - I'm comparing prices with several 3D... read more | 11/27/2005 (1:55 pm) |
| Account system / character system... | I have posted there, hope it helps. EDIT: Also, in answer to your original question with why it ... read more | 10/26/2005 (1:31 pm) |
| How to use .patch files | Looking in the Torque manual will help with this one, it basically says: You will need the patch ... read more | 10/26/2005 (1:31 pm) |
| Account system / character system... | My best advice to you would be to read through about httpObject - I think I have implemented what yo... read more | 10/26/2005 (2:03 am) |
| No Such File | Well, I've implemented everything I can think of - I'm fairly sure i'm now back to where I was befor... read more | 10/16/2005 (10:46 am) |
| No Such File | Hi, I added Content Pack #1 but it definitely worked after that - I had to go back about 3 backup's... read more | 10/16/2005 (8:16 am) |
| No Such File | I've tried all of these methods now, going through everything I can but to no avail. Fortunately I b... read more | 10/16/2005 (5:23 am) |
| AIWheeledVehicle / Schedule Problem | It could be something to do with these repeated errors: base/server/scripts/AI/aiCore.cs (158): :... read more | 09/23/2005 (11:38 am) |
| HttpObject | Excellent, I just had to adjust my PHP code slightly but it wasn't the cause of a bigger problem tha... read more | 09/21/2005 (10:48 am) |
| HttpObject | Thanks Ben, Another quick question - is there a way to convert HTML characters to standard ASCII ... read more | 09/21/2005 (10:29 am) |
| Some Noobie Questions | In Torque pretty much anything is possible as you have the engine sourcecode - you could entirely re... read more | 09/21/2005 (10:22 am) |
| Some Noobie Questions | Hi, Torque uses both TorqueScript and C++. The C++ is the code of the engine, this creates the bas... read more | 09/20/2005 (12:25 pm) |
| Returns to early | Ah thanks, I kinda bodged it into the login code to try and speed things up a bit and it seems to be... read more | 09/18/2005 (1:54 am) |
| Object Not Found | I can't understand this, here is my new code: [code] %rar = StrStr(%line, "V"); error("RAR -... read more | 08/03/2005 (1:38 pm) |
| Object Not Found | I have tried changing the strstr line to: [code] if(StrStr(%line, "V") !=1) [/code] This works... read more | 08/03/2005 (1:17 pm) |
| Object Not Found | Just tested it and after the schedule command it equals 4, before the cancel it also equals 4. It m... read more | 08/03/2005 (1:06 pm) |
| Object Not Found | Ok, here is the code scheduling it: [code] %client.loginLoop = schedule(30000, 0, "clientLoginFail... read more | 08/03/2005 (12:55 pm) |
| Object Not Found | Just looking through that code, the value of %rar (the StrStr command) is 0, this should make it TRU... read more | 08/03/2005 (12:47 pm) |
| Object Not Found | Ok here is the current function: [code] function CharLogin::onLine( %this, %line ) { %client ... read more | 08/03/2005 (12:35 pm) |
| Object Not Found | Yea, that's what I just did in the last post (with the error(); command) - I placed that so it shows... read more | 08/03/2005 (12:05 pm) |
| Object Not Found | Just tried that by adding: [code] error(%line); [/code] It writes "Verified" to the console,... read more | 08/03/2005 (11:44 am) |
| Object Not Found | Ok, i've run into another problem with this (already). This function: [code] function CharLogin:... read more | 08/03/2005 (11:17 am) |
| Object Not Found | I've figured it all out now, I was confused because the error was related to a completely different ... read more | 08/03/2005 (10:55 am) |
| Object Not Found | Thanks so much for your help, i've bodged it a bit to get it working until i find the error in my PH... read more | 08/03/2005 (10:33 am) |
| Funny Errors | My favourite error has to be in Eudora when you try and schedule it to send a message before the cur... read more | 08/01/2005 (6:21 pm) |