Problem with recompiling WC3FT.

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
littlelefty
Peon
Posts: 3
Joined: Sat Dec 03, 2005 3:05 am

Problem with recompiling WC3FT.

Post by littlelefty » Sat Dec 03, 2005 3:18 am

I run a small server with custom maps. One of the most popular map on server is cs_sauna. I'm not going to tell you more about map, but if you have ever played on it you know that it's idiotic to run WC3 on this server if orc nades aren't disabled or damage lowered.

I modified line constants.inl from
new const Float:p_grenade[3] = {2.0,3.0,4.0} // Critical Grenade (skill 2)
to
new const Float:p_grenade[3] = {1.2,1.4,1.6} // Critical Grenade (skill 2)
but when i try to compile it (with AMXX-Studio and amxxpc.exe) the size of compiled .amxx is 32kbytes smaller than original and it gives a bad load.

So what should i do?


And another thing, can i delete buyable mole by removin line:
case ITEM_MOLE: client_print(id, print_chat,"%s %L", g_MODclient, id, "INFO_SHOPMENU2_9")
From items.inl? I'd like the warden ability remain anyway.

User avatar
ferret
Lead Warcraft 3 XP Developer
Posts: 422
Joined: Wed Jul 06, 2005 8:20 am
Location: Atlanta, GA
Contact:

Post by ferret » Sat Dec 03, 2005 1:42 pm

Let's do some thinking.

This forum is labelled "Warcraft3 XP"
Your subject line says "WC3 FT"

I do believe we have a mismatch.
-< www.gamehavoc.com >-

Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!

User avatar
ferret
Lead Warcraft 3 XP Developer
Posts: 422
Joined: Wed Jul 06, 2005 8:20 am
Location: Atlanta, GA
Contact:

Post by ferret » Sat Dec 03, 2005 1:42 pm

Moved.
-< www.gamehavoc.com >-

Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!

littlelefty
Peon
Posts: 3
Joined: Sat Dec 03, 2005 3:05 am

Post by littlelefty » Sat Dec 03, 2005 2:54 pm

Sorry, my mistake, but can someone still eaven try to help? :P

littlelefty
Peon
Posts: 3
Joined: Sat Dec 03, 2005 3:05 am

Post by littlelefty » Sun Dec 04, 2005 2:08 am

I got it. Found this by accident. Thanks anyway :wink:

Post Reply