Of Course!
I will post some bugs in a few days. Did you already have a look at the bugtracker ?
EDIT: Also look here: viewtopic.php?f=4&t=3736
Search found 94 matches
- Thu Dec 31, 2009 7:51 am
- Forum: General Discussion
- Topic: Anyone still out there that wants bugs fixed?
- Replies: 2
- Views: 26372
- Sun Mar 15, 2009 7:11 pm
- Forum: Help/Support
- Topic: Item Prices, Skills....
- Replies: 2
- Views: 10147
Re: Item Prices, Skills....
exactly.
- Sun Mar 15, 2009 4:28 pm
- Forum: Help/Support
- Topic: Change item price
- Replies: 3
- Views: 9300
Re: Change item price
this topic should help you: viewtopic.php?f=21&t=3542
- Sun Mar 15, 2009 4:24 pm
- Forum: Help/Support
- Topic: WAR3FT
- Replies: 2
- Views: 4685
Re: WAR3FT
Have a look at constants.inl and edit the skills, then recompile...
for e.g. change this values to improve human invis. for each skill-level:
for e.g. change this values to improve human invis. for each skill-level:
Code: Select all
new const p_invisibility[3] = {200,175,135} // Invisibility (skill 1)
- Sun Mar 15, 2009 4:22 pm
- Forum: Help/Support
- Topic: Item Prices, Skills....
- Replies: 2
- Views: 10147
Re: Item Prices, Skills....
always delete the old wc3ft.amxx file in the compiled folder when you made no changes on wc3ft.sma ...
- Fri Mar 13, 2009 1:55 pm
- Forum: General Discussion
- Topic: Block Cloak item on Human race
- Replies: 2
- Views: 21608
Re: Block Cloak item on Human race
edit items.inl and have a look at the present blocks in public ITEM_CanBuy( id, iItem )
- Sun Jan 18, 2009 2:58 pm
- Forum: Help/Support
- Topic: Server crash
- Replies: 4
- Views: 10031
Re: Server crash
lol... there are no errors... 
Just make sure that you use the latest amxx and wc3ft version. Both are not up-to-date in your configuration. Also don't test something on custommaps.
Have a look at the serverconsole when your server crashes and paste the output.

Just make sure that you use the latest amxx and wc3ft version. Both are not up-to-date in your configuration. Also don't test something on custommaps.
Have a look at the serverconsole when your server crashes and paste the output.
- Tue Jan 13, 2009 1:00 pm
- Forum: Help/Support
- Topic: Excuse me but I've got one strange problem
- Replies: 3
- Views: 16434
Re: Excuse me but I've got one strange problem
Interesting... Is this a current problem in 3.0? And what does adding the 1 do? I don't have this problem with 3.0... register_forward ( forwardType, callback[], [ post = 0 ] ) If post is set to 1, the function is a "POST" function in metamod, which means that it is called AFTER the engine has call...
- Tue Jan 06, 2009 4:39 pm
- Forum: Help/Support
- Topic: Excuse me but I've got one strange problem
- Replies: 3
- Views: 16434
Re: Excuse me but I've got one strange problem
I got this error with an old AMXX (also an very old wc3-version) too. I fixed it with changing (edited to work with wc3ft 3.0) // Register forwards (from fakemeta) register_forward( FM_TraceLine , "TRIGGER_TraceLine"); to // Register forwards (from fakemeta) register_forward( FM_TraceLine , "TRIGGER...
- Tue Jan 06, 2009 4:23 pm
- Forum: Help/Support
- Topic: adding more level help
- Replies: 25
- Views: 53786
Re: adding more level help
wow... didn't notice this thread until now.
Did you solve all your problems ?
It would be nice when it's possible to get the sourcecode... would like to play with it
Did you solve all your problems ?
It would be nice when it's possible to get the sourcecode... would like to play with it

- Fri Dec 14, 2007 9:27 am
- Forum: General Discussion
- Topic: Some Suggestions to make v3.0 better
- Replies: 4
- Views: 14463
We are running only maps with 32 Spawnpoint (24 Slots gameserver) 1. Yes, I know that. But you change ALL cooldowns with that cvar. Cryptlord has lots off benefits with a short cooldown. Maybe make it possible to edit the cooldown per race. 2. Hmm... there are different opinions about the charge sys...
- Thu Dec 13, 2007 2:31 pm
- Forum: General Discussion
- Topic: Some Suggestions to make v3.0 better
- Replies: 4
- Views: 14463
Some Suggestions to make v3.0 better
One of my Servers is running with the latest WC3FT RC Version. I got a lot of feedback from my community, and here are the main parts: Make the Immunity-blocking optional (add a cvar). When your ultimate got blocked by necklace you have to wait 35 seconds (!) to use it again. That is one reason whic...
- Sat Feb 10, 2007 8:22 pm
- Forum: Whatever
- Topic: need some advice
- Replies: 4
- Views: 28486
Code: Select all
new g_array[3]
g_array[0] = "text"
g_array[1] = "text2"
g_array[2] = "text3"
if (g_array[0] == "text")
{
// text
}
else if (g_array[1] == "text2")
{
// text2
}
else if (g_array[2] == "text3")
{
// text3
}
else
{
// no text...
}
- Wed Feb 07, 2007 2:03 pm
- Forum: General Discussion
- Topic: How do you save XP on your server?
- Replies: 10
- Views: 46164
- Fri Dec 22, 2006 6:30 am
- Forum: General Discussion
- Topic: "Heap Size" error fixed with AMXX 1.76c
- Replies: 1
- Views: 20946
"Heap Size" error fixed with AMXX 1.76c
Well,
the heap size error will be fixed with an AMXX update to 1.76c.
Note: this AMXX Version is not released yet.
The war3x mod will now longer crash on a running map
the heap size error will be fixed with an AMXX update to 1.76c.
Note: this AMXX Version is not released yet.
The war3x mod will now longer crash on a running map

- Fri Nov 17, 2006 9:47 am
- Forum: Whatever
- Topic: how can i make my self admin
- Replies: 1
- Views: 18988
- Thu Nov 16, 2006 12:15 pm
- Forum: Help/Support
- Topic: where do i find this file
- Replies: 1
- Views: 5621
- Tue Nov 14, 2006 12:22 pm
- Forum: Help/Support
- Topic: ONLY HERE---> THE GERMAN TRANSLATION <--- ONLY HERE
- Replies: 19
- Views: 43286
- Mon Nov 13, 2006 4:02 pm
- Forum: Help/Support
- Topic: ONLY HERE---> THE GERMAN TRANSLATION <--- ONLY HERE
- Replies: 19
- Views: 43286
Die Übersetzung ist etwas dürftig. Auch mit deinen Korrekturen sind noch sehr viele Fehler drin und "gutes deutsch" wird auch nicht gerade benutzt. Ich werde, sobald sich an den Language Files nichts mehr ändert, Geesu noch einmal eine komplett neue Übersetzung zusenden. Hab ja für die Vorgänger Ver...
- Wed Nov 01, 2006 8:59 am
- Forum: General Discussion
- Topic: [SUG] shopmenu prices
- Replies: 6
- Views: 18469
[SUG] shopmenu prices
It would be very nice if the prices for all items in the shopmenus are based on the racelevel. Low prices for low Levels (~ 0-3), a little higher prices for middle levels (~ 4-6) and high prices all > 6 levels. This will solve the following problem: I increased the price for helm on my servers becau...
- Sat Aug 19, 2006 2:39 pm
- Forum: General Discussion
- Topic: Suggestion: Racelimit
- Replies: 8
- Views: 26735
Suggestion: Racelimit
You should add optional cvars with which serveradmins can limit specific races.
I mean for e.g. that only 5 players can choose Human and so on.
This would be very nice for some maps.
I mean for e.g. that only 5 players can choose Human and so on.
This would be very nice for some maps.
- Mon Jun 05, 2006 7:59 pm
- Forum: General Discussion
- Topic: Sprites
- Replies: 2
- Views: 7632
Sprites
Where can I download all these sprites, war3ft need them ? [small] // Precache objects/sprites used g_sFireball = precache_model("sprites/zerogxplode.spr") g_sSpriteTexture = precache_model( "sprites/shockwave.spr") g_siBeam4 = precache_model("sprites/zbeam4.spr") g_sLightning = precache_model("spri...
- Sat May 13, 2006 4:41 pm
- Forum: Announcements and Releases
- Topic: TESTERS NEEDED for v1.0.2 - Download Here
- Replies: 41
- Views: 687350
- Sat May 13, 2006 3:29 pm
- Forum: Announcements and Releases
- Topic: TESTERS NEEDED for v1.0.2 - Download Here
- Replies: 41
- Views: 687350
- Sat Mar 04, 2006 5:56 am
- Forum: Help/Support
- Topic: Convert Vault to SQL
- Replies: 0
- Views: 21081
Convert Vault to SQL
Please add a option to convert vault to SQL.
- Wed Mar 01, 2006 12:26 pm
- Forum: Help/Support
- Topic: Saving on MySQL wont work... :(
- Replies: 16
- Views: 27213
- Sun Jan 29, 2006 11:44 am
- Forum: General
- Topic: Calling all developers!
- Replies: 6
- Views: 15534
Marticus, I already have experience in C/C++/amxmodx/pawn scripting, currently I'm developing "Advanced Roll The Dice" (original & idea by EJL) and I will soon release a pre-final version. so, I'm a programmer who need something like: code a function who recive value x and value y and return value z...
- Sun Jan 29, 2006 5:04 am
- Forum: General
- Topic: Calling all developers!
- Replies: 6
- Views: 15534
- Sat Jan 28, 2006 6:17 pm
- Forum: Help/Support
- Topic: PolymorphDone.wav
- Replies: 2
- Views: 8668
- Sat Jan 28, 2006 6:00 pm
- Forum: General
- Topic: Calling all developers!
- Replies: 6
- Views: 15534
fuck... my experience is to bad to be a dev :cry: Is there no way ? for example: I don't know where to start to code the race Night Elv ... I have knowlegde in AMXX Scripting (you know, I use a modified version of wc3ft) BUT my problem is that I can only edit/modify plugins, and not code something o...
- Sat Jan 28, 2006 5:46 pm
- Forum: Help/Support
- Topic: Server crashes on client precaching? (when a person joins)
- Replies: 2
- Views: 6485
Are you running amd64? Wait for amxmodx 1.65 (for future release) Add a Option for amd64 to disable the query_client_cvar option and add a workaround. I would recommend to uncomment query_client_cvar (for amd64 users): warcraft3FT.sma: /* #if MOD == 0 query_client_cvar(id, "cl_minmodels", "check_cv...
- Tue Jan 24, 2006 1:45 pm
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Tue Jan 24, 2006 1:04 pm
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Tue Jan 24, 2006 1:39 am
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Mon Jan 23, 2006 4:58 pm
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Mon Jan 23, 2006 11:49 am
- Forum: Help/Support
- Topic: Human Ultimate with Level 5
- Replies: 4
- Views: 9572
- Sun Jan 22, 2006 7:52 am
- Forum: Help/Support
- Topic: Human Ultimate with Level 5
- Replies: 4
- Views: 9572
- Sat Jan 21, 2006 5:40 pm
- Forum: Help/Support
- Topic: Human Ultimate with Level 5
- Replies: 4
- Views: 9572
Human Ultimate with Level 5
This is a old bug but not fixed yet.
Human get Ultimate with lvl 5.
Human get Ultimate with lvl 5.
- Sat Jan 21, 2006 10:40 am
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Sat Jan 21, 2006 6:16 am
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Thu Jan 19, 2006 9:58 am
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Thu Jan 19, 2006 8:00 am
- Forum: Help/Support
- Topic: Server crashes with War3FT enabled.
- Replies: 20
- Views: 48662
- Mon Jan 02, 2006 8:41 pm
- Forum: Help/Support
- Topic: auto save xp
- Replies: 2
- Views: 6360
- Mon Dec 26, 2005 3:24 pm
- Forum: Help/Support
- Topic: plz help, hlds crash
- Replies: 9
- Views: 14803
- Mon Dec 26, 2005 3:20 pm
- Forum: Help/Support
- Topic: Fast XP
- Replies: 7
- Views: 17438
- Sun Dec 25, 2005 1:57 pm
- Forum: Whatever
- Topic: Geesu do you need a new and better sig
- Replies: 20
- Views: 52800
- Sat Dec 24, 2005 5:33 pm
- Forum: Whatever
- Topic: Geesu do you need a new and better sig
- Replies: 20
- Views: 52800
- Fri Dec 23, 2005 2:48 pm
- Forum: Help/Support
- Topic: [2.3.0] Helm
- Replies: 11
- Views: 25241