Hi, I can not download from RapidShare.
Please upload somewhere else.
Printable View
Hi, I can not download from RapidShare.
Please upload somewhere else.
I find that a lot of you are having some problems with this pack.. I will now try answering as many questions as I know the answer to atm :)
- The thing about setting realmlist to 1 is very normal!
@ WarWrath, use Navicat and open the Database (user: root, pass: root) and double click the "Realm_list" in Kobold database and edit the line "Status" to "1" instead of 3 or 0 ..
@wizzzy
I dont really think so.. Just open the ports: 3724, 3725 and 4200.. That should do it for the ports :)
@flanigan
Not my area sorry..
@Caimbeul
I cant really see what your problem is .. except youre using Z instead of W.. Atm I can't see what the problem is.. Maybe Kennythekid or Cyberghoser1 or some other pro can answer your question.. I'll post fast if I find out what the problem is!
@cyberpred..
I might do this later.. But not atm im afraid.. Maybe tomorrow :) Hope you can wait.. I am kind of busy atm :(
@kulluo
Hmm, strange.. Try reinstalling the pack.. I haven't seen others having these kind of bugs..?
@DarkSaber
Remember to change your IP to 127.0.0.1 in both Realm_list and worldserver_list in the SQL database using Navicat! (user: root, pass: root)... If its for singleplayer.. Else.. Try this one: http://forum.ragezone.com/world-warc...ed-182574.html
If you want to change Xp rates, you seek the file : "kobold/WS/scripts/config.py".. Be sure to run Clean.bat when you have changed it, before running the server again..
Be sure to download the fix in the main post!! It fixes a critical error! If you haven't already downloaded it, you'll have problems!
Hope this helps a lot of you guys... I am sorry this might be a bit bugged.. Thats why I need testers to test before I send this out.. I currently have 2, so you might not see many bugs in future releases :) Hopefully not :)
Thanks for your understanding, Drake.
Thanks Drakelord, I had the same problems as WarWrath.
Thanks!
Signed,
Zer0xe
I've discovered a slight error in the functions.py script for XP calculation. Left as-is, I was unable to get XP for mobs that were of a lower level than my character due to the structure of the script. To fix it, simply move the script code that handles this calculation after all variables that it uses have been defined as shown:
This way, the variable g is defined before the final IF statements at the end and the proper XP is calculated.Code:# XP CALCULATOR by dISS of LDT #####################
# Zero Diffrence point #############################
if PLAYERLEVEL >= 1 and PLAYERLEVEL <= 7: z = 5.0
elif PLAYERLEVEL >= 8 and PLAYERLEVEL <= 9: z = 6.0
elif PLAYERLEVEL >= 10 and PLAYERLEVEL <= 11: z = 7.0
elif PLAYERLEVEL >= 12 and PLAYERLEVEL <= 15: z = 8.0
elif PLAYERLEVEL >= 16 and PLAYERLEVEL <= 19: z = 9.0
elif PLAYERLEVEL >= 20 and PLAYERLEVEL <= 29: z = 11.0
elif PLAYERLEVEL >= 30 and PLAYERLEVEL <= 39: z = 12.0
elif PLAYERLEVEL >= 40 and PLAYERLEVEL <= 44: z = 13.0
elif PLAYERLEVEL >= 45 and PLAYERLEVEL <= 49: z = 14.0
elif PLAYERLEVEL >= 50 and PLAYERLEVEL <= 54: z = 15.0
elif PLAYERLEVEL >= 55 and PLAYERLEVEL <= 59: z = 16.0
elif PLAYERLEVEL == 60: z = 17.0
if PLAYERLEVEL >= 1 and PLAYERLEVEL <= 9: g = 5.0
elif PLAYERLEVEL >= 10 and PLAYERLEVEL <= 20: g = 6.0
elif PLAYERLEVEL >= 20 and PLAYERLEVEL <= 29: g = 7.0
elif PLAYERLEVEL >= 30 and PLAYERLEVEL <= 39: g = 8.0
elif PLAYERLEVEL >= 40 and PLAYERLEVEL <= 44: g = 9.0
elif PLAYERLEVEL >= 45 and PLAYERLEVEL <= 49: g = 10.0
elif PLAYERLEVEL >= 50 and PLAYERLEVEL <= 54: g = 11.0
elif PLAYERLEVEL >= 55 and PLAYERLEVEL <= 60: g = 12.0
if MOBLEVEL == PLAYERLEVEL: XP = ((PLAYERLEVEL * 5) + 45)
elif MOBLEVEL > PLAYERLEVEL: XP = ((PLAYERLEVEL * 5) + 45) * (1.00 + 0.25 * (MOBLEVEL-PLAYERLEVEL))
elif MOBLEVEL < PLAYERLEVEL:
if PLAYERLEVEL-MOBLEVEL < g: XP = (PLAYERLEVEL * 5 + 45) * (1 - float(PLAYERLEVEL-MOBLEVEL)/z)
if PLAYERLEVEL-MOBLEVEL >= g: XP = 0
So, is it possible to change XP?
Can some one give the gm commands and a description of what they do becouse i use for exemple .kill and it doesnt work :\ i thick there are new commands or something like XD
btw thx very much Drakelord :D i can now enter the server :PPPPPP
@Drakelord,
It's just a general bug that I found in the repack. Fixing it takes all of about 5 seconds using conTEXT. Just wanted to post my findings in case anyone else was having the same problem.
I'd rather you check this out yourself and confirm before deciding what you want to do. ;)
@Ch40t1c,
Yes you can change the XP rate, the formulas are right there. So are the breakpoints for the level difference used to determine whether or not you get XP at all (variable g) & etc.
~ Severnaya
I got 2 problems:
1) Server status alwas off while all things works.
2) What is the translater folder for? I mean there is any use of it? And how.
Great work ppl, you are making the best repack of Kobold. And I see your have translated to vietnamese =))) one day will be also chinese...maybe.
I got 2 problems:
1) Server status on web page always off, while all things work well.
2) What is the translateter folder for? there is any use of it and how to?
Thanx for this great gift for all of us, lamer, n00bs, newbe, and just a starting admins :biggrin: .
Ok Its not random I can sit and watch hitpoints degrade till they die. I tryed reinstalling still have the issues. Pets after tame shows as your pet but is dead cant be revived or healed. Now I do have 1 warlock running around and wondering if his Drain Life (or some spell of the sort) spell could be Draining everyones life?Quote:
Hmm, strange.. Try reinstalling the pack.. I haven't seen others having these kind of bugs..?
I wait in anticipation for the New Upload. Lord Drake thks in advance. :drinks_no
confirm very easy
@Kulluo
I think Drain Life and that other sort of spells could train everyones Life/Mana/Soul
I think so, Yes.
Signed,
Zer0xe
Same problem with all tigers in Winterspring and all cats (panters and tigers) in strangelthorn here! Tameable are for example Chillwind Dragons in Winterspring.
@Drakelord
I found the error as i wrote in the last post i made:
I used an item that was on a character but not in the item database. That made the server restart. I just erased the item from the inventory and everything works good now!