Problem about Hellmouth !

07/13/2011 13:34 trollz80#1
Hi everyone ,

I made my own server but I have a problem with this one :

I run my server , then I run the client , I created an account to test my serv'. , and it's blocked that this :

[Only registered and activated users can see links. Click Here To Register...]

Do someone knows what happens ? :(

Thanks for futures replies! (No DreadNaught or BaussHacker , go away :) )
07/13/2011 13:38 Pro4Never2#2
i think creating account in hellmouth source doesn't need SQL, just write a username and password in the login client and it will create it automatically

don't toch the sql table

ex: go and login with a non created account and it will be created

try it and tell me
07/13/2011 13:44 trollz80#3
It makes the same thing. :/
07/13/2011 14:02 Pro4Never2#4
ahhhh wait, in the settings.txt file, the database name must be the same in navicat i think the server doesn't find the sql database that why it makes errors , i see here you named it 5355 and i think it must 5310 check in settings.txt before renaming
07/13/2011 14:06 trollz80#5
IP=5.231.74.237
USERNAME=root
PASSWORD=1234
DATABASE=5310
DMGREDUCT=80

Indeed.. XD
So what do I must to do?
07/13/2011 14:10 Pro4Never2#6
rename the database in navicat , make it 5310 and u're done !
07/13/2011 14:44 trollz80#7
It works! Thank you a lot ! My first server is done ! :)

How can I do to be a PM/GM on my server? I don't see [GM] in Navicat : Account or Characters.
07/13/2011 16:08 Pro4Never2#8
can you please check the hellmouth source FAQ? if you read it you will not have problems just be smart

i'll tell you this
go to accounts table , egit the permission

1 = player
2 = mod
3 = gM
4 = PM

idk how to make [GM] at the last of ur name
07/13/2011 17:19 trollz80#9
For [GM] I just had to write in character's name in Navicat.
Thanks :P
I'm going to watch the P4N's FAQ.
07/13/2011 17:57 BaussHacker#10
Make sure to enable innodb, if you use appserv or something. (You do it at install.)
07/13/2011 22:04 trollz80#11
Quote:
Originally Posted by BaussHacker View Post
Make sure to enable innodb, if you use appserv or something. (You do it at install.)

No ? Is it a joke ? BaussHacker helped me ? :O

Thank you , but already done ^^.

I'm looking for NPC's functions now , I know how to make them , give items with a NPC , but now I'm looking for thing to add to the text , about things buying , multi-give item , and how to give these things just ONE TIME.
07/13/2011 22:15 _DreadNought_#12
20 Questions or what?

Could you please explain what you mean trollz, I dont quite understand what your asking in the above post?
07/13/2011 22:17 trollz80#13
About NPCs ?
07/13/2011 23:05 pro4never#14
He wants to know how to write npcs... If he read the FAQ like people suggested already then he'd now how.
07/14/2011 06:15 Spirited#15
Quote:
Originally Posted by BaussHacker View Post
Make sure to enable innodb, if you use appserv or something. (You do it at install.)
Appserv is a joke...
[Only registered and activated users can see links. Click Here To Register...] is the official one... and if you set it up with 1500 concurrent connections, you'd be better off. Plus it installs innodb automatically because everyone uses that now.