Xantara's Flux CP databases are empty?

Valiente

New member
Messages
90
Points
0
How do I make the items/mobs appear?

This what I see:

Items
Search...

No items found. Go back.

 
you must execute youre item_db.sql, item_db2.sql, item_db_re.sql, mob_db.sql, mob_db2.sql, mob_db_re.sql in your ragnarok database.

 
you must re-install your flux cp, how to reinstall? delete the cp_* files in your ragnarok database.

 
Delete your cp_* in your database then delete the files inside

FLUX_ROOT/data/schemas/charmapdb/ and
Code:
FLUX_ROOT/data/schemas/logindb/
Then install or update everything.

 
Delete your cp_* in your database then delete the files inside

FLUX_ROOT/data/schemas/charmapdb/and
Code:
FLUX_ROOT/data/schemas/logindb/
Then install or update everything.
I just did that, now it skips the installation process.

 
Last edited by a moderator:
This is something I inquired about on the Git project page; Currently, it's not compatible because Hercules makes usage of two fields for atk / matk, and equip_level became equip_level_min and equip_level_max. Xantara's CP is written for rAthena, which still uses the atk:matk and equip_level fields.

I'm in the process of trying to find someone to update the item module contents so that the control panel supports latest Hercules. This will happen hopefully sooner rather than later.

RE: http://herc.ws/board/topic/1692-flux-item-monster-database-issues/

As for your having issues skipping the install page, go into your config/application.php file and modify the session key to a different name, or, clear your browser cookies.

 
Last edited by a moderator:
Hi, i have modified the fluxcp modules to make it compatible with hercules,

you can try the attachment below.

This file goes to modulesitem

It's working fine with me using hercules database, hope it helps.
default_smile.png


index.php

 

Attachments

This is something I inquired about on the Git project page; Currently, it's not compatible because Hercules makes usage of two fields for atk / matk, and equip_level became equip_level_min and equip_level_max. Xantara's CP is written for rAthena, which still uses the atk:matk and equip_level fields.

I'm in the process of trying to find someone to update the item module contents so that the control panel supports latest Hercules. This will happen hopefully sooner rather than later.

RE: http://herc.ws/board/topic/1692-flux-item-monster-database-issues/

As for your having issues skipping the install page, go into your config/application.php file and modify the session key to a different name, or, clear your browser cookies.
Flux skips the installation process when I delete the schemas inside these folders: FLUX_ROOT/data/schemas/charmapdb/ and FLUX_ROOT/data/schemas/logindb/

Should I really delete these schemas? I believe they are necessary for the installation.

Hi, i have modified the fluxcp modules to make it compatible with hercules,

you can try the attachment below.

This file goes to modulesitem

It's working fine with me using hercules database, hope it helps.
default_smile.png
It doesn't work.
default_sad.png


 
Last edited by a moderator:
I got it working now (viewing of items, but still no atk/matk. lol), the problem is the tables. For some reason, I am getting the same error even though I am using pre-renewal configurations, which uses the old field tables.

 
Last edited by a moderator:
OH! My partial-fix is for RE-mode >.< Sorry ;; Are you getting an error about the equip_level column?

 
OH! My partial-fix is for RE-mode >.< Sorry ;; Are you getting an error about the equip_level column?
No, just the attack part, just commented them out. Still trying to figure out how to modify the code.

 
Same issue here. It worked fine with rAthena, but unfortunately it doesn't with Hercules.

I ran it in de-bug mode and the following message was given:

Message: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'attack' in 'field list'

public_html/cp/modules/item/index.php:276

Quick edit, oh... I just read you posted another thread stating the same issue. My bad.

 
Last edited by a moderator:
This is the one I've been using and it's working fine with me.
 
Attack and Matk is working fine in the Item List and View page.
 
Just extract the to the correct folders.
 
Modules.7z goes to modules/item/
 
item.7z goes to themes/themeyouareusing/item/
 
Edit:
 
Added screenshots:
 



modules.7z

item.7z

 

Attachments

Last edited by a moderator:
Strange... I don't know about Valiente, but it still doesn't seem to work for me.

The error message has changed though:

Message: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'matk' in 'field list'

File: /public_html/cp/modules/item/index.php:297

 
Last edited by a moderator:
Back
Top