Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/02/2019 in all areas

  1. 1 point
    I agree. Not everything that sounds good or works for other game will work for PKO. FlyFF first introduce the concept of flying but their game revolve around it. Big maps, Flying boards, models, animation, sky monsters, “Fly” in their name. It all revolves around it. Make a new “mysterious” map, and 3 seconds later it is no longer mysterious because of flying mechanism for such game like PKO, while it’s true essence is to explore. That’s the whole Pirate theme! Should focus and strengthen on the game’s weak points instead of adding ideas that makes no sense just because other games have it.
  2. 1 point
    Hello There! Just a brief summary: ToP is originally coded in C++ (Source code is available in this forum) and Lua. It uses SQL database. Most PKOsites are coded in PHP. It's really up to you where you'll want to guide your learning path, but as a personal suggestion, start learning LUA (https://www.lua.org/docs.html). Most ingame scripts are coded in LUA (NPCs, Missions, Item Effects, Attributes, Skills, even the AI; and also, most of the releases of this forum are for those kind of scripts). You could also learn a bit about SQL (mainly UPDATE, INSERT and basic Queries) 'cause you can find here an awesome extension called LuaSql, which allows you to play with your database from ingame events. Once you're familiar with it's language, and you feel like you can pretty much do everything you want to in LUA (a good way to prove you're confident enough is to understand advanced pkodev extensions - such as Hooks, Serialize, AntiDupes, AI Behaviours - ), you can dive into C++ learning to making your own extensions, or edits on the source code. This is really advanced shit, it'll take you some time to get familiar with LUA first. Use PkoDev Search Engine, Guides Section, Releases Section, Lua docs, Google and Youtube. You can do it ☺ --Edit: Forgot to say, despite all the information you can get from the internet, the greatest way of learning is by Doing. Install Basic Server Files, Get to make it run just for you or few friends, and start doing! Start by making an Npc, then a mission, then an usable item, and so on. From basic to advanced, just the same as learning anything else.
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...