Jump to content

  •  

Scripting Academy



Disguise Event Script

Posted by GmOcean, in 3. Advanced Scripts 28 November 2014 · 2265 views

Disguise Event Script ( 3 Parts )   Due, to the possibility of this script being removed from Hercules' main repository, I'm going to write a guide for this script. Well, that and I lack the imagination to write up a new script from scratch right now @.@;Because this post is tremendously long, each part has been wrapped in spoiler tags to help make it eas...


Did I help you? Let me know!

Posted by GmOcean, 28 November 2014 · 946 views

Just a little poll, to see how helpful these are. After all, if people aren't learning, I must be doing something wrong.Either that or perhaps it's the scripts I chose. Either way, let me know! I'll try to correct my faults, because if you came here, you obviously wanted to learn as well !


Custom AtCommand @buff

Posted by GmOcean, in 2. Intermediate Scripts 27 November 2014 · 1792 views

Custom AtCommand @buff ( 2 parts )   A custom @command, that will buff the player with preset buffs, have a cast time, cost zeny, have a cooldown time and will unlock more buffs the more they use it!Part 1  Okay, so now it's time for us to make our first @command using a script. Which means we don't need to modify the src code in any way.Let's start off b...


Bounty Hunting PvP Script

Posted by GmOcean, in 2. Intermediate Scripts 26 November 2014 · 1228 views

Bounty Hunting PvP Script ( 2 Parts )   An intermediate level PvP script. This script is intended to help improve your scripting abilities, while also making you feel more comfortable about PvP scripts.Part 1  Alright, before we begin I'm assuming you already completed the Basic PvP Script. If not, you will need to do so to follow along.Otherwise let's co...


Intermediate Healer & Buffer Script

Posted by GmOcean, in 2. Intermediate Scripts 26 November 2014 · 1122 views

Intermediate Healer & Buffer Script ( 2 parts )   An intermediate version of the Basic Healer & Buffer Script.Part 1  Okay let's start by opening up the final version of our Basic Healer & Buffer Script.prontera,150,180,4 script Healer 4_F_ARUNA_POP,{mes "[^0000FF Healer ^000000]";mes "Would you like me to heal you?";mes "^FF0000 *Note - I...


Basic Player vs Player Script

Posted by GmOcean, in 1. Beginner Scripts 25 November 2014 · 839 views

Basic Player vs Player Script ( 1 Part )   A Player vs Player script designed to introduce you to the basics needed to make them work.Part 1  Okay this is going to be a short one. Despite what you may think, PvP scripts are actually very easy write and don't require much to get them to work.Let's start off by making a floating NPC:-    script    pvp_scrip...


Basic Floating Rates Script

Posted by GmOcean, in 1. Beginner Scripts 25 November 2014 · 1506 views

Basic Floating Rates Script ( 2 Parts )   Here we will create an npc that will adjust the base & job experience rates.Part 1  Alright, so we're going to start off by making a floating npc header. It's similar to a normal npc header with the exception of replacing the <map_name>,<x>,<y>,<facing>  with a simply hyphen ( -...


Basic Item Trader Script

Posted by GmOcean, in 1. Beginner Scripts 25 November 2014 · 1260 views

Basic Item Trader Script ( 2 Parts )    A basic item trader script. Here we will learn how to give players an item in exchange for other items.Part 1  Alright, since you're here, I'm goign to assume you completed the previous guide and created a working Healer & Buffer script with a zeny cost. Or, you already know all that.So let's start off by making...


Basic Healer & Buffer Script

Posted by GmOcean, in 1. Beginner Scripts 25 November 2014 · 1699 views

Basic Healer & Buffer Script (5 Parts)    A Basic Healer Script. Here we will cover most, if not all of the basics of scripting.Part 1  Okay, for this healer were going to create one that heals you 100% HP&SP when you click on it and choose heal me.So let's start off by wring the NPC header.<map name>,<x>,<y>,<facing...


Scripting Techniques, Tutorials and Guides

Posted by GmOcean, 25 November 2014 · 481 views

Hey everyone, my Scripting Support topic has reached it's physical limits. Any more and the topic would just explode into a million characters!So in order to continue helping everyone learn how to script, I'm going to be slowly migrating the Tutorials and Guides from my Support Topic  to this blog.As a result, this will also allow me to organize it easier...