Page 1 of 1

Please help.... (relocated :) )

Posted: Mon May 08, 2006 9:11 pm
by blob
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

Posted: Mon May 08, 2006 11:01 pm
by Geesu
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

Posted: Tue May 09, 2006 6:47 am
by blob
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...

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

Posted: Tue May 09, 2006 3:02 pm
by Krazy
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.

Posted: Wed May 10, 2006 1:20 pm
by blob
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.

Posted: Wed May 10, 2006 1:39 pm
by DarkJP2
compile?

/E: i should use my brain a bit more before i post scuh stupid 1word posts......

Posted: Wed May 10, 2006 2:44 pm
by blob
...i have no comment to that post.

Posted: Fri Jul 21, 2006 9:40 pm
by Overkill
^isnt that a comment to his post?