Jump to content

ccjosh

Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ccjosh

  1. Hi Guys, Anyone knows how to solve this problem? CC pc_groups.c CC elemental.c CC cashshop.c In file included from cashshop.c:9: cashshop.h:58:26: warning: no newline at end of file cashshop.c:301:2: warning: no newline at end of file CC mapreg_sql.c LD map-server_sql obj_sql/map.o: In function `do_final': /opt/trunk/src/map/map.c:3570: undefined reference to `channel_delete' /opt/trunk/src/map/map.c:3601: undefined reference to `do_final_channel' obj_sql/map.o: In function `do_init': /opt/trunk/src/map/map.c:3886: undefined reference to `do_init_channel' obj_sql/clif.o: In function `clif_parse_WisMessage': /opt/trunk/src/map/clif.c:10012: undefined reference to `channel_name2channel' /opt/trunk/src/map/clif.c:10014: undefined reference to `channel_pc_haschan' /opt/trunk/src/map/clif.c:10018: undefined reference to `channel_send' /opt/trunk/src/map/clif.c:10018: undefined reference to `channel_join' obj_sql/clif.o: In function `clif_parse_GlobalMessage': /opt/trunk/src/map/clif.c:9631: undefined reference to `channel_send' obj_sql/clif.o: In function `clif_parse_LoadEndAck': /opt/trunk/src/map/clif.c:9327: undefined reference to `channel_mjoin' obj_sql/pc.o: In function `pc_setpos': /opt/trunk/src/map/pc.c:4785: undefined reference to `channel_pcquit' obj_sql/atcommand.o: In function `atcommand_join': /opt/trunk/src/map/atcommand.c:8776: undefined reference to `channel_pcjoin' obj_sql/atcommand.o: In function `atcommand_channel': /opt/trunk/src/map/atcommand.c:8890: undefined reference to `channel_pccolor' /opt/trunk/src/map/atcommand.c:8884: undefined reference to `channel_pccreate' /opt/trunk/src/map/atcommand.c:8888: undefined reference to `channel_display_list' /opt/trunk/src/map/atcommand.c:8886: undefined reference to `channel_pcdelete' /opt/trunk/src/map/atcommand.c:8892: undefined reference to `channel_pcjoin' /opt/trunk/src/map/atcommand.c:8894: undefined reference to `channel_pcleave' /opt/trunk/src/map/atcommand.c:8896: undefined reference to `channel_pcbind' /opt/trunk/src/map/atcommand.c:8898: undefined reference to `channel_pcunbind' /opt/trunk/src/map/atcommand.c:8904: undefined reference to `channel_pcban' /opt/trunk/src/map/atcommand.c:8906: undefined reference to `channel_pcban' /opt/trunk/src/map/atcommand.c:8908: undefined reference to `channel_pcsetopt' obj_sql/atcommand.o: In function `atcommand_autotrade': /opt/trunk/src/map/atcommand.c:5628: undefined reference to `channel_pcquit' obj_sql/guild.o: In function `do_final_guild': /opt/trunk/src/map/guild.c:2168: undefined reference to `channel_delete' obj_sql/guild.o: In function `guild_broken': /opt/trunk/src/map/guild.c:1719: undefined reference to `channel_delete' obj_sql/guild.o: In function `guild_allianceack': /opt/trunk/src/map/guild.c:1614: undefined reference to `channel_pcquit' /opt/trunk/src/map/guild.c:1639: undefined reference to `channel_gjoin' obj_sql/guild.o: In function `guild_recv_info': /opt/trunk/src/map/guild.c:561: undefined reference to `channel_gjoin' /opt/trunk/src/map/guild.c:550: undefined reference to `channel_create' /opt/trunk/src/map/guild.c:552: undefined reference to `channel_ajoin' obj_sql/guild.o: In function `guild_member_joined': /opt/trunk/src/map/guild.c:733: undefined reference to `channel_gjoin' obj_sql/guild.o: In function `guild_member_withdraw': /opt/trunk/src/map/guild.c:879: undefined reference to `channel_pcquit' obj_sql/unit.o: In function `unit_free': /opt/trunk/src/map/unit.c:2306: undefined reference to `channel_pcquit' collect2: ld returned 1 exit status make[1]: *** [map-server_sql] Error 1 make[1]: Leaving directory `/opt/trunk/src/map' make: *** [map_sql] Error 2 Thanks!
  2. How can I make 2 of these NPC? I tried to, but it shows the same list of items. Already edited:
  3. bump for this. How did you solved it?
  4. Where should I put the .wav files? data\wav? or directly \wav?
  5. turbo_room,122,117,3 script PVP Room 403,{ warp "pvp_y_1-2",0,0; end; } ~ 1-Click simple.
  6. Tried it, and it works well. But can anyone add a feature that for every kill, the player gets 1 kafra point? Plus my players loved the "Dota Announcer" thingy. It would be great if someone kindly integrate that too. Much thanks, Josh Might try this ladder when I get home.
  7. I'm trying to implement Mercurial's PvP Ladder, but when I'm trying it out I came across a few bugs. First thing is, when I'm trying to kill my character using Grand Cross, it gives me a point, and count it as 1 kill. Second is I can feed farm kills. Anyone can modify this to resolve this issue? Thanks
  8. Updated to 17246. Still having this: [info]: Created Guild 4 - Brewrats (Guild Master: wasak) [info]: int_guild: Guild created (4 - Brewrats) [info]: int_guild: guild withdraw (4 - 2000003: wasak - ** Guild Mismatch **) [info]: int_guild: Guild broken (4)
  9. Hello everyone! I just created a new rAthena server, and when I'm trying to create a guild, it says Guild Name Already Exists. I entered MySQL, queried the 'guild' table. SELECT * FROM guild; returned 0 results. Please do find below a screen shot of my server logs. Can anyone try to suggest whats causing this? Thanks, Josh
  10. Yes. Think about it as a separate computer that you are controlling/accessing remotely.
  11. Hi Gacrux, 255.0.0.0 is an unusual subnet for a private IP address of 192.168.1.7, usually its /24 netmask (255.255.255.0) Anyway have you tried using derpro.servegame.com or using your public IP address on all (char, login, map)?
  12. Quickest way to migrate rAthena to your VPS is to compress your local rAthena, you can use .tar or .zip, then file transfer it to your VPS then extract and change configs. About your problem in importing SQLs, have you tried instead of `atcommand_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' you use this ?
  13. Error message? Make sure you input correct variables. Also double check your parameters.
  14. Pretty much the same thing with windows, basically. Before dipping in, try to understand the OS first (File Permissions, Hostnames, VI, Yum Repositories, stuffs like that) for you to understand what you are doing. Don't just blindly give commands to the machine. Yes. Well, maybe a few google search. (e/rAthena noobie) Good Luck, Josh
  15. Got it, compiled my own grf file with my clientinfo. Set DATA.INI to 0=your.grf 1=sdata.grf 2=data.grf Out of topic: Is there a way I can remove the 4 pin authentication on character select, or is just my clientexe? Nevermind, got it to work.
  16. I have the same problem. Servers are up and running, problem is, I don't get the client-side-config part. Anyone can share a definite guide in configuring client-side problems?
×
×
  • Create New...