Jump to content

Notorius

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by Notorius

  1. Buenas vengo con una duda sobre el limite maximo que se puede establecer, veran tengo entendido que para cambiar el HPMax se hace en pleyer.conf y que es esta la seccion que tengo que cambiar // Maximum HPs depending on base level. Default values are: // Lv 99: 330000 // Lv150: 660000 // Lv175: 1100000 max_hp_lv99: 330000 max_hp_lv150: 660000 max_hp: 2500000 pero mi dudas es porque cuando canvio este ultimo valor max_hp Todos los user lo alcansan de inmediato sin necesidad de usar cartas como la tao gunka es decir si yo establesco 20000000 todos tienen esa vida automaticamente lo que yo quiero saber es que tengo que modificar para que el limite maximo a alcanzar sea 20 millones pero para poder llegar a este tengan que usar cartas stats equipo etc.
  2. Hello, what should I do so that for each refine level the holy light increases by 2%? bonus2 bSkillAtk,"AL_HOLYLIGHT",getrefine();}
  3. ya pude solucionar eso con ayuda de @AceofSpades pero aun tenemos un problemin despues de votar los puntos de votacion no se agregan en el npc
  4. actualizo la info que tengo este es el error de la consola https://prnt.sc/-dD3Us8ldQau
  5. hola tengo un problema e instalado este complemento para flux cp https://github.com/sanasol/FluxCP_Addons-VoteForPoints pero el problema es de cuando quiero agregar un sitio de votacion me aparece el menu de agregar pero cuando le doy en agregar la pagina solo se recarga y no se agrega la pagina estoy pensando que son las tablas sql pero no se donde este el error ya que los usuarios normales no pueden entrar al panel de votacion solo los admin alguien que conozca una solucion? no me arroja ningun error
  6. Hola acabo de instalar este sistema de votos pero tengo un problema al momento de agregar alguna pagina para votos este solo se recarga y no agrega la nueva pagina aparece como si no hubiera echo nada no me sale ningun error en pantalla cual sera mi error? ademas de que no deja entrar a los usuarios que no son admin al panel de votacion https://prnt.sc/OYBippYKAbDm
  7. listo la solucion fue volver a subir las tablas sql del emulador a ecepcion de la de main y logs las demas las subi otra vez eso lo soluciono todo ademas de que tuve que instalar las tablas sql del flux cp de manera manual gracias por la ayuda todo fue un enredo lo que hice alparecer por eso tuve que reinstalar todo xd
  8. no me aparecen los items ni los mobs tampoco puedo restaurar pocicion del personaje ni la apariencia estas ultimas me dicen que no estoy autorizado
  9. sigue sin funciona r sera que debo activarl algo dentro de acces o aplication? otra cosa no deja restablecer posicion ni si quiera a los admin manda el siguiente msj no estas autorizado
  10. al momento de actualizar me lanza este error Se encontró un error durante la vigencia de la aplicación. Esto podría deberse a una variedad de problemas, como un error en la aplicación. Sin embargo, normalmente es causado por una mala configuración . Detalles de la excepción Error: Flux_Error Mensaje: error crítico de MySQL en el instalador/actualizador: nombre de columna duplicado 'use_existing' Archivo: /home/relaxro1/public_html/lib/Flux/Installer/Schema.php:131 archivo Linea Función/Método /home/relaxro1/public_html/lib/Flux/Installer/Schema.php 155 Flux_Installer_Schema::instalar() /home/relaxro1/public_html/lib/Flux/Installer/MainServer.php 52 Flux_Installer_Schema::actualizar() /home/relaxro1/public_html/modules/install/index.php 83 Flux_Installer_MainServer::updateAll() /home/relaxro1/public_html/lib/Flux/Template.php 375 incluir() /home/relaxro1/public_html/lib/Flux/Dispatcher.php 170 Flux_Template::render() /home/relaxro1/public_html/index.php 169 Flux_Dispatcher::dispatch() Rastreo de excepción como cadena pero si borro todas las tablas cp_ ahora el error dice que las tablas no existen Se encontró un error durante la vigencia de la aplicación. Esto podría deberse a una variedad de problemas, como un error en la aplicación. Sin embargo, normalmente es causado por una mala configuración . Detalles de la excepción Error: Flux_Error Mensaje: error crítico de MySQL en el instalador/actualizador: la tabla '121403179_servidor.cp_itemshop' no existe Archivo: /home/relaxro1/public_html/lib/Flux/Installer/Schema.php:131 Archivo Línea Función/Método /home/relaxro1/public_html/lib/Flux/Installer/Schema.php 155 Flux_Installer_Schema::instalar() /home/relaxro1/public_html/lib/Flux/Installer/MainServer.php 52 Flux_Installer_Schema::actualizar() /home/relaxro1/public_html/modules/install/index.php 83 Flux_Installer_MainServer::updateAll() /home/relaxro1/public_html/lib/Flux/Template.php 375 incluir() /home/relaxro1/public_html/lib/Flux/Dispatcher.php 170 Flux_Template::render() /home/relaxro1/public_html/index.php 169 Flux_Dispatcher::dispatch() Rastreo de excepción como cadena
  11. hello this ami is working for me send me the full text to see if i can find the error
  12. Tengo una duda es realmente necesario reinstalar totalmene el flux cp estoy usando la ultima version de flux cp es que e estado teniendo problemas con el que pasaron ariva al reinstalar me dice que esta ya instaladas las tablas cp_ pero aunque las borre me sigue apareciendo el error
  13. use this. Script: | if (readparam(bAgi)>=77) { bonus bDelayRate,-100; }
  14. donde desactivo el emblemwebservice otra cosal cual tabla de item subiste ala base de datos es que ami me aparece laas tablas de mi emulador con un _re que me imagino que es de renewall y las otras no lo tienen subo las que no tienen el _re al final?
  15. thank you. I have a question. I'm using the latest version of rathen, is there a list of all the bonuses that can be added? And if I want the bonus to be applied to the wizard as well as to the high wizard, how should the script be? An example if I want the applicable bonus to be for Sage and Professor, how should the bonus be? one more dua if it's for baby job is it the same? Hello, it's me again, I have a question. Is the way I'm doing it correct? The damage increases by 1% of the skill per refine. if (class == JOB_ALCHEMIST || class == JOB_CREATOR || class == JOB_BABY_ALCHEMIST){ bonus2 bSkillAtk,"AM_ACIDTERROR",20; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",getrefine(); bonus2 bSkillAtk,"AM_ACIDTERROR",getrefine();} ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- { . @r = obtenerRefinar (); bonus2 bSkillAtk , "CR_ACIDDEMOSTRATION" , . @r ; } In a section of the forum I found this but it did not help me, it gave me an error when giving realoaditemdb but it says there that it is to increase 1% per refine and the one I am using I do not know if it works the same as this
  16. Hello, I have doubts about how to add effects for the classes in the items. I don't know how they work. This is a bonus. I don't know how to make an effect work for high priest, another for soul linker and another for high wizard. Script: | bonus bInt,3; bonus bMatkRate,15; if (class == Job_Soul_Linker) bonus2 bSkillAtk,"SL_SMA",25; bonus2 bSkillAtk,"SL_STUN",25; if (class == Job_Mage) bonus2 bSkillAtk," ",25; bonus2 bSkillAtk," ",25; if (class == Job_Acolyte) bonus2 bSkillAtk," ",25; is this the correct way?
  17. hi i have a problem i am using purple_theme from @skyzone i am trying to fix the download button but when i press it it doesnt just reload the page and i converted the youtube button to be a discord invite button but i dont know how to make it work when open this error download.php index.php
  18. Notorius

    FLUC CP Error

    thank you finally i was able to install my fluxcp my error was in the data i entered
  19. Notorius

    FLUC CP Error

    Does anyone know how to reinstall? It is that it does not let me make changes to reinstall from 0
  20. Notorius

    FLUC CP Error

    hello I have a problem when I was trying to install the database I made a mistake with the mysql user data but now I don't know how to reinstall install again I already changed the data and I still get the error
  21. hola vengo con una nueva duda estoy tratando de agregar equipo shadow que se equipe en la parte custome pero aun no logro hacerlo funcionar solo como equipo normal le esta guía que esta dentro del emulador pero no me esta funcionando estos son mis archivos ya agregue en el location del item_db.yml de la siguiente manera Locations: Shadow_Armor: true pero no se tengo que cambiarle algo en mi carpeta info.lua ayuda porfa ?
  22. hello I want to add a shadow armor but I don't understand how to add it in my item db and in my inteminfo.lua
  23. Buenas pude solucionarlo al parecer era sprite el que no estaba funcionando cambie de sprite y todo funciono ojala esto le sirva a alguien ;)
×
×
  • Create New...