-
Posts
323 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by kitty14
-
thanks for the responds. hmm, i used that one too, but it doesn't no show all in screen you cant even scroll it up? right? i already installed the vnc viewer.. bump! any one knows how? like asura hosting and pony-vps, they have auto launcher to start a server then 3 screens (char,map and log-in) will come out..
-
failed to connect, map server is UP already :(
kitty14 replied to kitty14's question in General Support
thanks for the responds and about the clientinfo.xml how will i add test server choices? like this >>>>>> Real Server <<<<<<< >>>>>>Test Server <<<<<<< -
hello, please help me with this, try to create test server followed some guide here for vnc vnc viewer and mysql followed this CREATE USER 'root'@'192.157.***.***'IDENTIFIED BY 'mypassword'; then GRANT ALL PRIVILEGES ON ragnarok.* to 'root'@'%' IDENTIFIED BY 'mypassword'; also this sql guide [ CREATE USER 'root'@'%' IDENTIFIED BY 'mypassword'; GRANT ALL PRIVILEGES ON ragnarok.* to 'root'@'%' IDENTIFIED BY 'mypassword'; and lastly this guide first i tried this char_athena.conf // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 127.0.0.1 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // 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: 192.157.***.*** // Character Server Port char_port: 6121 map_athena.conf // 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: 127.0.0.1 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // 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: 192.157.***.*** inther_athen.conf sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: mypassword sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: mypassword char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: mypassword map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: mypassword log_db_db: ragnarok log_codepage: log_login_db: loginlog subnet: 255.0.0.0:127.0.0.1:127.0.0.1 i cant connect so i decided to change again and followed this char_athena.conf // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 192.157.***.*** // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // 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: 192.157.***.*** // Character Server Port char_port: 6121 map_athena.conf // 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: 192.157.***.*** // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // 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: 192.157.***.*** inther_athen.conf sql.db_hostname: 192.157.***.*** sql.db_port: 3306 sql.db_username: root sql.db_password: mypassword sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 192.157.***.*** char_server_port: 3306 char_server_id: root char_server_pw: mypassword char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 192.157.***.*** map_server_port: 3306 map_server_id: root map_server_pw: mypassword map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 192.157.***.*** log_db_port: 3306 log_db_id: root log_db_pw: mypassword log_db_db: ragnarok log_codepage: log_login_db: loginlog subnet: 255.0.0.0:192.157.***.***:192.157.***.*** still cant connect.. what did i miss? map server is already UP.. got no sql, debug error. but i cant connect. always failed to connect. its non RO vps.. thanks FIX clientinfo.xml patched at wrong grf.. hahaha.. thanks!
-
Hello, i dont know if this was already ask, cuz i tried googling this, just want to know how did RO VPS install a luncher namely , START ( that will appear 3 screen log-in,char,map) , STOP, and RECOMPILE.. i tried one by one ./map-server, ./login-server, /char-server, but its way too different.. Its a NON RO VPS Centos.. Please share some info. thanks.
-
its fix now.. forgot some files here, http://rathena.org/wiki/Installation_on_CentOS but im having hard time connecting with phpmyadmin.. haha maybe will post new thread . thanks for the quick respond
-
thanks for fast responds, hmm i already did it. still got same problem..
-
hello, im trying to make a test server its a non-ro VPS.. I installed VNC viewer via root and created su so i followed this (intalled via root) http://rathena.org/wiki/Setup_LAMP_on_CentOS http://rathena.org/wiki/SQL_Installation (i did create database using http, seems this "CREATE USER 'ragnarok'@'%' IDENTIFIED BY 'ragnarok'; GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';" is not working, will create database and will deleted after so i manually create database) how ever i get this error when im trying to start it ./map-server: error while loading shared libraries: libpcre.so.3:cannot open shared object file: no such file or directory ./login-server: error while loading shared libraries: libpcre.so.3:cannot open shared object file: no such file or directory ./char-server: error while loading shared libraries: libpcre.so.3:cannot open shared object file: no such file or directory what did it missed? please help, thank you!
-
I fixed mine import the necessary upgrade sql files. found in sql files..
-
thank you for responding.. hmmm what i mean about full throttle , for ex: its on my F1 , before i just simply press f1 , but now its different need to be being attack by a player before you can press it, got my point? sorry i only have limited english. "group_id_to_connect: -1" in login_athena.conf == Uhmmm i dont get it, cuz before its nothing to do with login_athena.conf i just simply do this // Type of server. // No functional side effects at the moment. // Displayed next to the server name in the client. // 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P char_maintenance: 1 and only admin can log in..
-
i cant seem to understand when it will work, . will not effect if your not being attacked by enemy is this how it works? cuz before you can use it as buff in normal town but now cant use it. and additional question, how to increase normal attack damage? and why when I place the server in maintenance using char_Athena.conf. change to 1 . players can still get in..
-
i dont know what are the applicable sql upgrades. hahaha may sql was last january 10,2014 , please tell me what are the applicable sql upgrades?
-
same with mine, please help
-
thanks but I got problem here, all items in inventory got doubled . like this.. see image, have a lot of red herb in inventory.. how to fix this?
-
hello! need help here , how can I fix this? [Debug]: at char.c:2147 - SELECT `char_id`,`account_id`,`char_num`,`name`,`class`,`base_level`,`job_level`,`base_exp`,`job_exp`,`zeny`,`str`,`agi`,`vit`,`int`,`dex`,`luk`,`max_hp`,`hp`,`max_sp`,`sp`,`status_point`,`skill_point`,`option`,`karma`,`manner`,`party_id`,`guild_id`,`pet_id`,`homun_id`,`elemental_id`,`hair`,`hair_color`,`clothes_color`,`weapon`,`shield`,`head_top`,`head_mid`,`head_bottom`,`robe`,`last_map`,`last_x`,`last_y`,`save_map`,`save_x`,`save_y`,`partner_id`,`online`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`,`moves`,`unban_time`,`font` from `char`; [SQL]: DB error - Unknown column 'font' in 'field list' [Fatal Error]: char : A tables is missing in sql-server, please fix it, see (sql-files main.sql for structure) Thanks in advance.. FIX "Alter Table".
-
hello where can i find the link for updates like this https://github.com/rathena/rathena/commit/adabedb whether update in src or in other folder so in every update ill just to it mannually , cuz i sometimes got error using git stash pop.. i tried to check here http://rathena.org/board/topic/89071-development-news/ but its kinda different. cant express much my thought. hope you can understand thank you!!
-
ohh i see,, thank you for the info... hope it'll be fix asap.
-
Hello, i i decided to download the latest git hoping shield spell has fixed effect on it how ever, it keeps saying "SKILL HAS FAILED", Im using renewal.. is this bug?.
-
uhmm after you removed the <<<<<<< ======= >>>>>>> whats the next command?
-
Hello, newbie in updating Git Files here need further explanation or example here Im kinda slow. ahahah Conflicts It's possible that you'll run into conflicts along the way, with messages such as: Quote CONFLICT (content): Merge conflict in src/map/atcommand.c When you see these messages, a conflict in merging your code occurred. Much like resolving code conflicts in SVN, these conflicts create points within the files which show your code compared to the code pulled from the remote repo. To fix them, open your files and find the conflict locations denoted by: Quote <<<<<<<: Indicates the start of the lines that had a merge conflict. =======: Indicates the break point used for comparison. Breaks up changes that user has committed (above) to changes coming from merge (below) to visually see the differences. >>>>>>>: Indicates the end of the lines that had a merge conflict. and yes i found clonflict in group.conf and mob_db.txt can_trade_bounded: true item_unconditional: false <<<<<<< Updated upstream bypass_stat_onclone: true bypass_max_stat: true ======= view_equipment: true >>>>>>> Stashed changes /* all_permission: true */ <<<<<<< Updated upstream //3201,JT_LUCKYCASE,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3202,ORGANIC_JAKK,Organic Pumpkin,Organic Pumpkin,10,40,1,20,13,1,100,100,160,99,1,1,1,1,999,1,0,0,0,3,21,0x61,200,0,0,0,0,0,0,0,0,0,0,6804,5000,6804,5000,6804,1000,2267,100,1062,1000,664,100,546,1000,12192,100,0,0,0,0 3203,INORGANIC_JAKK,Inorganic Pumpkin,Inorganic Pumpkin,10,40,1,20,13,1,100,100,160,99,1,1,1,1,999,1,0,0,0,3,21,0x61,200,0,0,0,0,0,0,0,0,0,0,6805,5000,6805,5000,6805,1000,2267,100,1062,1000,664,100,546,1000,12192,100,0,0,0,0 //3204,JT_PIXY_PINK_PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3205,JT_PIXY_BLUE_PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3206,JT_LITTLE_GOLDPORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3207,JT_E_AQUA_ELEMENTAL,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 // //3295,JT_G_MOBSTER //3296,JT_HIDDEN_TEST //3297,JT_PAD_LEVIATHAN //3299,JT_PAD_IFRIT //3300,JT_PAD_HORAI //3301,JT_PAD_SHANGRILA //3302,JT_PAD_NIRAIKANAI //3303,JT_PAD_HELHEIM //3304,JT_PAD_MUSPELHEIM //3305,JT_PAD_ZAEROG //3306,JT_PAD_TAMADORA //3307,JT_PAD_TAMADORABABY //3308,JT_ROC_EMPELIUM //3309,JT_ROC_OBJ_A //3310,JT_ROC_OBJ_B //3311,JT_ROC_OBJ_N //3312,JT_ROC_TOWER_A //3313,JT_ROC_TOWER_B //3314,JT_SMOKIE_THIEF //3315,JT_PAD_KINGGOLD //3316,JT_PAD_KINGMETAL //3317,JT_PAD_RUBYLIT //3318,JT_PAD_SAPPHILIT //3319,JT_PAD_EMELIT //3320,JT_PAD_TOPALIT //3321,JT_PAD_AMELIT //3322,JT_PAD_METAL_DRAGON //3323,JT_PAD_M_FLAME_KNIGHT //3324,JT_PAD_M_ICE_KNIGHT //3325,JT_PAD_M_STONE_KNIGHT //3326,JT_PAD_M_LIGHT_KNIGHT //3327,JT_PAD_M_DARK_KNIGHT //3328,JT_PAD_C_D_DRAGON //3329,JT_PAD_ECHIDNA //3330,JT_PAD_SIREN //3331,JT_PAD_LILITH //3332,JT_PAD_HERA //3333,JT_PAD_RUBYLIT_H //3334,JT_PAD_SAPPHILIT_H //3335,JT_PAD_EMELIT_H //3336,JT_PAD_TOPALIT_H //3337,JT_PAD_AMELIT_H //3338,JT_PAD_METAL_DRAGON_H //3339,JT_PAD_M_FLAME_KNIGHT_H //3340,JT_PAD_M_ICE_KNIGHT_H //3341,JT_PAD_M_STONE_KNIGHT_H //3342,JT_PAD_M_LIGHT_KNIGHT_H //3343,JT_PAD_M_DARK_KNIGHT_H //3344,JT_PAD_C_D_DRAGON_H //3345,JT_PAD_ECHIDNA_H //3346,JT_PAD_SIREN_H //3347,JT_PAD_LILITH_H //3348,JT_PAD_HERA_H //3349,JT_PAD_MYTHLIT //3350,JT_PAD_TYRRA //3351,JT_PAD_TYRANNOS //3352,JT_PAD_PLESSIE //3353,JT_PAD_PLESIOS //3354,JT_PAD_BRACHY //3355,JT_PAD_BRACHYS ======= //3201,JT_LUCKYCASE //3202,JT_ORGANIC_JAKK //3203,JT_INORGANIC_JAKK //3204,JT_PIXY_PINK_PORING //3205,JT_PIXY_BLUE_PORING //3206,JT_LITTLE_GOLDPORING //3207,JT_E_AQUA_ELEMENTAL //custom 3230,BLUE_ZMEY_GORYNYCH,Blue Zmey Gorynych,Blue Zmey Gorynych,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3248,Dark_Poring,Dark Poring,Dark Poring,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3246,Cyber_Boot,Cyber_Boot,Cyber_Boot,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3226,Beast_Vicento,Beast_Vicento,Beast_Vicento,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 //naruto 3233,Danzou,Danzou,Danzou,140,25000000,1,1160000,1800000,1,5597,10597,269,98,200,201,156,190,199,77,10,12,2,2,60,0x37B5,200,1020,1020,288,58000,1008,500,730,1000,1000,4000,1015,9700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3247,Uchiha Madara,Uchiha Madara,Uchiha Madara,146,35000000,1,6696000,4860000,3,65375,12764,436,218,255,201,200,190,199,177,10,12,2,0,83,0x37B5,130,212,384,360,3348000,603,5500,617,5000,616,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //,71,300000,1,116000,180000,1,630,1597,269,98,88,70,112,87,102,71,10,12,2,2,60,0x37B5,200,1020,1020,288,58000,1008,500,730,1000,1000,4000,1015,9700,1223,500,1236,150,1014,5000,2288,300,985,2900,13047,100,0,0,0,0,4121,1 //custom mobs current //ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper 3222,Aposis,Aposis,Aposis,150,100390,1,50000000,55000000,2,7895,9307,141,68,199,119,72,85,220,72,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,732,3000,958,30,6223,10,2626,1,984,50,2621,1,0,0,0,0,0,0,0,0 3241,Clione,Clione,Clione,255,220390,1,3690,3768,1,19895,25307,141,68,199,119,72,85,220,72,10,12,0,6,22,0x191,200,1548,384,288,0,0,0,0,0,0,0,997,30,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //255,2205000,10,2000000,2200000,3,289500,93070,588,506,220,150,150,300,199,156,10,12,2,8,86,0x37B5,100,576,576,480,1000000,617,5500,603,2000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3219,Crow,Crow,Crow,255,2205000,10,2000000,2200000,3,289500,93070,588,506,220,150,150,300,199,156,10,12,2,8,86,0x37B5,100,576,576,480,1000000,617,5500,603,2000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //255,12039000,1,50000000,55000000,2,9895,15307,141,68,199,119,72,85,220,72,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,732,3000,958,30,6223,10,2626,1,984,50,2621,1,0,0,0,0,0,0,0,0 //1734,KIEL_,Kiel D-01,Kiel D-01,255,30205000,1,3000000,3200000,3,12937,16517,250,250,250,250,250,141,199,180,10,12,1,0,47,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,7513,3000,617,3000,2651,1000,2319,1000,1618,500,1242,500,2650,1000,0,0,0,0,4403,1 3221,ADDAX,Addax,Addax,255,10500000,1,20000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,7,84,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25110,2,2351,500,0,0,19210,3,7806,3,0,0,0,0,18200,1 3249,GREEN_TEEN_CHIPMUNK,Green Teen Chipmunk,Green Teen Chipmunk,255,10500000,1,3000000,3200000,3,82937,106517,100,550,250,250,250,141,199,180,10,12,1,2,82,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8086,2,2349,500,0,0,19208,2,7806,3,0,0,0,0,18202,1 3218,Blue_Hell_Centaur,Blue Hell Centaur,Blue Hell Centaur,255,10500000,1,3000000,3200000,3,102937,136517,100,550,250,250,250,141,199,180,10,12,1,2,81,0x37B5,200,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25112,2,0,0,0,0,19212,3,7806,3,0,0,0,0,18204,1 3250,FABILSAG,Fabilsag,Fabilsag,255,30000000,1,3000000,3200000,3,202937,256517,100,550,250,250,250,141,250,180,10,12,1,2,82,0x37B5,350,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8046,2,0,0,0,0,19209,3,7806,4,0,0,0,0,18201,1 //3250,FABILSAG,Fabilsag,Fabilsag,255,12050000,100000,2000000,2200000,2,19895,20307,141,168,259,150,172,300,220,172,10,12,2,2,82,0x37B5,100,576,576,480,1000000,617,5500,603,5000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18201,1 3239,CHARMANDER,Charmander,Charmander,126,43900,1,3690,3768,1,633,736,126,62,93,62,58,56,99,70,10,12,0,6,22,0x191,200,1548,384,288,0,0,0,0,0,0,0,997,30,1003,150,1040,5500,2286,1,6223,10,2124,3,1732,5,0,0,0,0,4434,1 3223,ARACHNE,Arachne,Arachne,100,30390,1,1800000,1440000,2,1399,1799,141,68,189,105,72,85,132,72,10,12,2,0,22,0x1181,160,140,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3219,Crow,Crow,Crow,255,50655000,1,2700000,1890000,1,155375,182764,274,182,255,201,200,190,199,177,10,12,1,6,87,0x37B5,350,432,432,360,1350000,607,5500,617,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3251,RED_HELL_CENTAUR,Red Hell Centaur,Red Hell Centaur,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,83,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8077,2,0,0,0,0,19211,3,7806,3,0,0,0,0,25046,1 3252,OKTO,OKTO,OKTO,255,10500000,1,3000000,3200000,3,82937,106517,100,550,250,250,150,141,199,255,10,12,1,2,83,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8081,2,0,0,0,0,0,0,7806,3,0,0,0,0,25049,1 3253,POSEIDON,POSEIDON,POSEIDON,255,10500000,3,3000000,3200000,3,122937,156517,100,150,250,250,250,141,199,180,10,12,1,2,81,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25081,2,0,0,0,0,19213,3,7806,3,0,0,0,0,25047,1 3254,MOON_LADY,MOON_LADY,MOON_LADY,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,80,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8128,5,0,0,0,0,0,0,7806,3,0,0,0,0,0,0 3255,PREDATOR,PREDATOR,PREDATOR,200,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,85,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8056,2,0,0,0,0,0,0,7806,3,0,0,0,0,25051,1 3256,REQUI,REQUI,REQUI,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,88,0x37B5,230,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25087,2,0,0,0,0,0,0,7806,3,0,0,0,0,25048,1 3257,SANTA_GIRL,SANTA_GIRL,SANTA_GIRL,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,81,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8128,5,0,0,0,0,0,0,7806,4,0,0,0,0,25050,1 >>>>>>> Stashed changes 2267,0,0,1,0,0,0,99,0,0,mado,0,0,6146,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2802 //NC_SELFDESTRUCTION <<<<<<< Updated upstream 2268,0,0,100,0,0,0,99,0,0,mado,0,0,6360,1,6363,1,6362,1,6361,1,0,0,0,0,0,0,0,0,0,0,6146,2,2803 //NC_SHAPESHIFT ======= 2268,0,0,100,0,0,0,99,0,0,mado,0,0,6360,1,6363,1,6362,1,6361,1,6146,2,0,0,0,0,0,0,0,0,0,0,2803 //NC_SHAPESHIFT >>>>>>> Stashed changes 2269,0,0,20,0,0,0,99,0,0,mado,0,0,6146,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2804 //NC_EMERGENCYCOOL 2270,0,0,45,0,0,0,99,0,0,mado,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_INFRAREDSCAN 2271,0,0,30,0,0,0,99,0,0,mado,0,0,6146,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_ANALYZE 2272,0,0,90,0,0,0,99,0,0,mado,0,0,6146,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2805 //NC_MAGNETICFIELD 2273,0,0,90,0,0,0,99,0,0,mado,0,0,6146,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2806 //NC_NEUTRALBARRIER 2274,0,0,100:150:200,0,0,0,99,0,0,mado,0,0,6146,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2808 //NC_STEALTHFIELD <<<<<<< Updated upstream 2275,0,0,25:30:35:40:45,0,0,0,99,0,0,mado,0,0,12392,1,12392,1,12393,1,12393,1,12394,1,0,0,0,0,0,0,0,0,6146,1,2807 //NC_REPAIR ======= 2275,0,0,25:30:35:40:45,0,0,0,99,0,0,mado,0,0,6146,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2807 //NC_REPAIR >>>>>>> Stashed changes question, what changes do i need to do? how? cuz i didnt make any changes with those line , i did remove <<<<<<< ======= >>>>>>> and whats next command? is that all?. I'm stuck here.. been searching for more guides but couldn't find one. login-server, char-server , and map-server gone.. please help Im confused.
-
low po mag Pinoy Developer.. medyo di ko po gets, dami po akong conflicts . hahahah no po meaning nito, medyo limited kasi egnlish kow, slow sa pag understand nito.. Conflicts It's possible that you'll run into conflicts along the way, with messages such as: Quote CONFLICT (content): Merge conflict in src/map/atcommand.c When you see these messages, a conflict in merging your code occurred. Much like resolving code conflicts in SVN, these conflicts create points within the files which show your code compared to the code pulled from the remote repo. To fix them, open your files and find the conflict locations denoted by: Quote <<<<<<<: Indicates the start of the lines that had a merge conflict. =======: Indicates the break point used for comparison. Breaks up changes that user has committed (above) to changes coming from merge (below) to visually see the differences. >>>>>>>: Indicates the end of the lines that had a merge conflict. Then you can choose which piece of code you wish to keep. After all shown conflicts are corrected, you can continue your normal update process. Nakita ko na po ung mga conflict first po sa group.conf ito can_trade_bounded: true item_unconditional: false <<<<<<< Updated upstream bypass_stat_onclone: true bypass_max_stat: true ======= view_equipment: true >>>>>>> Stashed changes /* all_permission: true */ Anu po gagawin ko jan??? hahahaha saka sa mob_db din Patulong naman po. Newbie po dito sa pag-update.. <<<<<<< Updated upstream //3201,JT_LUCKYCASE,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3202,ORGANIC_JAKK,Organic Pumpkin,Organic Pumpkin,10,40,1,20,13,1,100,100,160,99,1,1,1,1,999,1,0,0,0,3,21,0x61,200,0,0,0,0,0,0,0,0,0,0,6804,5000,6804,5000,6804,1000,2267,100,1062,1000,664,100,546,1000,12192,100,0,0,0,0 3203,INORGANIC_JAKK,Inorganic Pumpkin,Inorganic Pumpkin,10,40,1,20,13,1,100,100,160,99,1,1,1,1,999,1,0,0,0,3,21,0x61,200,0,0,0,0,0,0,0,0,0,0,6805,5000,6805,5000,6805,1000,2267,100,1062,1000,664,100,546,1000,12192,100,0,0,0,0 //3204,JT_PIXY_PINK_PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3205,JT_PIXY_BLUE_PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3206,JT_LITTLE_GOLDPORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3207,JT_E_AQUA_ELEMENTAL,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 // //3295,JT_G_MOBSTER //3296,JT_HIDDEN_TEST //3297,JT_PAD_LEVIATHAN //3299,JT_PAD_IFRIT //3300,JT_PAD_HORAI //3301,JT_PAD_SHANGRILA //3302,JT_PAD_NIRAIKANAI //3303,JT_PAD_HELHEIM //3304,JT_PAD_MUSPELHEIM //3305,JT_PAD_ZAEROG //3306,JT_PAD_TAMADORA //3307,JT_PAD_TAMADORABABY //3308,JT_ROC_EMPELIUM //3309,JT_ROC_OBJ_A //3310,JT_ROC_OBJ_B //3311,JT_ROC_OBJ_N //3312,JT_ROC_TOWER_A //3313,JT_ROC_TOWER_B //3314,JT_SMOKIE_THIEF //3315,JT_PAD_KINGGOLD //3316,JT_PAD_KINGMETAL //3317,JT_PAD_RUBYLIT //3318,JT_PAD_SAPPHILIT //3319,JT_PAD_EMELIT //3320,JT_PAD_TOPALIT //3321,JT_PAD_AMELIT //3322,JT_PAD_METAL_DRAGON //3323,JT_PAD_M_FLAME_KNIGHT //3324,JT_PAD_M_ICE_KNIGHT //3325,JT_PAD_M_STONE_KNIGHT //3326,JT_PAD_M_LIGHT_KNIGHT //3327,JT_PAD_M_DARK_KNIGHT //3328,JT_PAD_C_D_DRAGON //3329,JT_PAD_ECHIDNA //3330,JT_PAD_SIREN //3331,JT_PAD_LILITH //3332,JT_PAD_HERA //3333,JT_PAD_RUBYLIT_H //3334,JT_PAD_SAPPHILIT_H //3335,JT_PAD_EMELIT_H //3336,JT_PAD_TOPALIT_H //3337,JT_PAD_AMELIT_H //3338,JT_PAD_METAL_DRAGON_H //3339,JT_PAD_M_FLAME_KNIGHT_H //3340,JT_PAD_M_ICE_KNIGHT_H //3341,JT_PAD_M_STONE_KNIGHT_H //3342,JT_PAD_M_LIGHT_KNIGHT_H //3343,JT_PAD_M_DARK_KNIGHT_H //3344,JT_PAD_C_D_DRAGON_H //3345,JT_PAD_ECHIDNA_H //3346,JT_PAD_SIREN_H //3347,JT_PAD_LILITH_H //3348,JT_PAD_HERA_H //3349,JT_PAD_MYTHLIT //3350,JT_PAD_TYRRA //3351,JT_PAD_TYRANNOS //3352,JT_PAD_PLESSIE //3353,JT_PAD_PLESIOS //3354,JT_PAD_BRACHY //3355,JT_PAD_BRACHYS ======= //3201,JT_LUCKYCASE //3202,JT_ORGANIC_JAKK //3203,JT_INORGANIC_JAKK //3204,JT_PIXY_PINK_PORING //3205,JT_PIXY_BLUE_PORING //3206,JT_LITTLE_GOLDPORING //3207,JT_E_AQUA_ELEMENTAL //custom 3230,BLUE_ZMEY_GORYNYCH,Blue Zmey Gorynych,Blue Zmey Gorynych,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3248,Dark_Poring,Dark Poring,Dark Poring,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3246,Cyber_Boot,Cyber_Boot,Cyber_Boot,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 3226,Beast_Vicento,Beast_Vicento,Beast_Vicento,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 //naruto 3233,Danzou,Danzou,Danzou,140,25000000,1,1160000,1800000,1,5597,10597,269,98,200,201,156,190,199,77,10,12,2,2,60,0x37B5,200,1020,1020,288,58000,1008,500,730,1000,1000,4000,1015,9700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3247,Uchiha Madara,Uchiha Madara,Uchiha Madara,146,35000000,1,6696000,4860000,3,65375,12764,436,218,255,201,200,190,199,177,10,12,2,0,83,0x37B5,130,212,384,360,3348000,603,5500,617,5000,616,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //,71,300000,1,116000,180000,1,630,1597,269,98,88,70,112,87,102,71,10,12,2,2,60,0x37B5,200,1020,1020,288,58000,1008,500,730,1000,1000,4000,1015,9700,1223,500,1236,150,1014,5000,2288,300,985,2900,13047,100,0,0,0,0,4121,1 //custom mobs current //ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper 3222,Aposis,Aposis,Aposis,150,100390,1,50000000,55000000,2,7895,9307,141,68,199,119,72,85,220,72,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,732,3000,958,30,6223,10,2626,1,984,50,2621,1,0,0,0,0,0,0,0,0 3241,Clione,Clione,Clione,255,220390,1,3690,3768,1,19895,25307,141,68,199,119,72,85,220,72,10,12,0,6,22,0x191,200,1548,384,288,0,0,0,0,0,0,0,997,30,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //255,2205000,10,2000000,2200000,3,289500,93070,588,506,220,150,150,300,199,156,10,12,2,8,86,0x37B5,100,576,576,480,1000000,617,5500,603,2000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //3219,Crow,Crow,Crow,255,2205000,10,2000000,2200000,3,289500,93070,588,506,220,150,150,300,199,156,10,12,2,8,86,0x37B5,100,576,576,480,1000000,617,5500,603,2000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //255,12039000,1,50000000,55000000,2,9895,15307,141,68,199,119,72,85,220,72,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,732,3000,958,30,6223,10,2626,1,984,50,2621,1,0,0,0,0,0,0,0,0 //1734,KIEL_,Kiel D-01,Kiel D-01,255,30205000,1,3000000,3200000,3,12937,16517,250,250,250,250,250,141,199,180,10,12,1,0,47,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,7513,3000,617,3000,2651,1000,2319,1000,1618,500,1242,500,2650,1000,0,0,0,0,4403,1 3221,ADDAX,Addax,Addax,255,10500000,1,20000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,7,84,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25110,2,2351,500,0,0,19210,3,7806,3,0,0,0,0,18200,1 3249,GREEN_TEEN_CHIPMUNK,Green Teen Chipmunk,Green Teen Chipmunk,255,10500000,1,3000000,3200000,3,82937,106517,100,550,250,250,250,141,199,180,10,12,1,2,82,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8086,2,2349,500,0,0,19208,2,7806,3,0,0,0,0,18202,1 3218,Blue_Hell_Centaur,Blue Hell Centaur,Blue Hell Centaur,255,10500000,1,3000000,3200000,3,102937,136517,100,550,250,250,250,141,199,180,10,12,1,2,81,0x37B5,200,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25112,2,0,0,0,0,19212,3,7806,3,0,0,0,0,18204,1 3250,FABILSAG,Fabilsag,Fabilsag,255,30000000,1,3000000,3200000,3,202937,256517,100,550,250,250,250,141,250,180,10,12,1,2,82,0x37B5,350,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8046,2,0,0,0,0,19209,3,7806,4,0,0,0,0,18201,1 //3250,FABILSAG,Fabilsag,Fabilsag,255,12050000,100000,2000000,2200000,2,19895,20307,141,168,259,150,172,300,220,172,10,12,2,2,82,0x37B5,100,576,576,480,1000000,617,5500,603,5000,616,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18201,1 3239,CHARMANDER,Charmander,Charmander,126,43900,1,3690,3768,1,633,736,126,62,93,62,58,56,99,70,10,12,0,6,22,0x191,200,1548,384,288,0,0,0,0,0,0,0,997,30,1003,150,1040,5500,2286,1,6223,10,2124,3,1732,5,0,0,0,0,4434,1 3223,ARACHNE,Arachne,Arachne,100,30390,1,1800000,1440000,2,1399,1799,141,68,189,105,72,85,132,72,10,12,2,0,22,0x1181,160,140,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3219,Crow,Crow,Crow,255,50655000,1,2700000,1890000,1,155375,182764,274,182,255,201,200,190,199,177,10,12,1,6,87,0x37B5,350,432,432,360,1350000,607,5500,617,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3251,RED_HELL_CENTAUR,Red Hell Centaur,Red Hell Centaur,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,83,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8077,2,0,0,0,0,19211,3,7806,3,0,0,0,0,25046,1 3252,OKTO,OKTO,OKTO,255,10500000,1,3000000,3200000,3,82937,106517,100,550,250,250,150,141,199,255,10,12,1,2,83,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8081,2,0,0,0,0,0,0,7806,3,0,0,0,0,25049,1 3253,POSEIDON,POSEIDON,POSEIDON,255,10500000,3,3000000,3200000,3,122937,156517,100,150,250,250,250,141,199,180,10,12,1,2,81,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25081,2,0,0,0,0,19213,3,7806,3,0,0,0,0,25047,1 3254,MOON_LADY,MOON_LADY,MOON_LADY,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,80,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8128,5,0,0,0,0,0,0,7806,3,0,0,0,0,0,0 3255,PREDATOR,PREDATOR,PREDATOR,200,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,85,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8056,2,0,0,0,0,0,0,7806,3,0,0,0,0,25051,1 3256,REQUI,REQUI,REQUI,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,88,0x37B5,230,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,25087,2,0,0,0,0,0,0,7806,3,0,0,0,0,25048,1 3257,SANTA_GIRL,SANTA_GIRL,SANTA_GIRL,255,10500000,1,3000000,3200000,3,122937,156517,100,550,250,250,250,141,199,180,10,12,1,2,81,0x37B5,130,1152,576,432,900000,617,5500,603,5000,616,2000,0,0,617,3000,8128,5,0,0,0,0,0,0,7806,4,0,0,0,0,25050,1 >>>>>>> Stashed changes Salamat pooo..
-
thanks for the info
-
thanks for the response emistry.. need to ask some additional info.. what does this mean "(strnpcinfo(2),2)/5+4"?