Search found 22 matches

by algee2005
Sun Aug 07, 2005 10:20 am
Forum: WC3XP - General Discussion and Help
Topic: Changing races
Replies: 2
Views: 5141

try this: put

Code: Select all

mp_allowchangerace 1
in your server.cfg and restart or do a mapchange.

should work then.
by algee2005
Thu Aug 04, 2005 6:07 am
Forum: WC3XP - General Discussion and Help
Topic: warcraft3.sma and warcraft3.amxx
Replies: 3
Views: 7192

oO you may want to check the "announcements and releases" section in this forum...
by algee2005
Thu Aug 04, 2005 1:53 am
Forum: General
Topic: Where can I learn?
Replies: 6
Views: 11439

Just get a job, make the fries and send ur pay check to Geesu. When you get home look through the sma and inl files . Change some and mess them all up. Then come back here and ask how to fix it and you will learn what not to do. Or you could just go to the old forums and read all the posts until ur...
by algee2005
Thu Aug 04, 2005 1:28 am
Forum: WC3XP - Bug Feedback
Topic: Native error in "get_user_maxspeed"
Replies: 2
Views: 14058

thanks.
i might as well play around with the code, being a programmer at work i feel all home in sma files :D

meh, i suggest you to add an log_amx entry for access to wc3_givexp - so people can find abusing admins. i have done this for our plugin and will test it today.
by algee2005
Wed Aug 03, 2005 5:23 am
Forum: WC3XP - General Discussion and Help
Topic: Amxmodx 1.5
Replies: 4
Views: 8204

i guess you will have to recompile it on the new compiler, but it should be compatible oO
by algee2005
Wed Aug 03, 2005 12:14 am
Forum: WC3XP - Bug Feedback
Topic: Native error in "get_user_maxspeed"
Replies: 2
Views: 14058

Native error in "get_user_maxspeed"

Code: Select all

L 08/02/2005 - 21:46:54: [AMXX] Native error in "get_user_maxspeed" on line 4452 (file "warcraft3.sma").
L 08/02/2005 - 21:46:54: [FUN] Invalid player 3
this comes up 1-2 times a day in our logfiles, is this something i need to worry about?
by algee2005
Wed Aug 03, 2005 12:04 am
Forum: WC3XP - General Discussion and Help
Topic: admin flag
Replies: 0
Views: 4549

admin flag

what will i need to change for the admin flag? what is the default? i can not find it in the cfg file :?

nvm i found it, its ADMIN_RCON per default, to change in the warcraft3.sma file on line 9331.
by algee2005
Tue Jul 19, 2005 4:01 pm
Forum: Help/Support
Topic: war3ft.amxx BAD LOAD !!! I THINK ITS THE PROBLEM !! PLZ HELP
Replies: 15
Views: 19589

is there any error in the logfiles right after you rebooted the machine or changed map?

do "amxx modules" in server console and post what it replies.
by algee2005
Tue Jul 19, 2005 9:41 am
Forum: Help/Support
Topic: ML_RACENOTFOUND
Replies: 9
Views: 12462

its offline :(
by algee2005
Mon Jul 18, 2005 2:12 pm
Forum: Help/Support
Topic: ML_RACENOTFOUND
Replies: 9
Views: 12462

i will (when i get my aim running again, its tarded lately :/)
thx
by algee2005
Mon Jul 18, 2005 10:28 am
Forum: Help/Support
Topic: ML_RACENOTFOUND
Replies: 9
Views: 12462

i ran version 2.2.3, upgraded to version 2.2.4 with the modification. meh, can the minor version change be the problem :shock: but right now it should be the version 2.2.3 again since i put it back in place after the problems accured. i will upload the original amxx file from the archive again to be...
by algee2005
Mon Jul 18, 2005 2:16 am
Forum: Help/Support
Topic: scroll of respawn gives mp_startmoney
Replies: 16
Views: 21768

well, it did for us, and the code clearly tell that it works this way. just look at other.inl, line 416 - its there... public func_spawn(parm[2]){ #if ADVANCED_DEBUG writeDebugInfo("func_spawn",parm[0]) #endif if (endround){ set_user_money(parm[0],get_user_money(parm[0])+itemcost2[0],1) return PLUGI...
by algee2005
Mon Jul 18, 2005 1:39 am
Forum: Help/Support
Topic: ML_RACENOTFOUND
Replies: 9
Views: 12462

huh sorry when i posted in the wrong section :oops: i only edited the file other.inl -> removed the lines 416-426. i can send you the modified source code if you want... we used FT_races 8, but then people wanted the 5 race version. now, since the modified plugin is causing trouble, i have set it to...
by algee2005
Sun Jul 17, 2005 11:59 am
Forum: Help/Support
Topic: ML_RACENOTFOUND
Replies: 9
Views: 12462

ML_RACENOTFOUND

hey again, i tried my modified plugin a while (i removed 10 lines from the sma files that caused a player to get full startmoney when they respawn) now it looks like i invited like 2000 more bugs... since i used the modified plugin, many people get this message when they gain levels and stuff: ML_RA...
by algee2005
Wed Jul 13, 2005 3:12 pm
Forum: Help/Support
Topic: Settings in Config file ignored
Replies: 13
Views: 21894

there is a reason for this, XP is calculated weird (but good :P ) basically xp you earn is: xpbasedonyourlevel + bonusxpthatisintheconfigfile So it's just doing + 0, but you still get that xpbasedonyourlevel ooh i guess then this was in reply to my question? i thought you replied to that other guy,...
by algee2005
Wed Jul 13, 2005 3:09 pm
Forum: Help/Support
Topic: scroll of respawn gives mp_startmoney
Replies: 16
Views: 21768

sorted :)

for those that are interested:

its in the file other.inl, remove the lines 416-426, recompile the wc3 sma file, upload the wc3 amxx file and respawn will give you the money you got before furthermore.

why was this included at all?
by algee2005
Wed Jul 13, 2005 2:02 am
Forum: Help/Support
Topic: Settings in Config file ignored
Replies: 13
Views: 21894

oh shizz0r :oops: thx for the hint well, i have done all that, the modules were removed (for some reason geoip was still running AFTER i removed it from modules.ini) but i still get this odd behaviour :( how is this possible? i mean, i did amxx cvars and it brings up the cvars exactly as i set them ...
by algee2005
Wed Jul 13, 2005 2:01 am
Forum: Help/Support
Topic: scroll of respawn gives mp_startmoney
Replies: 16
Views: 21768

huuh is it very difficult to change that?
what will i have to do for this, im a rather sma coding noob :(
by algee2005
Mon Jul 11, 2005 1:21 pm
Forum: Help/Support
Topic: scroll of respawn gives mp_startmoney
Replies: 16
Views: 21768

scroll of respawn gives mp_startmoney

yo, when people on our server use scroll of respawn, they always get 16000 $ (thats what our mp_startmoney is set to) is there a way to let the players stick with the amount of money they got before respawning? its causing some trouble cuz some people abuse this and turn the server into some kind of...
by algee2005
Mon Jul 11, 2005 1:17 pm
Forum: Help/Support
Topic: Settings in Config file ignored
Replies: 13
Views: 21894

nightscream wrote:mysql, engine, fun, war3ft
well, after disabling all modules as i was told, these are the only modules left running now, so i should be fine :P

i will test that stuff now.
by algee2005
Mon Jul 11, 2005 12:26 pm
Forum: Help/Support
Topic: Settings in Config file ignored
Replies: 13
Views: 21894

hmm.. is it possible to check what plugins/modules need other plugins/modules? i ll just do some trial and error :P here is my wc3ft.cfg: // Warcraft 3 Frozen Throne Configuration File // Note: NO MATTER WHAT, you must have the mysql module running // even if you're not using it mp_savexp 1 // Enabl...
by algee2005
Sun Jul 10, 2005 2:01 pm
Forum: Help/Support
Topic: Settings in Config file ignored
Replies: 13
Views: 21894

Settings in Config file ignored

hey there, i have some odd problem with the wc3FT.cfg file.. the settings i have set for xp to be given out seem to be ignored by the plugin. i have most of the events like plant bomb, defuse bomb, recue hostages, etc set to give out 10 xp. but it looks like they are overridden with the plugin defau...