Jump to content

Leaderboard

Popular Content

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

  1. Hello, everyone. I came back to show you some more of my work. The works of these examples were inspired by anime and requests by some people. ?
    2 points
  2. Amazing work! I just think bulbasaur looks a lil bit tiny XD
    1 point
  3. View File Aurora Age - Skin Packs Introduction: A skin packs that I found in TWRO forum, made by a user named crystalchan. This skin package consists of ~10 recoloured skin, and 1 YoRha (Nier Automata) theme skin. Unfortunately, the skin pack are all translated in chinese language, most likely are usable only to those who can read chinese. Preview: Full Preview: https://imgur.com/a/I8w9FPO How to use: Extract the folder and put them in the /Skin/ folder or add it into the GRF Disclaimer: You're free to share with everyone but do not monetize the contents in any way! These materials are meant for study or research purpose. Use these at your own risk, and always give credit to original author. Thank you. Submitter Emistry Submitted 05/20/2020 Category Skins Video Content Author crystalchan  
    1 point
  4. //================================================== // gef_fild10 - Geffen Field //================================================== gef_fild10,0,0 monster Orc Warrior 1023,179,5000,0,"sample_npc_name::OnKill" gef_fild10,0,0 monster Orc Lady 1273,55,5000,0,"sample_npc_name::OnKill" gef_fild10,0,0 monster Orc Baby 1686,27,5000,0,"sample_npc_name::OnKill" gef_fild10,0,0,0,0 boss_monster Orc Lord 1190,1,7200000,600000,0,"sample_npc_name::OnKill" gef_fild10,46,350,5,5 monster Blue Plant 1079,3,900000,450000,"sample_npc_name::OnKill" gef_fild10,287,61,5,5 monster Blue Plant 1079,3,900000,450000,"sample_npc_name::OnKill" gef_fild10,300,253,5,5 monster Green Plant 1080,3,360000,180000,"sample_npc_name::OnKill" add a npc event to each of the monster in gef_fild10, and load the npc. - script sample_npc_name -1,{ OnKill: if (!mobcount(strcharinfo(3), strnpcinfo(3)+"::OnBossKill")) { if (.monster_kill < 10000) { .monster_kill++; if (.monster_kill >= 10000) { monster strcharinfo(3), 0, 0, "Lord of Orcs", 1190, 1, strnpcinfo(3)+"::OnBossKill"; } } else { .monster_kill = 0; } } end; OnBossKill: // rewards end; }
    1 point
  5. prontera,0,0,0 script Clear-Monsters 444,{ if(!getmapunits(BL_MOB,strnpcinfo(4))){ mes "no monsters in this map!"; end; } .@zeny = 10000000; mes "do you like to clear all the monsters in this map ?"; mes "It will cost you " + F_InsertComma(.@zeny) + "z"; if(select("Yes:No") == 2) end; clear; if(Zeny < .@zeny){ mes "you don't have " + F_InsertComma(.@zeny) + "z"; end; } Zeny -= .@zeny; killmonsterall(strnpcinfo(4)); mes "Done!"; end; }
    1 point
  6. prontera,0,0,0 script Clear-Monsters 444,{ .@zeny = 10000000; mes "do you like to clear all the monsters in this map ?"; mes "It will cost you " + F_InsertComma(.@zeny) + "z"; if(select("Yes:No") == 2) end; clear; if(Zeny < .@zeny){ mes "you don't have " + F_InsertComma(.@zeny) + "z"; end; } Zeny -= .@zeny; killmonsterall(strnpcinfo(4)); mes "Done!"; end; }
    1 point
  7. The script works on new versions of rAthena. But for that we must make some changes. (line 554) Change it: mes "覧覧覧覧覧覧覧覧覧・; for this: mes "Would you like to view more logs?"; Add this table to your database: PS: These tables are from another script. But it worked well for me. (I don't remember the author)
    1 point
×
×
  • Create New...