Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation since 11/18/25 in all areas

  1. 1 point
    Philippines Ragnarök Online (PHRO) is build for classic gameplay that relive the nostalgia just like when it first started. Everything is pretty much what it is on Episode 4 (War of Emperium) guidebook that was release by levelupgames philippines with 2-1 jobs like Priest, Assassin, Blacksmith, Hunter & Wizard. We created this server for you to play whenever you have the time to spend, no fear of missing out, no pressure just fun. You may be a casual or a hardcore player. Features: -1x rates with MVP/Miniboss cards enabled -Manual job change -Single client only -No costumes -Singapore host -PC only NO MOBILE QoL -Hourly pvp refill pots -Autotrade -Autobuy store -Global chat -Mail system ***Opened last October 10, 2025*** Discord Link : https://discord.gg/HsN77DCETy Website : https://www.phro.fun
  2. 1 point
    Tio Akima

    disable effect

    I really need help I would like to make a command to disable a visual effect on the player for example, this is the command to enable a visual effect: (used in skill.c file to enable a visual effect) clif->specialeffect(&sd->bl, type, (send_target)flag); and this is the function of the command clif.c file: void clif_specialeffect(struct block_list* bl, int type, enum send_target target){unsigned char buf[24];nullpo_retv(bl);memset(buf, 0, packet_len(0x1f3));WBUFW(buf,0) = 0x1f3;WBUFL(buf,2) = bl->id;WBUFL(buf,6) = type;clif->send(buf, packet_len(0x1f3), bl, target);if (disguised(bl)) {WBUFL(buf,2) = -bl->id;clif->send(buf, packet_len(0x1f3), bl, SELF);}} you know how I can redo this command to disable the visual effect? please help me, you are the one who knows the whole program! thanks please look at my problem, just need to turn off the visual effect: yet without success.
×
×
  • Create New...

Important Information

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