Wipe ur database and i don't think you can include numbers in your Character name by default.
Printable View
Well, the account registration is fine, nothing mess coming out from them. The problem is creating new characters.. its not disconnected gamedbd or whatever error, but instead, naming the character is becoming a problem. They keep showing "There is alrdy a char by this name" and when I checked the roles in phpmyadmin, there is no duplicating name. Even creating with a complex random name with numbers and alphabets, still the same mesg shown up, "There is alrdy a char by this name". So, any clue whats wrong? before I decide doing the clean install all over again (well I can do that though, problem is, Im asking because of my sense of curiosity if someone out there knows the way to fixed it, and in case its happening again, will just fixed it rather than losing everything that included time wasted).
- - - Updated - - -
Got it, I think database been a total damaged after using the plugin in iWeb.. Send Mail.. and caused this problem. Lesson learned, had no choice but to make a total clean up, since trying to back up and replace in the clean install also dragging this mess. So the only option left for me is to do another total clean install and losing all the previous database. Hopefully someone can come up with the plugin problem "Send Mail", since its kinda good plugin for devs like sending a gift or something to players. Thanks again for helping.
I finally have this and I will be seeding for a long time. Now I havce a slight issue. I have a newer version of ubuntu and its the only one my host offers is it possible to make this run on it.
12.04.3 is included in the release :wink:
I am on 14.04 lts 64 bit
- - - Updated - - -
Oh an thank you so much for all the hardwork you did.
- - - Updated - - -
Or am I missing something and I can install the included version to my dedicated server?
- - - Updated - - -
I just attempted a mod to the installer myself I will let everyone know how it goes.
- - - Updated - - -
Hopefully somone can help me out I am still working on it and if I get it done ill post it but if someone already knows please let me know.
- - - Updated - - -
Yeah sorry guys I dunno I cant get it done either that or my server is tripping it keeps trying to update headers and just sitting there
Okay, it looks like I /will/ be doing a 151 addon for this package after all. Despite my desire to stay away from this bloody game there are two major contributing factors to me deciding to "do" a 151 addon. In no particular order, I have a RL friend who is REALLY annoying, and happens to be very computer illiterate (and would like to run this package, but, 151 @.@) - and another was the recognition I got while playing on RaGECRAFT last night.
http://forum.ragezone.com/attachment...0&d=1420563469
It is nice to feel appreciated!
ALSO:
//offtopic
Be sure to come play on RaGECRAFT with us &&:
Be sure to check out my MineCraft (CraftBukkit) release here:
http://forum.ragezone.com/f627/relea...7/#post8265458
God? lol.. I would never say 343 is a God.. heck no! If there is another beyond God, THATS 343! lolz.. And awesome! Finally 151 in this package is coming soon, I cant wait for that. (Even though there's a lots of release from someone else for 151, but nah.. I'll wait for 343 release.. XD)
Long live 343 release package!
P/S:- My offer to help anyone installing 343 release is still on, so feel free find my previous post about it if u need me.
Looks ill be installing it just to check it out xd.
How i can activate the in game shop for 146?
I´m only interested in basic items like inventory stones and stuff like that, but i don't have any idea on how to do it.
Thanks.
its not "inactivated"... the boutique shop is there, the reason they not appearing is because they're empty. Now, what u going to do is edit the gshop.data in client folder, copy them somewhere and use gshopedit in PW_Dev.iso to edit them. After ur done editting, save them (gshop.data for client, gshopsev.data for server) and paste them both in client and server. Done, ur good to go. If ur lazy editting, do the search button, quite many of gshop.data in this thread available for download and use.
343 does the new version store the passwords different from the old version?
No, passwords are the same across all versions too so that the ONE db can be used for all versions/addons :wink:
Is there any way to make the game server to read different encrypted passwords?
It would look something like this:
if($algorithm == '0')
{
return md5($string1.$string2); //(i know you might say that it reads them but it doesnt) also tried with 0x
}
elseif($algorithm == '1')
{
return base64_encode(md5($string1.$string2, true));