Jump to content

Yoona

Members
  • Posts

    567
  • Joined

  • Last visited

Everything posted by Yoona

  1. Ohh, wait check your main.sql and open login table the user and password should be match with your conf char_athena.conf and map_athena.conf this one is for char_athena.conf // Server Communication username and password. userid: ragnarok // < very important thing ( depends on you what you want ) passwd: password // < same a very important thing ( put a conflict password ) and this one is for map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.) userid: ragnarok // < put the userid same as what you put at char_athena.conf passwd: password // < the same as your password at char_athena.conf
  2. Renewal i think has the latest files, i guess? not 100% sure but i used renewal data, and its good ! Kagerou and Oboro i think its on Renewal data and the latest Emulator? sorry not 100% sure though.
  3. Just follow this if, nothing happens just let me know trunk/conf/Inter_athena.conf sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root // < Mysql username sql.db_password: password // < Mysql password sql.db_database: myragnarok // Your Mysql main database ( Main.sql ) // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root // < Mysql username char_server_pw: password // < Mysql password char_server_db: myragnarok // Your Mysql main database ( Main.sql ) // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root // < Mysql username map_server_pw: password // < Mysql password map_server_db: myragnarok // Your Mysql main database ( Main.sql ) // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root // < Mysql username log_db_pw: password // < Mysql Password log_db_db: logs // maybe you missconfig this by putting your main Database but it should be your log ( Change it to your log.sql )
  4. Check My Signature, Alexandria Basic Complete Renewal Database you can get all the files
  5. Actually i already did that right now, but still i dont know why i cant warp. should i run map_cache? I can warp now, but error pop out
  6. on my atcommand.c { MAP_HALLOW, 110, 39 }, // 36=Hallow is it map.h or is it mapindex.h? by the way this is my mapindex.h #define MAP_HALLOW "hallow" yeah I think it's inside mapindex, just follow the format of the other maps that are declared inside. http://svn.code.sf.net/p/rathena/svn/trunk/src/common/mapindex.h // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _MAPINDEX_H_ #define _MAPINDEX_H_ //File in charge of assigning a numberic ID to each map in existance for space saving when passing map info between servers. extern char mapindex_cfgfile[80]; #define MAX_MAPINDEX 2000 //Some definitions for the mayor city maps. #define MAP_PRONTERA "prontera" #define MAP_GEFFEN "geffen" #define MAP_MORROC "morocc" #define MAP_ALBERTA "alberta" #define MAP_PAYON "payon" #define MAP_IZLUDE "izlude" #define MAP_ALDEBARAN "aldebaran" #define MAP_LUTIE "xmas" #define MAP_COMODO "comodo" #define MAP_YUNO "yuno" ..... i followed everyting, and 1 question how about in Client Side?
  7. i think there's a configuration in the game. /show... something link that.
  8. Ragnarok Online Forever :)

  9. yes i got it from rAthena recolored items, but i am sure it doesn't have all the collections and item picture, as most are missing. you can create a " Item " .bmp and a " Collection " .bmp by using paint or any photo editor its up to you.. since you cant see what it looks like just try to update it on your server to see is to believe!
  10. you want to show their HP Bar ?
  11. on my atcommand.c { MAP_HALLOW, 110, 39 }, // 36=Hallow is it map.h or is it mapindex.h? by the way this is my mapindex.h #define MAP_HALLOW "hallow"
  12. it should be like this getitem 501,100; it gives 100pcs Apple's on all the players on the map
  13. @xienne15 Thanks! @Mootie Thanks!
  14. and when you already know your MySql password, go to trunk/conf/inter_athena and config it
  15. Its ok, i already did what you two told me but still, i cant go to the map hallow no error in my map_sql... I did but still nothing happens
  16. Yoona

    About FluxCP

    Is it possible that you can open your Flux in public even though your using your own IP ? to run a server? and if yes, please send me a guide on how to to it =) thanks!
  17. The first thing i did was this i download a map name Hallow01 and i got the files 1.Hallow01,extra 2.Hallow01.gat 3.Hallow01.gnd 4.Hallow01.rsw 5.Hallow01.sprites and a bitmap picture. then i go to my server side i open trunk/db/map_index, then i put it like this halloween 1251 then the next is trunk/conf/maps_athena, then i put it like this map: halloween and now i open WeeMapCache - Shinryo I open my trunk/db/pre/map_cache.dat i add the Hallow01.gat on it and save it. now, i open my src/map/atcommand.c and i do it like this { MAP_HALLOW, 110, 39 }, // 36=Hallow and this } else if (strncmp(map_name, "hallow", 3) == 0) { town = 36; and now im gonna recompile my server, but something went wrong 2>..\src\map\atcommand.c(1772) : error C2065: 'MAP_HALLOW' : undeclared identifier Help me please.... thank you in advance !
  18. Where can i change this one? go 0 = malaya go 34 = prontera
  19. so its gonna be like this right? bonus2 bHPAttackRatio,7,50; ? yea, but u need Epoque Epansion Pack tho.. search mo lng, mdami syang bago dun like this list Thank you
×
×
  • Create New...