Straph Posted November 22, 2016 Posted November 22, 2016 On 29.12.2015 at 4:48 AM, arpora said: 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?
Aida Riko Posted March 10, 2017 Posted March 10, 2017 On 22/11/2016 at 3:53 PM, Straph said: I have the same problem. Does anyone know how to solve it? I have the same problem, help me please :(
simplexjay2 Posted June 1, 2017 Posted June 1, 2017 On 11/23/2016 at 3:53 AM, Straph said: I have the same problem. Does anyone know how to solve it? how did u upload map_cache.dat
Trezze Posted September 7, 2017 Posted September 7, 2017 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:
Lady Raga Posted September 9, 2017 Posted September 9, 2017 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
hendra814 Posted July 13, 2018 Posted July 13, 2018 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: not found parseNPC.php in lib/flux this addons doesn't support in lastest fluxcp
Ichigo Posted April 12, 2020 Posted April 12, 2020 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.
CyberDevil Posted April 21, 2020 Posted April 21, 2020 Here it is... but I couldn't get it to work on my FluxCP! ParseNPC.php
Surefirer Posted July 9, 2020 Posted July 9, 2020 (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. Edited July 9, 2020 by Surefirer add image
KhrizPlayCL Posted April 13, 2021 Posted April 13, 2021 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 el problema es que al cargar la carpeta NPC en el FluxCP se muestra todo correcto 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 ¿alguien tendrá alguna idea de como corregir la lectura del de la carpeta NPC? saludos,
Haganezuka Posted May 22, 2021 Posted May 22, 2021 @KhrizPlayCL how did you manage to upload all the npc files? am trying on my own but no luck... Can you help me?
Recommended Posts