Help

This is the place for general discussion about Warcraft3 XP, including install help.

Moderator: Forum Moderator

Post Reply
User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Help

Post by unnamed_ro » Thu Jan 26, 2006 1:58 pm

I have a 1.5 server with AMX v0.9.3, WC3 v2.20 and the shopmenu does not work if i want 2 buy something shows You have insufficient funds even if i have 16.000....

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 » Fri Jan 27, 2006 8:43 am

Sorry, I cannot help you. Support for CS1.5, AMX, and versions of WC3 XP lower than 2.6 was discontinued over a year ago.

I suggest you switch to CS1.6, find a shield plugin that gets rid of the shield, and use AMXX with WC3XP 2.6.3

Using unsupported outdated software (Not to mention somewhat Illegal), you're going to have problems.
-< 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
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Fri Jan 27, 2006 12:23 pm

Wow flashback to the past
No Support via PM

User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Tue Jan 31, 2006 11:40 am

Thats all very nice and everything but is not quite the answer i espected :(

Now come on guys i am not a scripter but it cant be that hard i had the same thing on windows and it worked perfect but as soon as i changed it 2 linux this problem appeared...

What do you guys think a trip down the memory lane?

Remember the good all days? :lol:

User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Tue Jan 31, 2006 12:11 pm

Could this be the problem?

public buy_item(id,key){
new usermoney = get_user_money(id)
if (key==9)
return PLUGIN_HANDLED
else if (usermoney<itemcost[key]){
client_print(id,print_center,"You have insufficient funds!")
return PLUGIN_HANDLED
}

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 » Tue Jan 31, 2006 2:53 pm

Could be. No idea. CS 1.6 has changed dramaticly since then and I don't feel like trying to debug 4 year old software. I'm sorry if that isn't the answer you want. Times change, code changes.

I haven't looked at AMX in over 3 years, and its so weak compared to AMXX it could take me days to figure out whats wrong. Especially considering I don't have nor want to have CS1.5 in order to test it.

I suspect the get_user_money function is broken. Talk to the AMX team, if they even exist anymore.
-< 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
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Thu Feb 02, 2006 12:12 pm

"haven't looked at AMX in over 3 years, and its so weak compared to AMXX it could take me days to figure out whats wrong. Especially considering I don't have nor want to have CS1.5 in order to test it. "

Would you do it 4 a scooby snack? :D

Just joking thanks 4 the help

Ok i have 2 upgrade but can anyone help me find a war3 vers and a amx vers that has the same races and skills as AMX v0.9.3,?

Skill Descriptions
------------------

UNDEAD

Vampiric Aura: Gives you (15%, 30% or 45%) of the damage you do in attack back as health,
(i.e. if you shoot someone and do 100 hp damage you will get back either
(15, 30 or 45 hp) back depending on the skill level)

Unholy Aura: Gives you a speed boost, also all weapons make you go at the same speed
(running with knife will not make you move faster than running with AWP)

Levitation: Allows you to jump higher, basically reduces your gravity to reach high places
you wouldn't normally be able to reach.

Ultimate, Suicide Bomber: player will explode when he dies, killing enemies around him

HUMAN

Invisibility: You become partially invisible

Devotion Aura: Gives you more heatlh at the start of each round (115, 130, 145)

Bash: When you shoot someone you have a (15%, 30% or 45%) chance of rendering them immobile
for 1 second. (their maxspeed is set to 0 for a second)

Ultimate, Teleport: Ability to teleport to team mates (10 second cooldown)

ORC

Critical Strike: Gives you a 15% chance of doing (2, 3, or 4) times normal damage on each shot

Critical Grenade: Will ALWAYS do (2, 4 or 6) times normal damage when you hit someone with
a grenade.

Equipment Reincarnation (Ankh): Gives you a (33%, 67% or 100%) chance in respawning with the
equipment you had before you died last round.

Ultimate, Chain Lightning: Ability to cast lightning jumping from player to player harming them,
damage decreases by 2/3 each jump.

NIGHT ELF

Evasion: Gives you a (10%, 20% or 30%) chance of evading a shot, i.e. you will not lose any
health over it but it will still seem as though you where hit.

Thorns Aura: Does (10%, 20% or 30%) mirror damage to the person who shot you.

Trueshot Aura: Does (15%, 30% or 45%) extra damage on each of your bullets.

Ultimate, Entangle Roots: Immobilises enemy for 10 seconds.

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Thu Feb 02, 2006 12:29 pm

Download war3ft.. Set FT_races to 4... that will be the same as what u have listed above
No Support via PM

User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Thu Feb 02, 2006 12:46 pm

Can you give me a link?

And how do i set it to 4 do i have 2 go true the nightmare of recompiling?

User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Fri Feb 03, 2006 10:24 am

Ok i have installed war3ft but i cant get the shopmenu enabled can anyone help me?

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Fri Feb 03, 2006 10:37 am

Post in war3ft section...
No Support via PM

User avatar
unnamed_ro
Peon
Posts: 14
Joined: Fri Nov 11, 2005 3:44 pm

Post by unnamed_ro » Fri Feb 03, 2006 11:17 am

Where is that?

"Warcraft 3 MODs
for Counter-Strike, Condition Zero and Day of Defeat"

And what section is this?

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Fri Feb 03, 2006 12:42 pm

warcraft 3 xp
No Support via PM

Post Reply