Page 1 of 1

help . how to set hellbound level ?

Posted: Sat Feb 04, 2012 5:52 am
by 木马屠城
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666


help . how to set hellbound level ?
I want tu set zoneleve for mdb , but i can 't find the hellhound ...

Re: help . how to set hellbound level ?

Posted: Sat Feb 04, 2012 5:29 pm
by nonom
Check here:
http://svn.l2jdp.com/branches/unstable/ ... iables.sql

Normally this table is initialized the first time you are running a game server. I have something like:

Code: Select all

mysql> select * from global_variables;+---------------+---------------+| var           | value         |+---------------+---------------+| HBLevel       | 11            || HBTrust       | 4000000       || SoDLSCDate    | 1299032925972 || SoDState      | 1             || SoDTiatKilled | 0             |...+---------------+---------------+.. rows in set (0.00 sec)
Note: You must to have your server down to change any of these values.

Re: help . how to set hellbound level ?

Posted: Sat Feb 04, 2012 7:54 pm
by Zoey76
Or you can use ingame //hellbound_setlevel 11

But in those revisions I doubt you got Hellbound. :cry: