Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Aeromesi

  1. Every time when connection to the map-server, I get the following error: [Warning]: clif_parse: Received unsupported packet (packet 0x04f5 (0x068a), 19 bytes received), disconnecting session #7. [info]: Closed connection from '50.165.148.178'. I'm using 20140115 client and latest server release from github. Any help on this one guys? Also my client is all up to date and everything.
  2. Anyone? bump bump bumpidy bump bump bump bump.... ><
  3. Okay got it working but now this... checking for suffix of executables... configure: error: in `/opt/hercules': configure: error: cannot compute suffix of executables: cannot compile and link See `config.log' for more details root@euve32987:/opt/hercules# Sorry but I haven't used linux in forever. =.=
  4. yep but where do i edit? Check the new attachment, i have the file open but I don't know where to put the command you mentioned, i understand i have to edit or add something then save the file and exit vi
  5. Where do I type vi configure in? /bin/ or what?
  6. Still no luck... Not sure if I'm doing anything wrong, anyone care to help me out through teamviewer? Message me on the forum. Thanks!
  7. Okay so, I used su (superuser privilages) on my root account, and typed in the command line with ssh " ./configure --enable-packetver=20140115" I try make sql etc and it says "bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory " What could the problem be? An image is attached. Thanks guys
  8. Alright I forgot to do the mapnametable.txt. And what's the difference between pre renewal and renewal? what do people prefer? I haven't been apart of RO for ages.
  9. Okay so I used the grf-files.txt and added in my custom maps from my RO.grf And I also edited the map-server.conf to use_grf: yes Now I ran the mapcache.exe and everything seemed to work fine but I couldn't tell if it added my custom map. When I login and warp to my custom map, it doesn't show up with a crash error or anything, it just loads to 100% and stays there. What seems to be the problem? I haven't been apart of RO emulation for a long time, and this is bothering me because this is so easy, yet so hard... I feel like a complete noob again.
  10. Yes but on my vps when it errors, the compiler just closes out too fast on me. Pan I shall try this and see what happens
  11. In hercules where are the compiling errors logged?
  12. I have a source edit that isn't compiling right but it compiles right on eAthena. //Useage: partyinvite <party id>;BUILDIN_FUNC(partyinvite){int party_id,i = 0;struct map_session_data *sd = script_rid2sd(st ); struct party_data *p; party_id=script_getnum(st,2); p = party_search(party_id); if (p ) //Search leaderfor(i = 0; i < MAX_PARTY && !p->party.member[i].leader; i++); if (!p || i == MAX_PARTY) return 0;if(!sd) return 0;sd->party_joining = 1; sd->party_invite = party_id;sd->party_invite_account = p->party.member[i].account_id; if( party_member_added(party_id,sd->status.account_id,sd->status.char_id,0) )script_pushint(st,1);elsescript_pushint(st,-1);return 0;} Any help please? thanks. Now I have also added in the DEF'S also, but it still compiles with an error. And I have no idea why :/ I seriously need a helping hand with this... >_<
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.