Jump to content

Search the Community

Showing results for tags 'clif_disp_overhead'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 1 result

  1. Hello guys. I want to create another clif_disp_overhead for decreasing distance to 2 cells with a command. (For whisper in roleplaying server, I am looking for a @me command, wich can be heard only in 2 blocks around) I have no error in compilation, but it doesn't work in the game... Doesn't respect distances. why that source code doesn't work? I think here is the problem in AREA_CHAT_SU, but.... i don't know why, the AREA_SIZE of the chat is -1 case AREA_CHAT_SU: map->foreachinarea(clif->send_sub, bl->m, bl->x-(AREA_SIZE-1), bl->y-(AREA_SIZE-1), bl->x+(AREA_SIZE-1), bl->y+(AREA_SIZE-1), BL_PC, buf, len, bl, AREA_CHAT); case AREA_CHAT: map->foreachinarea(clif->send_sub, bl->m, bl->x-AREA_SIZE, bl->y-AREA_SIZE, bl->x+AREA_SIZE, bl->y+AREA_SIZE, BL_PC, buf, len, bl, type); break; Sorry for my bad english
×
×
  • Create New...

Important Information

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