Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. huh my fluxcp was working with no problems, i didn't even touched it for days and suddenly got the error connection at line 161 lol it was working fine and just for nothing got this error, how could that be D:? Edit: I can even connect to my server x_x Edit2: The server is good now, i can connect, the problem on the fluxcp persists, any idea? thanks in advance
  2. client o:? i hope this is the one you looking for http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ i hope it helps (:
  3. Kido

    Compilation

    yup o: well Lighta already answered you, the compilation is good (: topic solved (?) about the npc, let's go to the other topic D:! but i'm pretty sure that annie and lighta already answered, don't use many timers may i insis in suggesting you to post your script so we can see it and have a better clue of the error (:
  4. Is there any script catalog for rAthena?

    1. Kido

      Kido

      The second one o:! woa wiki has everything ! thanks Akkarin :3!

  5. usually instructions are included inside the thor patcher, it would be good if you tell use which error are you having or what are your questions about it sorry i can only help you with neoncube ): wait for someone to answer, meanwhile you could read everystep again and see what could be wrong good luck (:
  6. Kido

    Compilation

    hey don't worry about asking "noob questions" everyone starts from the start, with 0, so don't worry those are merely commands that you have to type in your linux window and then hit enter depending if you are using 32bit or 64bit, you have to run those commands in that order to run them, simply enter to your linux window (where you run the server/you write ./athena-start start) make sure to know if you use 32bit or 64bits then just type the following commands, remember to wait until it ends its execution Quote Lighta 32bit : ./configure --disable-64bit && make clean sql 64bit : ./configure ** make clean sql If 32 bit: ./configure --disable-64bit && make clean sql then hit enter and wait for it to end its executions if 64 bit: ./configure ** make clean sql then hit enter and wait for it to end its executions about the NPC error o: sorry i don't know at all what could mean at simply look, i would say that you have something wrong on the setup of the npc so, Quoting Annie "and, don't use addtimer command too much its exactly like this to happen, better switch your script to use sleep2 command " check your npc script, it would be helpful if you post it too so we can see what exactly may be the problem also, remember to change the #define MAX_EVENTTIMER 32 to #define MAX_EVENTTIMER 100 or so, make sure that you compiled well/with no errors i hope it helps (:
  7. Kido

    stapo forever D:!

    ohhhh thank you o:!
  8. Kido

    stapo forever D:!

    cool o: may i ask where to see that¡ i just want to see the top poring stage o:!!!!
  9. so cool o:! the forum is just getting better with that features < 3
  10. isn't there something like: if input amount > 100 countitem(673) goto input_too_high; ? i tryied but the npc stopped working D:!
  11. woa excellente o:!!! may i ask should i deleted the sql table and re-add it? with an @reloadscript by replacing the script file, should be make the changes too o:? thankies emistry o:!!
  12. in the link there Akkarin has 7 votes but i still can see only 0 D:! /*huhjustspoiling too much*/ Edit: LOL he has 9 now but i still see 0 DDD:! /*click the spoiler button*/ Edit2: Now in this link http://rathena.org/board/topic/91191-github-user-profile-field/ He has 7 but i see 5 only DD:! what´s going on @_@? click the spoilie
  13. Kido

    Need HELP!

    you are welcome (: please feel free to ask any question that you may have, we will always try to answer then (99.9% will be solved)
  14. Kido

    Compilation

    then if it runs it should be ok the error you say is to the queue, like Annie said, it should end the error by increasing it may i ask for a screen shot? maybe there is something missing
  15. nope he says he uses rAthena huh it is in its avatar huh which version you have? it should be there D:
  16. Kido

    Compilation

    well a way to know if it let's you run the server with ./athena-start start o: any errors there?
  17. Kido

    Need HELP!

    /conf/char_athena.conf //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: yes change it to no //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: no i hope it helped you (:
  18. Hello fallow this path trunk/conf/battle/player.conf and search this line // Minimum distance a vending/chat room must be from a NPC in order to be placed. // Default: 3 (0: disabled). min_npc_vendchat_distance: 3 then change the number 3 for the number of cells in distance (: i hope it helped you
  19. thanks euphy, i'm going to check ^-^
  20. Akkarin may i ask how many of the commits were bug-fixes D:?
  21. Edit: huh again there's no info of the bug-fixes, may i ask how many were bug fixes of those 59 commits o:? thanks ind advance too o: huh 59 commits commits in 5 months is low but we keep looking for the great job on developers o:
  22. EdiT: may i ask, during this period there was 104 commits, of those 104 commits, how many included bug-fixes o:? thanks ind advance o:! Well almost the double of the las period, good to hear
  23. Kozima, the answer has been alreadi give by AnnieRuru and Patskie (credits to them) here it is for tidal shoes: getitem2 "Tidal_Shoes",1,1,7,0,0,0,0,0; so, at the end would be like this (just add the others items like tidal shoes): 7948,Box,Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem2 "Tidal_Shoes",1,1,7,0,0,0,0,0; },{},{} copy and paste for the other items, please note that you will need to change the name of "Tidal_Shoe" for the proper item name in your item_db i hope your question has been answered (:
  24. thanks o: so for Tidal shoes +7 it would be getitem2 2424,1,1,7,0,0,0,0,0,getcharid(3); ?
×
×
  • Create New...