Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by Aeromesi


  1. 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.

     

    -_-


  2. 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.