Jump to content

simplexjay2

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by simplexjay2

  1. it's working u just need to edit something
  2. Even In clean rathena git im having this error
  3. Can i request the patch of costume item bonuses removed
  4. i already done that way back 200 14-25 but i cant see now the filess i used and in client file u need to use sso launcher to send mac adress
  5. Any update to work in latest rev NVM I already Diff to YML to TXT Latest rev
  6. @@ -1058,6 +1058,9 @@ TIMER_FUNC(mob_delayspawn){ } md->spawn_timer = INVALID_TIMER; mob_spawn(md); + if( md->state.boss ) { + map_setmapflag(bl->m, MF_PVP, true); } } return 0; } @ -1139,6 +1142,7 @@ int mob_spawn (struct mob_data *md) md->bl.m = md->spawn->m; md->bl.x = md->spawn->x; md->bl.y = md->spawn->y; + if(md->spawn->state.boss) map_setmapflag(md->bl.m, MF_PVP, true); if( (md->bl.x == 0 && md->bl.y == 0) || md->spawn->xs || md->spawn->ys ) { //Monster can be spawned on an area. @ -3158,6 +3162,9 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) // MvP tomb [GreenBox] if (battle_config.mvp_tomb_enabled && md->spawn->state.boss && map_getmapflag(md->bl.m, MF_NOTOMB) != 1) mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL)); + if(md->spawn->state.boss) { + map_setmapflag(md->bl.m, MF_PVP, false); + } if( !rebirth ) mob_setdelayspawn(md); //Set respawning. This is Working for me
  7. May i add you in fb and can i ask if how will i edit the Application name
  8. Im back to rathena and now im starting to help other developer for some problem and im willing to help just pm me for free WELCOMEBACK RATHENA
  9. Every time i kill mob job 1 level 1 novice when killing mob the map server crash
  10. hope that itemdb will convert to rathena it's using hercules
  11. pc_setpos(pl_sd, pl_sd->mapindex, pl_sd->bl.x, pl_sd->bl.y, 3); Got this problem ON latest git Severity Code Description Project File Line Suppression State Error C2664 'e_setpos pc_setpos(map_session_data *,unsigned short,int,int,clr_type)': cannot convert argument 5 from 'int' to 'clr_type' map-server c:\users\jhay tech\desktop\rathena\src\custom\atcommand.inc 114
  12. hello i just want to know if you have price giver that reads mac address
  13. thank you very much i will try it now I found a bug here in this patch every time i use asura while far on the enemy if you click asura to the enemy it will stop near 2 cell of the enemy and b4 you can asura or sonic blow u should be 1-2cell near b4 it can use skill outside of 3 cell it will not used the skill that u cast it will just stop 3cell b4 the enemy
  14. +10 For you buddy Now even i wont purchase gepard i have this one Keep it up BUt i got a Problem clif_disp_onlyself(sd, message_skdelay, (int)strlen(message_skdelay)); Severity Code Description Project File Line Suppression State Warning C4013 'clif_disp_onlyself' undefined; assuming extern returning int map-server c:\users\client\desktop\trunk\src\map\skill.c 17403
  15. Requesting Extended Vending Sytem For Latest GIT I already Tried to fix the 1.9.4 but still failed tried to check all the SRC but i think the latest GIT have so many changes im almost year stop developing that's why im starting again hope someone will share
×
×
  • Create New...