Search found 2357 matches

by Geesu
Wed Nov 21, 2007 2:37 pm
Forum: Help/Support
Topic: Problems with XP Load/save
Replies: 16
Views: 17493

Started a thread on AMX X:

http://forums.alliedmods.net/showthread.php?t=63460

I'm confused as to what to do - i could catch the error, close the mysql connection, and try to re-open... But I'd hate to do that b/c it seems like a hack to fix it
by Geesu
Wed Nov 21, 2007 2:18 pm
Forum: General
Topic: I need Help For Orcish Damage.
Replies: 2
Views: 13134

that doesn't make any sense to me
by Geesu
Mon Nov 19, 2007 11:33 am
Forum: Help/Support
Topic: problem with SQL save xp
Replies: 1
Views: 3923

"database or disk is full"

Is there space left to save a database file? Shouldn't need more than a few megabytes.

Also - does the user RUNNING the CS server have write access to the amxmodx directory?
by Geesu
Fri Nov 16, 2007 11:04 pm
Forum: General Discussion
Topic: Whats a good player stat program for DOD WC3ft server?
Replies: 4
Views: 7562

did you try the /rank that comes with amxx 1.80?
by Geesu
Sun Nov 11, 2007 11:28 pm
Forum: Help/Support
Topic: MySQL errors/problems
Replies: 1
Views: 4164

This is very odd - I would ask on amxmodx.org if anyone has seen issues of get_player_auth() returning a blank string... B/c clearly that is what is happening.
by Geesu
Sun Nov 11, 2007 11:26 pm
Forum: Help/Support
Topic: Linux Compilation
Replies: 7
Views: 8661

ubuntu ftw
by Geesu
Mon Nov 05, 2007 10:06 am
Forum: Help/Support
Topic: war3ft Error
Replies: 6
Views: 7971

Upgrade to 3.0... 2.3.2 isn't supported
by Geesu
Mon Oct 15, 2007 4:05 pm
Forum: Help/Support
Topic: Error log wc3_error
Replies: 7
Views: 10051

Yea i need to make a CVAR for this or a #define - I've noticed not all people have permissions on there base accounts for:

information_schema.tables

Which makes sense as it's sort of a "system" database call if that exists
by Geesu
Wed Oct 10, 2007 9:21 am
Forum: Help/Support
Topic: Attention all who use SQLite
Replies: 6
Views: 8774

Sorry about not answer guys - started full time job and haven't been around much @ all or had time for development...

I thought BAIL coded in backwards compatibility just for war3ft - does it not work on the latest beta he posted? B/c it should
by Geesu
Tue Sep 18, 2007 11:24 am
Forum: Help/Support
Topic: Error logs
Replies: 8
Views: 11500

Then fix the mysql server has gone away issue! That error is there for a reason - people will not be getting their xp/saving correctly + it will barf
by Geesu
Wed Sep 12, 2007 9:20 am
Forum: Help/Support
Topic: Server crashing on map change!!!
Replies: 6
Views: 9413

where is the bin log you mentioend you had attached?
by Geesu
Wed Sep 12, 2007 9:14 am
Forum: Help/Support
Topic: Cant connect to database error
Replies: 12
Views: 14884

Yea I'm not sure what to do here - can you tell me what the ping is between the servers?
by Geesu
Wed Sep 12, 2007 9:12 am
Forum: Help/Support
Topic: Automatic /icons.
Replies: 3
Views: 5656

It's in one of the .inl files
by Geesu
Wed Sep 12, 2007 9:11 am
Forum: Help/Support
Topic: Server Crashing Frequently
Replies: 7
Views: 9303

Daver that error shouldn't cause your server to crash @ all - if that change fixed it let me know...

But that code is to convert from an old war3users database to the new format - it's meant to auto-detect
by Geesu
Wed Sep 12, 2007 9:08 am
Forum: General Discussion
Topic: warft2.3.2
Replies: 14
Views: 18527

I will never again touch 2.3.2 :P

yami is corrent :P
by Geesu
Wed Sep 12, 2007 9:06 am
Forum: General Discussion
Topic: Mole & Fan of Knives (suggestion)
Replies: 11
Views: 17322

I'm thinking I should randomize the time + not set it to 5 seconds? So people just don't want 5 seconds then shoot the person - like randomize it from 3 to 10 seconds?

Josh
by Geesu
Wed Aug 29, 2007 10:27 pm
Forum: General Discussion
Topic: Very long mapchange
Replies: 10
Views: 15068

kp_downarrow wrote:its how mysql is
lol false - mysql isn't slow....
by Geesu
Tue Aug 14, 2007 7:03 am
Forum: Help/Support
Topic: Player cant choose or change race?
Replies: 11
Views: 13893

No one can choose a race? B/c those errors stop appearing after the map changes which then makes it seem like it is working?

What is your server IP - also post your war3ft.cfg
by Geesu
Tue Aug 07, 2007 11:15 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 9088

Ahhhh it may not be working because information_schema is in another table... I'm not sure how the permissions would be changed to fix this :/
by Geesu
Tue Aug 07, 2007 11:14 am
Forum: Help/Support
Topic: War3FT Mod with NFo server.
Replies: 8
Views: 9097

Post log files...... I bet you're missing a file war3ft needs to load
by Geesu
Tue Aug 07, 2007 11:13 am
Forum: Help/Support
Topic: [MYSQLX] information_schema.tables
Replies: 4
Views: 8510

What is the exact error message
by Geesu
Mon Aug 06, 2007 8:50 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 9088

try to not use @'8.2.122.172';

Find out what the wildcard is for any host? that might be the problem
by Geesu
Mon Aug 06, 2007 8:49 am
Forum: General Discussion
Topic: Update from RC 5.0 to 8.0
Replies: 12
Views: 14996

can you post a dump of your database?
by Geesu
Sun Aug 05, 2007 9:33 am
Forum: Help/Support
Topic: Automatic /icons.
Replies: 3
Views: 5656

you would have to edit the source code + recompile...

You would change

p_data_b[id][PB_SHOWICONS] to true on play initialization instead of false
by Geesu
Sun Aug 05, 2007 9:32 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 9088

Re: MYSQL Querying Error

MoFFaTT wrote:I've set the access rights to "all privileges" so the plugin should be able to query the database.
Unfortunately I think the problem is here - did you check per-table permissions?
by Geesu
Sun Aug 05, 2007 9:31 am
Forum: Help/Support
Topic: Required SQL files ?
Replies: 5
Views: 7064

Senne wrote:you will probably get xp lags if your server has more then 5 ppl in it
lol how did you come to this conclusion?
by Geesu
Sun Aug 05, 2007 9:30 am
Forum: General Discussion
Topic: Update from RC 5.0 to 8.0
Replies: 12
Views: 14996

delete the wc3_config table then restart the server
by Geesu
Tue Jul 31, 2007 8:45 pm
Forum: Help/Support
Topic: [HELP] WC3 ADMIN COMMANDS + SAVING PROBLEMS
Replies: 2
Views: 5193

see that documentation link at the top? try it :P
by Geesu
Tue Jul 31, 2007 8:43 pm
Forum: General Discussion
Topic: updating without updating the whole thing
Replies: 2
Views: 5491

removed threading from sqlite - just replace the sqlite.inl file and recompile
by Geesu
Tue Jul 31, 2007 8:43 pm
Forum: General Discussion
Topic: Update from RC 5.0 to 8.0
Replies: 12
Views: 14996

It should... try it :P you can always roll back
by Geesu
Sun Jul 29, 2007 3:19 pm
Forum: General Discussion
Topic: show dead icons
Replies: 3
Views: 6212

no I believe it can't be sent - I just think the client won't do anything w/it
by Geesu
Fri Jul 27, 2007 7:01 pm
Forum: General Discussion
Topic: show dead icons
Replies: 3
Views: 6212

only works when you're alive i believe
by Geesu
Tue Jul 24, 2007 9:56 pm
Forum: General Discussion
Topic: [war3ft.amxx] [ERROR] WTF MATE?!? 18
Replies: 3
Views: 6628

o wait - this doesn't exist in RC8...

Problem won't come up - so locking this

UPGRADE !

:P
by Geesu
Tue Jul 24, 2007 9:50 pm
Forum: General Discussion
Topic: [war3ft.amxx] [ERROR] WTF MATE?!? 18
Replies: 3
Views: 6628

lols

can't wait to look that one up :P
by Geesu
Mon Jul 23, 2007 10:02 pm
Forum: Help/Support
Topic: 3.0 and 2.3.2 XP saving..
Replies: 12
Views: 13505

No way to share..... It is auto-converted when you follow the last post i made
by Geesu
Mon Jul 23, 2007 5:21 pm
Forum: Help/Support
Topic: 3.0 and 2.3.2 XP saving..
Replies: 12
Views: 13505

If you're running 3.0 RC8

Turn off the server

Delete these tables:
Browse wc3_config
Browse wc3_player
Browse wc3_player_extra
Browse wc3_player_race
Browse wc3_player_skill
Browse wc3_web_race
Browse wc3_web_skill

Turn on server

Done
by Geesu
Mon Jul 23, 2007 3:04 pm
Forum: Help/Support
Topic: AMXX is working, but Wc3 does not start up!
Replies: 2
Views: 3072

You couldn't have followed the documentation :P

You need to add war3ft.amxx to your plugins.ini

:P :P
by Geesu
Mon Jul 23, 2007 3:03 pm
Forum: Help/Support
Topic: 3.0 and 2.3.2 XP saving..
Replies: 12
Views: 13505

All you have to do is point the new version to the old 2.3.2 database and the plugin will automatically convert it to the new format
by Geesu
Sat Jul 21, 2007 10:28 pm
Forum: General Discussion
Topic: Restrict other items / Abilitys on some maps?
Replies: 5
Views: 8534

Yea you have to edit the source code - there isn't a feature for this
by Geesu
Thu Jul 19, 2007 8:16 pm
Forum: General Discussion
Topic: sugestion...
Replies: 2
Views: 5301

It was removed b/c a cvar check on ever function call is VERY taxing - so calling a function is much easier...

If you put the command @ the end of war3ft.cfg it should be fine.

Josh
by Geesu
Mon Jul 16, 2007 7:08 pm
Forum: Help/Support
Topic: precache error?
Replies: 2
Views: 4419

Confirming what Yami said, other maps may work
by Geesu
Mon Jul 16, 2007 7:07 pm
Forum: Help/Support
Topic: changerace menu at startup not working
Replies: 2
Views: 4300

War3ft Version: 3.0rc5 != RC8

Don't complain about bugs in an old version :P Update!!!!
by Geesu
Sat Jul 14, 2007 5:06 pm
Forum: General Discussion
Topic: Chameleon, every Player has got his own Skills
Replies: 11
Views: 13962

Yami if you did this I would commit it into the final release... I think this would be very useful... just be "mindful" of how the chameleon works vs. other races when looking @ the code - it's a son of a bitch :P
by Geesu
Sat Jul 14, 2007 5:05 pm
Forum: General Discussion
Topic: new warft rc 8 whit old engine from 2.3.2
Replies: 8
Views: 11143

Saw in other thread it is non-steam

Locking
by Geesu
Sat Jul 14, 2007 5:05 pm
Forum: General Discussion
Topic: maps that works whit warft
Replies: 17
Views: 22013

Yea I like the idea of posting fun maps that are generally on most war3ft servers....

Would DEF. help people with new servers
by Geesu
Sat Jul 14, 2007 5:04 pm
Forum: General Discussion
Topic: new warft rc 8 whit old engine from 2.3.2
Replies: 8
Views: 11143

I don't even know what he is talking about.....

And I HIGHLY doubt I would even do it given my time...
by Geesu
Sat Jul 14, 2007 5:03 pm
Forum: Help/Support
Topic: Client CVAR Querying issue?
Replies: 0
Views: 4460

Client CVAR Querying issue?

I'm soooo sick of seeing this posted like 300 times..... so:

http://wc3mods.net/wiki/index.php?title ... n.21.22.3F
by Geesu
Tue Jul 03, 2007 1:30 pm
Forum: Announcements and Releases
Topic: Warcraft 3 Frozen Throne - Version 3.0 RC8 for Download
Replies: 1
Views: 49668

Warcraft 3 Frozen Throne - Version 3.0 RC8 for Download

v3.0 RC8 - Bug Fix: [FS#25] Warden's Shadow Strike had wrong percentage at level 1 - Bug Fix: [FS#31] Reset item charges when a player joins the server - Bug Fix: [FS#28] rings console command not going through proper checks - Bug Fix: [FS#32] Giving XP to terrorists in admin menu would not work - ...
by Geesu
Tue Jul 03, 2007 1:17 pm
Forum: Help/Support
Topic: Warcraft TFT how to install?
Replies: 5
Views: 6947

try following the documentation link?
by Geesu
Sat Jun 30, 2007 4:24 pm
Forum: General Discussion
Topic: [SUG] Human invisibility as ability
Replies: 5
Views: 8632

I prefer it as automatic - I think it just needs like a camper prevention type thing - like you get less invisible if you don't move for x amount of seconds