Jump to content

Fluffle Puff

Members
  • Posts

    375
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Fluffle Puff

  1. Me duele la panzita D:!

  2. happy birthday (: happy birthday (:
  3. 1. He revisado detenidamente todo el tema y en ningun momento he mencionado sobre el router, unicamente del modem. (: 2. Insisto, Usted leyo bien mis comentarios o sufre de un problema de lectura? El usuario no tuvo NINGUN problema al configurar su servidor cuando le dije que usara su dirección única 127.0.0.1. El comenzo a tener sus problemas cuando deseo que otros usuarios se conectaran a su pc. 3. Ni el la guia oficial de Rathena se habra de comentar la IP de la forma en la que tu lo dices. Incluso se habla de asignar una IP. http://rathena.org/wiki/Connecting 4. Ud. ha leido nuestras reglas? Ud. puede acarrear problemas por su actitud. http://rathena.org/b...orum/132-rules/ Cierro el tema ya era sobre Cliente, GRF, Lua, Data y no sobre problemas de la creacion de personajes.
  4. http://rathena.org/board/files/file/6-ro-seta-crash-dump-viewer/
  5. //===== rAthena Script ======================================= //= Custom Item Quest //===== By: ================================================== //= jabs //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Quest to get the Custom Item //===== Additional Comments: ================================= //= 1.1 Fixed ingredients. Was too exploitable [Lupus] //= 1.2 Optimized. [Euphy] //============================================================ prontera,165,178,8 script Old Woman 103,{ setarray .@Items[0],714,25,1061,100,1095,200,618,10,1551,2,1614,1,727,20; set .@n$,"[Custom Items]"; mes .@n$; mes "I believe the item is called a ^FF0000God Item^000000. It makes you have invincibility skill!"; next; mes .@n$; mes "I need all of the following items:"; for(set .@i,0; .@i<getarraysize(.@Items); set .@i,.@i+2) { mes " ~ "+.@Items[.@i+1]+"x "+getitemname(.@Items[.@i]); if (countitem(.@Items[.@i]) < .@Items[.@i+1]) set .@nr } next; if(select("I have all of that!:I'll get those ASAP")==2) goto M_Leave; mes .@n$; if (.@nr) { mes "You lie! Get out of here and get those items, you sorry excuse for a rock star."; close; } for(set .@i,0; .@i<getarraysize(.@Items); set .@i,.@i+2) delitem .@Items[.@i], .@Items[.@i+1]; getitem 4145,1; set BerzQuest, 1; mes "Congratulations! You have all the items. Here is your ^FF0000God Item^000000, as promised."; emotion e_grat; close; M_Leave: mes .@n$; mes "Such a great item I have right here..."; close; }
  6. http://svn6.assembla.com/svn/ClientSide/Diff_Project/HKCU_Setup/Setup.exe put it on the desktop. deactive the antivirus. run it as administrator.
  7. Para descargarlos debes de utilizar el TortoiseSVN utilizando el boton que aparece al darle svn checkout que dice "Revision |_______| Show Log..." Igualmente en esa opcion puedes checar que Luas son para cada Cliente. Los Clientes del 2012, es verdad ya no traen la opcion de hacer que tengan "Read Data Folder First"... esto porque estos clientes ya la leen por default si tienes cosas de otro servidor en tu carpeta data (C:/Gravity/Ragnarok Online/Data) te puede causar problemas. Trata de cambiando Solo tus luas, ya que el emulador ya te funciona y ese al parecer es tu unico problema. Y yo creo que usted no esta aportando nada al decir que yo la he revuelto. Por ultimo, no se si usted tendra problemas de comprension de lectura o simplemente no ha leido debidamente bien todos los mensajes que yacen aqui escrito; El tiene problemas al dejar la IP local y por eso esta usando su IP publica.
  8. edit the config/application.php in those lines, make sure that they are okay: 'ServerAddress' => '', 'BaseURI' => '',
  9. but that is what he wanted to do ^^ see his code xD nevermind, he got it xD
  10. @EvilPunker, when you use ''@makehomun <homun IDs>'' you have to put the homun ID, from 6001 to 6016 are the homun IDs. you can not use the number ''1'' because it is for homun class.
  11. if(gethominfo(0) >= 6009) goto L_renac; L_renac: mes @name$; mes "Lo siento tu homuculus ya esta renacido."; close;
  12. thanks for the excelent job! (:
  13. No podran conmigo, esto es rAthena. (con dedicatoria para los ultimos visitors que ven mi perfil <3)

  14. wanna play ro? o.o? we can get marry if you want

    1. Show previous comments  7 more
    2. Fluffle Puff

      Fluffle Puff

      we're done >:((

    3. Emistry

      Emistry

      ~O.O~

      T___T

    4. Emistry

      Emistry

      Bye Bye..gtg...>.<

      gotta attend me lecturer class after this..

      and then nite...continue my part time job..

      See ya around after 12 hours later..>.<

  15. re-edit again the application.php 'ServerAddress' => '127.0.0.1', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80) 'BaseURI' => '/cp', and also, in centos by default you have to put your website in: var/www/html/cp
  16. 1. Lo del phpmyadmin no viene al caso, debes de descartarlo. 2. Lo ultimo que se me ocurre y que veo poco util es que edites el trunk/conf/subnet_athena.conf Reemplaza esta parte: subnet: 255.0.0.0:127.0.0.1:127.0.0.1 Por esta configuracion: subnet: Marcara de subred:IP publica:IP publica ----- Prueba y mira si te funciona y si no te funciona, lee esto: (Te aconsejo que leas todo, aunque no sepas ingles puedes traducirlo con el google traductor) http://www.eathena.w...howtopic=226523 Y te citare el comentario numero dos: Habla que ese error generalmente sea por los puertos cerrados. El error que tu tienes es el codigo 10061 de socket de windows y lo puedes ver con mas detalles en: http://msdn.microsof...8(v=vs.85).aspx Disculpame si no soy de mucha ayuda, ya que estoy mas acostumbrada a trabajar el Linux con mis servidores y yo se que es algo innecesario editar la IP en el char_athena.conf, map_athena.conf y el subnet_athena.conf cuando solo se trabaja con una maquina con un solo servidor. PD: Tambien es bueno que mires este video, solo para hacer un refuerzo a tus conocimientos: [media=]http://www.youtube.com/watch?v=f06EBENhV84&feature=player_embedded#[/media]!
  17. it usually means that you have your ports closed
  18. nice loading screen can you leave renders?
  19. latest emulator can be found here: https://rathena.svn..../rathena/trunk/ latest data folder + latest lua files can be found here: http://rathena.org/b...english-folder/
  20. Sharpienero is telling you that you should use the latest version. (:
  21. Prueba configurando los siguientes archivos de tu carpeta conf de tu emulador. char_athena.conf // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: IP_Publica // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: IP_Publica map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: IP_Publica // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: IP_Publica Reemplaza la ip local por tu pi publica y borra las // de cada linea como en el ejemplo.
  22. do you have your ragnarok server in the same hosting that your web site?
×
×
  • Create New...