Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/11/22 in all areas

  1. try change this.. .@point = rand( .gold_amount[0],.gold_amount[1] ); to .@point = 1;
    1 point
  2. mael te dio algunas soluciones sigue las guias y haz lo que mejor te convenga, recuerda como menciono mael tu server debe tener buena ram o se te puede comenzar a subir el ping por tantos item siempre con el efecto puesto!
    1 point
  3. if (checkweight(969,gold) == 0) goto L_OverWeight; getitem 969, gold;x set gold, 0; change to input .@amount, 0, gold; if (!.@amount) close; if (checkweight(969,.@amount) == 0) goto L_OverWeight; gold -= .@amount; getitem 969, .@amount;
    1 point
  4. @Capuche, nope i dont have those mapflags these are my mapflags: // -------------------------------------------------------------- // - Map Flags - // -------------------------------------------------------------- npc: npc/mapflag/battleground.txt npc: npc/mapflag/gvg.txt npc: npc/mapflag/jail.txt npc: npc/mapflag/night.txt npc: npc/mapflag/nightmare.txt npc: npc/mapflag/nobranch.txt npc: npc/mapflag/nodrop.txt npc: npc/mapflag/noicewall.txt npc: npc/mapflag/nomemo.txt npc: npc/mapflag/nopenalty.txt npc: npc/mapflag/nopvp.txt npc: npc/mapflag/noreturn.txt npc: npc/mapflag/nosave.txt npc: npc/mapflag/noskill.txt npc: npc/mapflag/noteleport.txt npc: npc/mapflag/nowarp.txt npc: npc/mapflag/nowarpto.txt npc: npc/mapflag/partylock.txt npc: npc/mapflag/pvp.txt npc: npc/mapflag/pvp_noguild.txt npc: npc/mapflag/pvp_noparty.txt npc: npc/mapflag/reset.txt npc: npc/mapflag/restricted.txt npc: npc/mapflag/town.txt npc: npc/mapflag/noloot.txt npc: npc/mapflag/effects.txt // -------------------------------------------------------------- @Brynner, my min_npc_vendchat_distance is default (3) and also check your conf\battle\player.conf min_npc_vendchat_distance: 3 and also check your conf\battle\player.conf min_npc_vendchat_distance: 3 when i changed this #3 by a #2 it got solved Thank You.
    1 point
×
×
  • Create New...