Please help.... (relocated :) )

Want to talk about war3ft or make suggestions? Post them here

Moderator: Forum Moderator

Locked
blob
Peon
Posts: 5
Joined: Mon May 08, 2006 5:14 pm

Please help.... (relocated :) )

Post by blob » Mon May 08, 2006 9:11 pm

Ok guys, i just got my wc3 sevrer. Here is the deal: I want to edit some stuff in WC3 FT but i'm not quite sure as to how. I have a SH mod server so i have SOME background but im totally stumped when it comes to wc3. Here are my ideas:

I want to add shopmenu 3 to my server. How do i do this?
I will reprice the items in shopmenu 1 2 and potentially 3. How do i do this?
I'd like to change some stats for each race such as human invisibility level and undead speed/levetation etc... I know this is in the constands.inl but i can't seem to find the direct line for it. I got timers and what not but i dont quite understand them. Elaborate here please and if possible state the commands.
I have a kinda wierd idea for chameleon. I know how to activate it and all but i got some wierd stuff here it is:

I'd like to set the abilties myself. I know which ones i wnat to use for it but i'd like to know exactly how. Also, i'd like to know if it's possible to set the chameleon race's XP to be different from the normal races. Like if normal race xp is 200 400 800 etc, i want chameleon to be like 300 600 1200 etc. Is it possibe and if yes, how?

Thank you soooo much for your replies. I'd like them ASAP and I humbly ask you to put up with me for a while :( im a very curious person

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

Post by Geesu » Mon May 08, 2006 11:01 pm

1) Learn to code
2) SEARCH
3) SEARCH
4) go to amxx forums and ask
5) possible, but a bitch, I wouldn't recommend it
No Support via PM

blob
Peon
Posts: 5
Joined: Mon May 08, 2006 5:14 pm

Post by blob » Tue May 09, 2006 6:47 am

I'm very sorry for this really. I searched for everything i could find. I found the constant.inl and a few things in the .cfg but i seriously can't figure out the code lines for the things i asked. I searched the heck out of amxmodx.org and i couldnt find anything related to shopmenu 3. Please dude, this forum is the only thing i can fall back on...

User avatar
Krazy
Forum Administrator
Posts: 282
Joined: Wed Jul 06, 2005 9:40 am
Location: Dayton, Ohio
Contact:

Re: Please help.... (relocated :) )

Post by Krazy » Tue May 09, 2006 3:02 pm

blob wrote:I want to add shopmenu 3 to my server.
Have to know how to code. This is very very hard.


blob wrote:I will reprice the items in shopmenu 1 2 and potentially 3. How do i do this?
In constants.inl:

Code: Select all

new const itemcost[9] =					{1500,2500,1000,800,2000,800,2000,1000,4000}
#if MOD == 0
	new const itemcost2[9] =				{7500,1500,1500,1500,1500,1750,1000,9000,16000}
#endif
#if MOD == 1
	new const itemcost2[9] =				{800,1500,550,1500,1500,1750,1000,9000,16000}
#endif

blob wrote:I'd like to change some stats for each race such as human invisibility level and undead speed/levetation etc... I know this is in the constands.inl but i can't seem to find the direct line for it.
Hint: constands.inl and skills.inl


blob wrote:I have a kinda wierd idea for chameleon. I know how to activate it and all but i got some wierd stuff here it is:

I'd like to set the abilties myself. I know which ones i wnat to use for it but i'd like to know exactly how. Also, i'd like to know if it's possible to set the chameleon race's XP to be different from the normal races. Like if normal race xp is 200 400 800 etc, i want chameleon to be like 300 600 1200 etc. Is it possibe and if yes, how?
Have to know how to code. This is very very hard also.
Website: www.djpsych.com
Image

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

blob
Peon
Posts: 5
Joined: Mon May 08, 2006 5:14 pm

Post by blob » Wed May 10, 2006 1:20 pm

OK. Great. Thanx a lot, dude, but i need one more thing. To compile. i extract the folder to another and run the compiler that comes with wc3 by default. Then. i take the "compiled" folder's contents and upload them to my server and all is well, right? Yeah that doesnt happen. I tryed it out to reprice one item to see if it works or not. I repcriced the scroll of respawning from 7500 to 5000. No dice. I upload, restart my server and it's still 7500. Any hits/tips? thanx a lot i really appreciate this.

DarkJP2
Rifleman
Posts: 163
Joined: Tue Jul 26, 2005 3:18 pm
Location: Swiss

Post by DarkJP2 » Wed May 10, 2006 1:39 pm

compile?

/E: i should use my brain a bit more before i post scuh stupid 1word posts......
Last edited by DarkJP2 on Sat Jul 22, 2006 3:31 am, edited 1 time in total.

blob
Peon
Posts: 5
Joined: Mon May 08, 2006 5:14 pm

Post by blob » Wed May 10, 2006 2:44 pm

...i have no comment to that post.

Overkill
Peon
Posts: 28
Joined: Thu Jul 13, 2006 1:18 pm

Post by Overkill » Fri Jul 21, 2006 9:40 pm

^isnt that a comment to his post?
That's my two cents. I'd write more but I'm not getting paid by the hour.

Locked