Page 1 of 1

problem with my xp - want to double it

Posted: Wed Jan 02, 2008 3:58 pm
by ronydi
Hello,

I am new on this forum.I have a little problem. I want to double my xp on my server. My server is cs.ronaldo.ro , and i want to make lvl 10 with 102400 xp.
I use linux slackware on my server. I entered in /usr/hlds/cstrike/addons/amxmodex/configs/war3ft and i don't see where can i double my xp. I have entered in /usr/hlds/cstrike/addons/amxmodex/scripting/war3ft/xp.h
and there is
// Amount of XP needed to gain a level
new iXPLevelShortTerm[11] = {0,150,300,600,1000,1500,2100,2800,3400,4500,5500};
new iXPLevelSaved[11] = {0,100,200,400,800,1600,3200,6400,12800,25600,51200};
and i double them like so :
// Amount of XP needed to gain a level
new iXPLevelShortTerm[11] = {0,300,600,1000,1500,2100,2800,3400,4500,5500,11000};
new iXPLevelSaved[11] = {0,200,400,800,1600,3200,6400,12800,25600,51200,102400};

BUT NOTHING DONE :( WHY ? can you help me pls
--- Please enter the following information for support ---
War3ft Version: v3.0
Amxmodx Version: v1.76d
Metamod Version: v1.19

Posted: Wed Jan 02, 2008 6:01 pm
by YamiKaitou
Did you remember to recompile the plugin file after you edited it?

Posted: Fri Mar 21, 2008 4:55 am
by DeLiriuM
I did the same. Tried to compile it, and here's the result

Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

/home/groups/amxmodx/tmp3/phpgNZhR9.sma(62) : fatal error 100: cannot read from file: "war3ft/constants.inl"

Compilation aborted.
1 Error.

Posted: Fri Mar 21, 2008 7:41 am
by YamiKaitou
You can't use the web compiler. You must compile locally. Read the AMXx docs for assistance