Jump to content

  •  

Scripting Academy



Basic Player vs Player Script

Posted by GmOcean, in 1. Beginner Scripts 25 November 2014 · 840 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 · 1507 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...