Jump to content

letstry

Members
  • Posts

    219
  • Joined

  • Last visited

Everything posted by letstry

  1. Where can I find the trade logs?
  2. letstry

    @pk..

    Can someone help me with my source edit.. I want to allow the use of supportive skills like devotion, sanctuary on players with @pkoff.. Need help with it.. Thank you.. if( (sd->pk_enable == true && map[sd->bl.m].flag.town == 0) && s_bl->type == BL_PC && ((TBL_PC*)s_bl)->pk_enable == true ) state |= BCT_ENEMY; if( (sd->pk_enable == false && map[sd->bl.m].flag.gvg == 0) && s_bl->type == BL_PC && ((TBL_PC*)s_bl)->pk_enable == false ) return 0; if( (sd->pk_enable == false && map[sd->bl.m].flag.gvg == 0) && s_bl->type == BL_PC && ((TBL_PC*)s_bl)->pk_enable == false ) return 0; if( (sd->pk_enable == false && map[sd->bl.m].flag.gvg == 0) && s_bl->type == BL_PC && ((TBL_PC*)s_bl)->pk_enable == true ) return 0; if( (sd->pk_enable == true && map[sd->bl.m].flag.gvg == 0) && s_bl->type == BL_PC && ((TBL_PC*)s_bl)->pk_enable == false ) return 0;
  3. letstry

    Dead Branch

    Still cant use them :<
  4. letstry

    Dead Branch

    Why I cant summon on this following maps: new_1-3 new_2-3 new_3-3 new_4-3 new_5-3 case 604: // Dead Branch if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town ) { clif_displaymessage(sd->fd, "You can't use this item here."); return 0; } case 12103: // Bloody Branch if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town ) { clif_displaymessage(sd->fd, "You can't use this item here."); return 0; } case 12109: // Poring Box if( map[sd->bl.m].flag.nobranch || map[sd->bl.m].flag.town ) { clif_displaymessage(sd->fd, "You can't use this item here."); return 0; }
  5. everytime I finish patching my thor patcher and start game, then close the client then open the patcher again, it patches from the start again :l help me please.. thanks
  6. Everytime a knocker hit a player, this shows up.. Please help.. Thank you
  7. The packet error is now okay.. But new error came
  8. Me and my players can connect already to my server and we can play inside.. But after a while, we got dc due to that there are no map servers available.. Map connection closed.. Why is that? Bump HERE IS A SCREENSHOT OF MY ERROR.. PLEASE HELP BUMP BUMP BUMP
  9. Me and my players can connect already to my server and we can play inside.. But after a while, we got dc due to that there are no map servers available.. Map connection closed.. Why is that? Bump HERE IS A SCREENSHOT OF MY ERROR.. PLEASE HELP Bump
  10. nope.. I cant find that in my src battle.c
  11. Me and my players can login on my server.. But after sometime, the server says.. No map server Available.. and the server says Server Closed when connecting How do I fix this?
  12. Why do I always need to type in /nm and /nm2 to see chats And also /nt to stop rejecting deals And why does friend requests always reject? Any help please? Thank you in advance
  13. There are no occurrence of the skill Cart Termination below your code
  14. Im having the same issue with backtea.. where can I find the error logs?
  15. letstry

    FluxCP

    Can someone help me about this error on FluxCP.. As Shown above, The Security Code doesn't show up.. Can someone help me please?
  16. Can I change it settings? And If I could, where could I find it? Thanks
  17. Why is Cart Termination's dmg not being reflected by reflect things such as reflectshield and etc?
×
×
  • Create New...