Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/24/25 in all areas

  1. understood, I've fixed that currency display, should consistently shows as what has been set at config. Also for the mail, then maybe ill add it in the config, easier. Ill show the mail template example later on then. Thanks for the suggestion !
    1 point
  2. The NPC is in the empty space between floors. You can use @jump 53 8 to get close to it. - script ShowEndlessTowerPoints -1,{ OnAtcommand: .@size = getarraysize($@difficulty_mode$); if (!.@size) { dispbottom "Please talk to the Tower Protection Stone first."; end; } dispbottom "===================="; dispbottom "ENDLESS TOWER POINTS"; for (.@i = 1; .@i < .@size; .@i++) dispbottom $@difficulty_mode$[.@i] + ": " + getd("#" + $@var_names$[.@i]); dispbottom "===================="; end; OnInit: bindatcmd "ETpoints",strnpcinfo(3)+"::OnAtcommand"; end; }
    1 point
  3. bindatcmd "mvpjoin", strnpcinfo(1) + "::OnEventJoin"; bindatcmd "mvpbet", strnpcinfo(1) + "::OnEventBet"; bindatcmd "mvpstart", strnpcinfo(1) + "::OnStart", 99, 99; The event can be activated by using the command @mvpstart
    1 point
  4. You can find the NPC in /npc/re/merchants/guild_warehouse.txt
    1 point
  5. you must use pre renewal translation for system folder.
    1 point
  6. that's guild storeage npc, are you using renewal mode?
    1 point
  7. The NPC shouldn't have a location. Find: prontera,155,177,5 script MVP_vs_MVP 100,{ And replace: - script MVP_vs_MVP 100,{
    1 point
  8. This will help to get rid red errors in game when you received an item and get rid of crash when you drag item. Download: https://pixeldrain.com/u/e7c6zDVN --- Please remove sprite and texture folder in data.grf to slice down a game file size. (Do a backup first just for safety) Thanks to @KingarteR for finding mostly client database files.
    1 point
  9. Version 1.0.0

    278 downloads

    //= Initiates a "Last Hit" event for players //= Only accessible by GMs with level 99 //= Spawns different bosses for each round //= Three rounds of escalating difficulty //= Rewards the player who lands the final blow //= Announces event stages and boss spawns server-wide //= Customizable boss monsters and rewards //= @lasthit command to teleport to the event location
    Free
    1 point
  10. Please apply the same adjustments I made for Sonic Blow to any skill, including adjusting the delay. thank you for feedback about rotating 360 is this fine? Video_2024_08_04-1_edit_0.webm
    1 point
  11. I managed to convert it and I'm not selling it myself. However, since some people are reselling it, I've decided to make it public.
    1 point
  12. Other sol: Palitan mo lods yong datetime into timestamp Rok on!
    1 point
  13. you may change the default value of your SQL table. ...datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    1 point
×
×
  • Create New...