Jump to content

Nana

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Nana

  1. I want count the mobs that some player kill only if the player have guild and only if the player is in prontera I think is something really easy and go something like this OnPCLoadMapEvent: { if ((strcharinfo(2) != NULL) && (strcharinfo(3)=='prontera'){ OnNPCKillEvent: .countProntera += 1; end; } } Is this ok??
  2. I check here http://svn6.assembla.com/svn/ClientSide/Lua_Project/Changelog.txt
  3. what is the date of your exe? o.o? I follow the Judas guide http://rathena.org/board/topic/70962-recommended-client-setup/ and it work for me n_n why don't try it?
  4. Fixed, thanks =) I use this exe http://rathena.org/b...ent-2012-04-10/ and it works o_o i don't know why xD Thanks a lot!! X-x!!!
  5. and do you have the correct lua files? cause that happen to me before Check this http://rathena.org/board/topic/75810-cant-get-my-client-to-connect-to-my-server-i-have-no-clue-where-i-went-wrong/
  6. Try to use this data folder =) http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/
  7. I think is you exe, do you change the mmo.h ?? to accept your client?
  8. Thanks I'll do that but don't work =( I use this luas http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/2012-04-10%20Lub+src%20Files%20%5bTranslated%5d.rar And this data http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ I also change my exe for judas exe : http://rathena.org/board/topic/70962-recommended-client-setup/ sorry i really don't know what is wrong
  9. Hi I follow several guides, however even when I have the newest data i see all in english exept the skills Which file i have to modify to fix this?? I already change the date in mmo.h, add the packver in packet_db, and i use the 202 luas of my exe (20120410), Can anyone help me? Thanks!
  10. Is there any chanse to have a global variable that gets a counter of how many mobs you kill in certain map? I think use onKillEvent that adds one to this variable or autoincrement everytime but I don't know if exist a better way? Thanks!
  11. Thanks!!! duhhh I forgot that my old server do not have the default ports Thanks!!!
  12. No, I have my old data folder plus a new clean data, my old exes,plus some exes from here https://subversion.a...etools/clients/ I get my luas from here http://svn6.assembla...ub Files 5.0.2/ My data.ini is [Data] 0=local.grf <- only my clientinfo.xml for localhost 1=lua.grf <- luas for my exe 2=dat.grf <- clean data 3=rdata.grf 4=data.grf Thanks!
  13. Sorry i think I make a dummy mistake, but no, that isn't the problem It don't shows in the login window, I made a local.grf to hace only the clientinfo just in case that it cant read fron data folder
  14. A lot time ago i use to do this frecuently, however like 2 years ago i left ro Since last week i try to made a newone just for me, i download from SVN the 3 emus (eathena, reathena an 3ceam) to check all the new things I made the server as allways but suddenly i can't made the connection with the localhost i made like 300 exes, with 10 guides app and I cant even make that my login window show something I use the 20120410 exe, 20111122 and 20110111, i use 3 deferent patchers and move the client info i move the db/packetver and the /src/common/mmh for the packetversion I rcompile every time but not success :S does anyone have any clue about some testing info that i can test to make this? i give some SS of one of the servers, when I try to login in the server I only get the server connection failed My clientinfo.xml is this <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <desc>Servidor de Ragnarok Online</desc> <display>test</display> <balloon>Rates 5x/5x/3x</balloon> <address>107.0.0.1</address> <port>9000</port> <version>25</version> <langtype>17</langtype> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> </loading> </connection> </clientinfo>
×
×
  • Create New...