Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. Well, i want the Diabolus Robe being able to equip to every class, and i change it so it can, but when i try to equip it on, this messages appear in red and does not allow me to equip it Cannot be worn durin current status this is my script 2374,Diabolus_Robe,Diabolus Robe,5,20,,300,,6,,1,0xFFFFFFFF,2,2,16,,55,1,0,{ bonus bMaxSP,150; bonus bMdef,5; bonus bHealPower,6; bonus bDelayRate,-10; },{},{} what's wrong? thank you all! if more info neede, i will add it sorry my english, not my natural lenguage
  2. Well i just noticed that there are some errors on items description, being too lon description, i right click them, my client crashes, so, how to fix it? well, it gets fixed by reducing the text description thing, the real question is, how many of this items exists? that would help alot to reduce the description of those items and prevent future crashes, please help (?) Some examples: Book of Death [2] Lever action riffle[?] any more please?
  3. Well, im having a real big problem with my players, most of them can not update, or does not have an updated kRo, so, they are quiting/login-less because of this error, they can not open storage, see other players pet acces etc., so i tought that, for those players, i can make a GRF that has just the updated storage and pet sprites so they won't get any error. Just asking, to fix those errors, wich folders should i add to this GRF project? please i need help, most of my players are quiting dor these error, i once had around 30 ( i know is not many players, but that is how my server is getting bigger) and now i just hace around 11-15 players daily. I know that in the future they will get errors, but for now, i need to fix them, because they are the more used things. Thanks again, i just need to know the folders wich i have to extract from my updated kRo grf no give them an updated time. May i ask for one pre-made? just asking, if not, no problem i can do it by myself, thanks again!
  4. I'm runing rAthena pre-renewall, and just wanted to allow ninjas to change job and became kageoru & oboro, but the job is bugged, at level 84 they just reach 200 bas hp and 1 sp, plus, they can not raise stats ): i don't know why, some help please here is a pic of my GM char notice the low HP and SP ): also, here is a pic of a player notice that at lvl 82 it oly has that low hp and sp please help me ): thanks in advice!
  5. Correct lady(you are not telling your gender so i will suppouse depending on your profile picture), afetr i did what michaelsoftman told me, ./athena-start had no permission, so i just chmod +x athena-start and everything went fine after that i did not know about the check_files() not being recognize thing, thank you too, in the future i will not have this errores anymore
  6. I have problems with the DB, i jsut changed eathena to rathena the problem is that mysql is not reading some DBs this is the example of a player he also does not have any item in its storage and cart and invetory i tryied to import de DB that i saved but is not working ;-; i got this errors storage [Err] 1062 - Duplicate entry '21448' for key 'PRIMARY' [Err] INSERT INTO `storage` (`id`, `account_id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `card0`, `card1`, `card2`, `card3`, `expire_time`) VALUES (21448, 2000119, 4116, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0); [Msg] Finished - Unsuccessfully -------------------------------------------------- inventory [Err] 1062 - Duplicate entry '82121' for key 'PRIMARY' [Err] INSERT INTO `inventory` (`id`, `char_id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `card0`, `card1`, `card2`, `card3`, `expire_time`) VALUES (82121, 150482, 2528, 1, 4, 1, 4, 0, 4133, 0, 0, 0, 0); [Msg] Finished - Unsuccessfully -------------------------------------------------- cart_inventory [Err] 1146 - Table 'ragnarok.cart_inventory' doesn't exist [Err] INSERT INTO `cart_inventory` (`id`, `char_id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `card0`, `card1`, `card2`, `card3`, `expire_time`) VALUES (1, 150051, 714, 150, 0, 1, 0, 0, 0, 0, 0, 0, 0); [Msg] Finished - Unsuccessfully -------------------------------------------------- this is my sql tables please help ): edit: solved how? i had the wrong name of a table in mysql so i just change it the last name afert "bound" table was wrong, so i just changed its name to unique_id and it worked fine hope it helps in the future! thanks anyway for reading this
  7. allright thank you so much, thanks to everyone, the thing just was solved for this guy http://rathena.org/board/topic/86446-putty-problem-and-athena-start/#entry217797 just doing this ./configure && make clean && make sql. thanks again to everyone! 2834 was the closes to the solution!
  8. thanks! now that i know that i continued and the solution appeared, thanks again! i finally worked properly, in my last topic i tryied many things but they did not work, this solution made my day! finally athena-start is being recognized and lunchs perfectly, plus i can exit and leave online the server with the command 'exit', guess every commands afetr the lunch works fine, than you so much! thanks again!
  9. i did that and i got these ): the thing just does not advance edit: i went to that directory and found this it is trunk/conf/import does it has something to do with it? thanks again!
  10. Hello, after a long way to migrate my eathena to rathena, among the way i got a bunch of errors thanks to the help of everyone and of a friend, i managed to put online my server with putty, but with a plety of errors i know (or i think i know) that i can correct that errors by myself, the big problem now is the following I use linux centos when i go ./athena-start start the putty tells me that it does not exist, and that the thing has errors here is a pic of the problem i have checked the paths and they are ok, also i have checked that those files exists here is my athena-start script #!/bin/sh #source var/function . ./function.sh inst_launch_workaround PATH=./:$PATH print_start() { # more << EOF echo "Athena Starting..." echo " (c) 2013 rAthena Project" echo "" echo "" echo "checking..." #EOF } get_status(){ PIDFILE=.$1.pid if [ -e ${PIDFILE} ]; then ISRUN=$(ps ax | grep $(cat ${PIDFILE}) | grep $1) PSRUN=$(echo "$ISRUN" | awk '{ print substr( $0, 0, 7) }') fi return $PSRUN } #cheking if already started, launch and mark in log start_serv(){ LOGFILE="log/$1.log" get_status $1 echo "My logfile=${LOGFILE}" if [ -z ${PSRUN} ]; then exec ./$1& echo $! > .$1.pid echo "Server '$1' started at `date +"%m-%d-%H:%M-%S"`" echo "Server '$1' started at `date +"%m-%d-%H:%M-%S"`" >> ${LOGFILE} else echo "Can't start '$1', cause is already running p${PSRUN}" echo "Can't start '$1', cause is already running p${PSRUN}" >> ${LOGFILE} fi } #experimental watch_serv(){ LOGFILE=./log/$1.log ulimit -Sc unlimited while true; do get_status $1 if [ -z ${PSRUN} ]; then $count=$count+1 echo "server '$1' is down" >> ${LOGFILE} echo "restarting server at time at `date +"%m-%d-%H:%M-%S"`">> ${LOGFILE} exec ./$1& echo $! > .$1.pid if [ $3 ] && [ $3 -lt $count ]; then break; fi else sleep $2 fi done } restart(){ $0 stop for i in ${L_SRV} ${C_SRV} ${M_SRV} do while true; do get_status ${i} if [ ${PSRUN} ]; then echo "'${i}' is still running p${PSRUN} waiting end"; sleep 2; else break; fi done done $0 start } case $1 in 'start') print_start check_files echo "Check complete." echo "Looks good, a nice Athena!" for i in ${L_SRV} ${C_SRV} ${M_SRV} do start_serv $i done echo "Now Started Athena." ;; 'watch') for i in ${L_SRV} ${C_SRV} ${M_SRV} do watch_serv $i 10 3 done echo "Now watching Athena." ;; 'stop') for i in ${L_SRV} ${C_SRV} ${M_SRV} do PIDFILE=.${i}.pid if [ -e .{PIDFILE} ]; then kill $(cat ${PIDFILE}) rm ${PIDFILE} fi done ;; 'restart') restart ;; 'status') for i in ${L_SRV} ${C_SRV} ${M_SRV} do get_status ${i} if [ ${PSRUN} ]; then echo "'${i}' is running p${PSRUN}"; else echo "'${i}' seem down"; fi done ;; *) echo "Usage: athena-start { start | stop | restart | status | watch }" read -p "Enter a valid option: " readEnterKey $0 $readEnterKey ;; esac well, that goes for my athena-start, however, here comes the interesting thing ._. i can run char, map and login by opening 3 putties (plural of putty (?)) and in each one run one different _sql, one for login-server_sql, one for char-server_sql and one more for map-server_sql when i run them, i can't use any command, such 'exit', typing any command will end like if it was a text document, nothing happens ): please help me to fix this out ): how to fix my athena-start? (if need more information, i will add it) how to fix putty? (if need more information, i will add it) thanks again! edit: forgot to mention that i use linux centos
  11. sry for late anser i fella asleep again i did that and this happends then theres another problem too! ): i cant run athena-start. i have to pen 3 putty in order to keep the thing alive and i cant use "exit" because nothing happends, so if i close the window, the server will just logoff )): edit: whenever i try to use a command nothing happens ):
  12. whilte importing sql files i got this bunch of errors ); upgrade_svn15531_db.sql [Err] 1091 - Can't DROP 'ExpPer'; check that column/key exists [Err] -- `ExpPer` column removed from `mob_db` and `mob_db2` tables ALTER TABLE `mob_db` DROP COLUMN `ExpPer`; [Msg] Finished - Unsuccessfully -------------------------------------------------- upgrade_svn15572.sql [Err] 1054 - Unknown column 'level' in 'login' [Err] -- Rename `level` column to `group_id` in `login` table ALTER TABLE `login` CHANGE COLUMN `level` `group_id` TINYINT(3) NOT NULL DEFAULT '0'; [Msg] Finished - Unsuccessfully -------------------------------------------------- upgrade_svn17014.sql [Err] 1054 - Unknown column 'str' in 'elemental' [Err] ALTER TABLE `elemental` CHANGE COLUMN `str` `atk1` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `agi` `atk2` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `vit` `matk` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `int` `aspd` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `dex` `def` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `luk` `mdef` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0, CHANGE COLUMN `life_time` `flee` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0, ADD COLUMN `hit` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0 AFTER `flee`, ADD COLUMN `life_time` INT(11) NOT NULL DEFAULT 0 AFTER `hit`; [Msg] Finished - Unsuccessfully -------------------------------------------------- upgrade_svn17176.sql [Err] 1060 - Duplicate column name 'character_slots' [Err] ALTER TABLE `login` ADD `character_slots` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0'; [Msg] Finished - Unsuccessfully -------------------------------------------------- upgrade_svn17183.sql [Err] 1060 - Duplicate column name 'pincode' [Err] ALTER TABLE `login` ADD COLUMN `pincode` varchar(4) NOT NULL DEFAULT ''; [Msg] Finished - Unsuccessfully -------------------------------------------------- the other .sql worked fine (: edit to answer mrlongshen rAthena, before i uploaded it to my winscp, i tested it on my laptop end everything seemed to work fine ):
  13. in inther_athena.cof i have 127.0.0.1 by the way, i did not know that i had import all of the sql files, a friends told me that i just have to import some but not all of them, allright now im importing all of them sorry i fell asleep
  14. im trying that, sorry if it takes me some time to answer, the thing just got stuck in make[1]: Leaving directory `/home/trunk/ea/ea/src/tool' im totally pending to this post edit: done but i got an error then the [Error] thing keeps flooding )):
  15. aw allright, i think i will just wait, i hope someone can help me, i will shutdown my laptop and charge it enough for tomorrow, thank you so much well, anyone have an idea? i'm just getting more confused every second )):
  16. allright, i waited and then it just stoped so i guessed that it finished the recompilation the problem presist, this is after your instructions same ): )): edit: not sure if this has something to do with the whole thing, i just noticed after i tryed to repeat the steps you gave me, totally dunno what to do another edit, i just got this error too, just below the whole thing
  17. after that i just ./athena-start start right? sorry, totally new/noob on this ):
  18. Hello, i was trying fo lunch my rathena server and did what i have to do, compiled and etc, but when i try to put it online, i get this problems First i have this directories but then, when i ./athena-start start i get this (white = path) here is my athena-start script #!/bin/sh #source var/function . ./function.sh inst_launch_workaround PATH=./:$PATH print_start() { # more << EOF echo "Athena Starting..." echo " (c) 2013 rAthena Project" echo "" echo "" echo "checking..." #EOF } get_status(){ PIDFILE=.$1.pid if [ -e ${PIDFILE} ]; then ISRUN=$(ps ax | grep $(cat ${PIDFILE}) | grep $1) PSRUN=$(echo "$ISRUN" | awk '{ print substr( $0, 0, 7) }') fi return $PSRUN } #cheking if already started, launch and mark in log start_serv(){ LOGFILE="log/$1.log" get_status $1 echo "My logfile=${LOGFILE}" if [ -z ${PSRUN} ]; then exec ./$1& echo $! > .$1.pid echo "Server '$1' started at `date +"%m-%d-%H:%M-%S"`" echo "Server '$1' started at `date +"%m-%d-%H:%M-%S"`" >> ${LOGFILE} else echo "Can't start '$1', cause is already running p${PSRUN}" echo "Can't start '$1', cause is already running p${PSRUN}" >> ${LOGFILE} fi } #experimental watch_serv(){ LOGFILE=./log/$1.log ulimit -Sc unlimited while true; do get_status $1 if [ -z ${PSRUN} ]; then $count=$count+1 echo "server '$1' is down" >> ${LOGFILE} echo "restarting server at time at `date +"%m-%d-%H:%M-%S"`">> ${LOGFILE} exec ./$1& echo $! > .$1.pid if [ $3 ] && [ $3 -lt $count ]; then break; fi else sleep $2 fi done } restart(){ $0 stop for i in ${L_SRV} ${C_SRV} ${M_SRV} do while true; do get_status ${i} if [ ${PSRUN} ]; then echo "'${i}' is still running p${PSRUN} waiting end"; sleep 2; else break; fi done done $0 start } case $1 in 'start') print_start check_files echo "Check complete." echo "Looks good, a nice Athena!" for i in ${L_SRV} ${C_SRV} ${M_SRV} do start_serv $i done echo "Now Started Athena." ;; 'watch') for i in ${L_SRV} ${C_SRV} ${M_SRV} do watch_serv $i 10 3 done echo "Now watching Athena." ;; 'stop') for i in ${L_SRV} ${C_SRV} ${M_SRV} do PIDFILE=.${i}.pid if [ -e .{PIDFILE} ]; then kill $(cat ${PIDFILE}) rm ${PIDFILE} fi done ;; 'restart') restart ;; 'status') for i in ${L_SRV} ${C_SRV} ${M_SRV} do get_status ${i} if [ ${PSRUN} ]; then echo "'${i}' is running p${PSRUN}"; else echo "'${i}' seem down"; fi done ;; *) echo "Usage: athena-start { start | stop | restart | status | watch }" read -p "Enter a valid option: " readEnterKey $0 $readEnterKey ;; esac i hope im giving enought information the files are in the correct directory, i have checked it twice and they are in the correct path my players are waiting and i don't have much time, my laptop is about to turn off because it's battery life is about to die (it is already connected) please help ! if this need more information i will show it! sorry for my bad english help ;-;
×
×
  • Create New...