problem with my xp - want to double it

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
ronydi
Peon
Posts: 1
Joined: Wed Jan 02, 2008 3:51 pm

problem with my xp - want to double it

Post by ronydi » Wed Jan 02, 2008 3:58 pm

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

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Jan 02, 2008 6:01 pm

Did you remember to recompile the plugin file after you edited it?
Image

No support via PM or Email

DeLiriuM
Peon
Posts: 2
Joined: Thu Mar 20, 2008 3:46 am

Post by DeLiriuM » Fri Mar 21, 2008 4:55 am

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.

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Fri Mar 21, 2008 7:41 am

You can't use the web compiler. You must compile locally. Read the AMXx docs for assistance
Image

No support via PM or Email

Post Reply