Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/30/24 in all areas

  1. First we need to save in a variable which mvp was summoned. Find this line set Zeny, Zeny - .zeny[.mobze[.@m]]; And add below it: ultimo_mvp_invocado = .mobid[.@m]; Then insert it in the menu options when the player talks to NPC again. Find this line set .@m,select(.smenu$) - 1; And add above it: .@last = inarray(.mobid, ultimo_mvp_invocado); if (.@last > -1) { .@t$ = "^0000FF(Último) " + strmobinfo(1,.mobid[.@last]) + "^000000"; .@m = select(.@t$, .smenu$) - 2; if (.@m == -1) .@m = .@last; } else
    1 point
  2. Hi. Add this in \db\import\status.yml. Then save and use @reloadstatusdb or restart the server. # Remove the first line if your file already has Body: Body: - Status: Encpoison Flags: RemoveOnUnequipWeapon: false - Status: Aspersio Flags: RemoveOnUnequipWeapon: false - Status: Fireweapon Flags: RemoveOnUnequipWeapon: false - Status: Waterweapon Flags: RemoveOnUnequipWeapon: false - Status: Windweapon Flags: RemoveOnUnequipWeapon: false - Status: Earthweapon Flags: RemoveOnUnequipWeapon: false - Status: Enchantarms Flags: RemoveOnUnequipWeapon: false
    1 point
  3. Hi. Find this line: .fix_custom_sprite = true; // se o seu servidor tem sprites animados personalizados que se sobrepõem à animação da estátua repetidamente, ative isso And add this code below it: // Restrict the gain of MVP points on some specific maps. setarray $@mvp_mapas_restritos$, "prontera", "geffen", "pay_arche"; Find all OnNPCKillEvent: lines in the file and add below them: if (inarray($@mvp_mapas_restritos$, strcharinfo(3)) > -1) end;
    1 point
  4. I have updated it somehow. I don't know how I did but I did. Since this is a free release, here is the one I was able to update: 0001-sellitem-diff.patch Don't ask for support from me. Im not sure how stable this is but so far its working on my end.
    1 point
×
×
  • Create New...