Leaderboard
Popular Content
Showing content with the highest reputation on 10/21/19 in Posts
-
I decided to share my VSCode plugin which I use to edit scripts and DB. This is my first experience with VSCode plugins, so many things may be done wrong. GitHub: https://github.com/Bynsu/eAthena-VSCode-Syntax You can read the readme for installation instructions. Features: Script files syntax highlighting and NPCs outlining/navigation Quest information when hovering over QuestID DB hover information and column help DB column highlighting and hinting Screenshots:3 points
-
https://mega.nz/#!xJ8gxCZT!ov6I7JPMpG10sbwoJZqVoXMWRFJgg7qnSNuatXC3i-Q2 points
-
View File Last Man Standing - Yet another version UPDATE: version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made. Here is my take on a LMS Event. Just a simple one. Runs hourly or Manually run by a GM Reward can be set Enjoy. UPDATE 2.0: Changed to a new version that works like my other script events. ? Still runs hourly and manually run by a gm. Submitter Mabuhay Submitted 10/21/2019 Category Games, Events, Quests Video Content Author Mabuhay1 point
-
File Name: FluxCP Addon: Vote For Points File Submitter: JayPee File Submitted: 23 Mar 2012 File Updated: 26 Mar 2012 File Category: Web Resources This is my vote for points addon for FluxCP that I code from scratch. Features: Added Anti-Proxy using PHP $_SERVER['HTTP_X_FORWARDED_FOR'] - I hope it work NPC Script is included see npc script folder You can turn off the IP blocking feature which will result to account base blocking system. Allowed image to be uploaded to the database is .gif | .jpeg | .jpg | .png Some Guides: To disable the ip blocking feature just set the 'IP_BLOCKING' to FALSE at config/addon.php To edit the max file size upload just edit 'MAX_FILE_SIZE' to whatever file size you want at config/addon.php Note: If the IP Blocking System is turn on, the blocking system is IP Address Based and Account Based. While if the IP Blocking System is turn off the blocking system is Account Based only. ( IF YOU FOUND BUGS OR SECURITY EXPLOITS PLEASE REPORT IT TO ME IMMEDIATELY) Click here to download this file1 point
-
LOGIN SCREEN https://streamable.com/ii9gib https://streamable.com/fc0sn7 https://vimeo.com/287302640 https://vimeo.com/300142810 https://vimeo.com/274177970 https://vimeo.com/310257994 https://streamable.com/6t1f6 Splash's https://streamable.com/n58ma Misc All Launcher's have Discord RichPresence SCRIPT & SOURCE Bet System https://vimeo.com/297864967 Pick Item with Mouse Click https://vimeo.com/288068416 Hack'n Slash Attack System https://vimeo.com/285431474 SkillShot System https://vimeo.com/269528679 Header Hud Char Info https://vimeo.com/268928510 System Conversor Skill Target to Place https://vimeo.com/307620277 LEAGUE OF LEGENDS INSPIRED SKILLS Ivern https://vimeo.com/270423927 https://vimeo.com/270211429 Kalista https://vimeo.com/270518714 Ash https://vimeo.com/270728857 Orianna https://vimeo.com/270911850 Xayah https://vimeo.com/271172345 Katarina https://vimeo.com/269402201 Client Edit Drag System https://streamable.com/dnqgz New Hud Interface (Old) NEW INTERFACE FROM TOS (WITH NPC DIALOG) https://streamable.com/ebec1 TREE OF SAVIOR INTERFACE 2.0 https://streamable.com/zshk1t https://streamable.com/jpqeks https://streamable.com/5axy7g RPG Style Map Transition https://streamable.com/vjz06y New Game Filter https://vimeo.com/303199417 Item Summon Screen https://vimeo.com/300142810 Rain https://vimeo.com/298893681 Rain 2.0 https://streamable.com/8hlb3l Campfire Button Shortcut https://vimeo.com/298498848 Talk with NPC with spacebar press https://streamable.com/puoar2 Discord Integration WALK WITH WASD https://streamable.com/c4u7u DRESSROOM MOD https://streamable.com/n1ncz MASTERY WINDOW https://streamable.com/zfttp ________________________________________ A lot of other things I haven't record, but I will try to keep this updated. Green = last added.1 point
-
View File [Mvp] Card Logo PNG e PSD well, I didn't find the mvp card symbol anywhere and redid it, I decided to share it. It's not perfect, but better done than perfect! kk ? Submitter Frost-Eduardo Submitted 10/15/2019 Category Other Video Content Author Frost1 point
-
just select your database in the table that is saving all the variables #1 point
-
What I wrote intended to make that script triggers when you kill monsters which IDs written in the array. setarray .@moblist, 1014, 1015, <MOB ID>, <MOB ID>, <MOB ID and so on>; You put the whole these: setarray .@moblist, 1014, 1015; // LIST OF MOB ID set .@mobsize,getarraysize(.@moblist); set .@val,0; while (.@val <= .@mobsize) { set .@val,.@val+1; set .@moblist[.@val]; below: - script PartyLoot -1,{ OnNPCKillEvent: But it's not tested yet, and I don't know how to test it since you gave an incomplete script.1 point
-
case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL) //break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break;1 point
-
I just tried on client 2018-06-21aRagexeRE thanks so much @melv0 1. How to change the maximum level of your server? https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b 2. How to make the aura appear at a maximum level other than 99? data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub & externalsettings_kr_sak.lub MaxLevelTable = { BaseLevel = 99, << Edit this part into 255 BaseLevel3rd = 185, BaseLevelExtend2 = 160, BaseLevelUpperJob = 185, BaseLevelHomun = 185, BaseLevelDoram = 185, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 65, JobLevelExtend2 = 50, JobLevelUpperJob = 60, JobLevelDoram = 55 } and that's it, see magic ingame ?1 point