help . how to set hellbound level ?

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
木马屠城
Posts: 2
Joined: Mon Feb 15, 2010 2:31 am

help . how to set hellbound level ?

Post 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 ...
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: help . how to set hellbound level ?

Post 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.
Image
"There are three kinds of people in this world, those who can count and those who can't"
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: help . how to set hellbound level ?

Post by Zoey76 »

Or you can use ingame //hellbound_setlevel 11

But in those revisions I doubt you got Hellbound. :cry:
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply