Jump to content

Recommended Posts

Posted
On 29.12.2015 at 4:48 AM, arpora said:

219t3wi.png

 

I've been facing the same problem, but instead of getting no error messages I get "Successfull load 2 files", but no npc can be found in the database. Only maps are available...  

I have the same problem. Does anyone know how to solve it?

  • 2 weeks later...
  • 1 month later...
  • 1 month later...
  • 2 months later...
  • 3 months later...
Posted

Simple to solve.
edit the file fluxcp / lib / flux / parseNPC.php.
Changes the value --> $item  <-- to --> trim($item) <-- on line 57 and 60.
I renamed your zipped file npc.zip to npc_zip.zip.

example:

exemple.png

Posted

If someone can upload a vanilla mob_spawn sql database dump, it could be nice. I don't use fluxcp, but It could be nice to have it, to use it on a website. Just a little request :D 

  • 10 months later...
Posted
On 9/8/2017 at 3:59 AM, Trezze said:

Simple to solve.
edit the file fluxcp / lib / flux / parseNPC.php.
Changes the value --> $item  <-- to --> trim($item) <-- on line 57 and 60.
I renamed your zipped file npc.zip to npc_zip.zip.

example:

exemple.png

not found parseNPC.php in lib/flux

this addons doesn't support in lastest fluxcp

  • 1 year later...
Posted
On 7/13/2018 at 9:54 AM, hendra814 said:

not found parseNPC.php in lib/flux

this addons doesn't support in lastest fluxcp

Exactly, the new versions of flux do not incorporate that file.
Is there a way to adapt it or if someone has the parseNPC.php file and can share it.
Thank you.

  • 2 weeks later...
  • 2 months later...
Posted (edited)

I am not able to update load mob zip file, no matter what I do, it does not read and convert and add into sql table, after I upload the zip file, I can find the folder with actual files in public_html foler. I appreciate if anyone can help me on this, been trying for 2 days. 

 

 

1.JPG

Edited by Surefirer
add image
  • 9 months later...
Posted

yo he logrado hacer funcionar el monster spawn con la ultima version de FluxCP 2021, modificando todos los archivos de item DB del Addons

 

			if($server->isRenewal) {
				$fromTables = array("{$server->charMapDatabase}.item_db_re", "{$server->charMapDatabase}.item_db2_re");
			} else {
				$fromTables = array("{$server->charMapDatabase}.item_db", "{$server->charMapDatabase}.item_db2");

a

			if($server->isRenewal) {
				$fromTables = array("{$server->charMapDatabase}.item_db_re_compat", "{$server->charMapDatabase}.item_db2_re_compat");
			} else {
				$fromTables = array("{$server->charMapDatabase}.item_db_compat", "{$server->charMapDatabase}.item_db2_compat");

creando las vistas en la DB según las indicaciones Rathena

image.thumb.png.eb03fd3564257964e986a6eccc2595a0.png

el problema es que al cargar la carpeta NPC en el FluxCP se muestra todo correcto

image.png.1937eb6f7a35dc79c9a4e4de4c16577f.png

pero al revisar al detalle la DB "mob_spawns" veo que las hay casilla invertidas entre el range_y con mob_id y count con name, haciendo que no todos los mob se muestren de forma correcta en el flux

image.png.6d4ea6d1c8ef25d199916b648793ca65.png

image.png.6965519b785da7714cf958e4205174e2.png

¿alguien tendrá alguna idea de como corregir la lectura del de la carpeta NPC?

saludos,

  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...