Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/20 in all areas

  1. View File Free skin Thor Patcher 2020 Holidays [CODED] Please - Do not remove credits - I do not authorize the sale of this launcher Content - Thor Patcher [CODED] - PSD Project - PHP Files Server Status + RSS Feed - This file has a configuration guide Guide.txt Buy me a Coffe *u* Support Discord: єℓƒιη#9444 Powered by @Aeomin & Design @Elfin Enjoy and happy holidays ? Submitter Elfin Submitted 11/12/2020 Category Patchers Video Content Author Elfin & Aeomin  
    1 point
  2. View File Item Use, Drop & Pickup Events A handy extra set of script events and variables for you to maximise your event and quest scripts! New Variables: DroppedItemID, DroppedItemQTY, UsedItemID, PickedItemID New Scripted Event Triggers: OnItemDropEvent, OnItemUseEvent, OnItemPickupEvent Includes 3 Test NPC scripts e.g. - script onusetest -1,{ end; OnItemUseEvent: dispbottom "Found item use event"; dispbottom "Using on "+ UsedItemID; switch(UsedItemID){ case 501: dispbottom "You used a Red Potion!"; break; } end; } As an example use-case, I've previously used this code in an Easter event script where each time you pickup any 1 of the 13 different eggs, specific code will run for effects, item swapping, costume changes, play sounds, etc. The possibilities are enormous! Submitter Akkarin Submitted 11/15/2020 Category Source Modifications Video Content Author Akkarin  
    1 point
  3. Olá a todos! por muito tempo me dediquei ao ragnarok, aprimorando-o de alguma forma e depois de vários anos ganhei experiência de todos os lados, consigo entender o cliente perfeitamente, modificar feitiço entre tantas outras coisas muito legais, no final decidi criar o meu Brinco com todas as coisas que aprendi, e hoje está em desenvolvimento, mas hoje colocarei aqui a maior vitrine de todas as coisas que terminei ou converti para RO. aqui você vai encontrar sprites, monstros, efeitos e outros .. alguns eu fiz a pedido de algum cliente outros foram feitos só para o meu jogo. Efeitos: Tags: Monstros: Hp Bar custom ? Efeitos de LevelUp: Temas de danos: Itens / Auras: Asas 3d Outros: Vou postar mais coisas legais! obrigado
    1 point
  4. Um adendo amigo, Você deve usar o label OnInit: no final do código ou quando o script fizer o que você quer ali ele finalize com um end; caso contrário o script vai passar para a label OnNPCKillEvent: que no caso só seria ativado quando o player mata mob, então se o script do OnInit não for finalizado ali antes de começar a outra label vai acontecer esse erro justamente por quê não tem um player anexado ou seja não foi ativado por um player simplesmente o script seguiu em frente, só precisa adicionar um end; após definir os ids.
    1 point
  5. Version 1.0.0

    74 downloads

    This commands verify if any NPC is near the distance of a player. Can be useful for some script restrictions. Script Sample: prontera,150,150,5 Script Curious Boy 90,{ .@n$ = "[Curious Boy]"; .@distance = 5; mes .@n$; if(isnpcsnear(getcharid(0), .@distance)) mes "Sorry, I will only talk with you when no NPC is near you!"; else mes "Hi!"; close; }
    Free
    1 point
  6. you learn first on : npc\kafras\functions_kafras.txt then you can configure on : npc\kafras\kafras.txt
    1 point
  7. Version 1.0

    3519 downloads

    Hello, I made these wings for VHXRO, a server which is now closed since 2007. These are old sprites. Actually, my first wings. I am releasing them for free. I changed my mind because they're a bit old and I'm note sure they should be sold. In exchange, please talk to the "ragnarok people" about my palettes pack & services ! The pack contains sprites (female and male), sprite icon, bmp icon, and collection picture. If you have a problem please let me know! Hope you enjoy, show me screens of your server using it! Thanks you.
    Free
    1 point
  8. Version v 1.0

    1407 downloads

    VOTE for the Sprite's or Post your comment in the Support Topic ---- File Info ---- This File Includes: Elf's Aura Spr and Act File [ is .TGA Sprite ] Open it with Actor BMP Item Icon BMP Collection Icon Inventory Spr and Act File ---- Rules ---- 1. Do not claim my work as yours. 2. Do not remove or alter my signatures/watermarks within the sprites and all associated files. 3. Credit me if you use my work as a base. 4. Do not edit or alter my sprites in any way without permission from me. 5. Do not distribute my sprites on any file hosting sites.
    Free
    1 point
  9. Scripting Techniques, Tutorials and Guides I'm going to attempt to help everyone here with their scripts while not being directly involved in helping you with them xD. This will also help future/current scripters get some fresh info and maybe inspire innovative ideas towards scripting. So that we can prove that us " Scripters " are the superior ragnarok emulation race! Take that Source Code writers!! Jk lol, we need you too . What I'm going to do, is write detailed tutorials on how to write a few scripts. Starting from the basics to more advanced scripts. This way everyone can follow along. And hopefully this will help everyone understand how to write a few scripts and even troubleshoot their own scripts. During these guides, I'll be using my own, scripting form, but i'll try not to deviate too far from the norm . // A list of <sprite id>s can be found here: Sprite_IDs Credits: Ai4rei - Beginner Scripts - Scripts for complete beginners and novice scripters. - Intermediate Scripts - Scripts for intermediate level scripters. If you completed my beginner script series, then you are ready for this section. *Note - In most of these tutorials, I will be using the script from the previous lesson, unless the scripts deviate from each other. For instance jumping from Healer -> Quest NPC will result in a blank script. But each lesson from then on will be towards the quest NPC and will use the script from the previous lesson. * The idea behind this topic, is for new users, and current ones, to have a (second)place they can go to for reference when trying to write a script if they can't figure it out with script_commands.txt file. It will also help people learn how to write scripts. While hopefully, keeping script writing techniques to a ' very ' similar structure! !! This topic will be updated at Hercules first and then here once a script is fully complete. Some scripts may not be here right away. If this is the case it is because scripts are incompatible and need to be adjusted. !!
    1 point
  10. Thanks Guys love y'all
    1 point
×
×
  • Create New...