• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

script

  1. meko

    Array manipulation functions v10

    This script provides various array manipulation functions, and more might be added in the future. All of those functions (except the arithmetic ones) work with both integer and string arrays. The start of the array is always implicitly index 0, unless an index is specified, ie @array[index]...
  2. meko

    Array manipulation functions

    View File Array manipulation functions This script provides various array manipulation functions, and more might be added in the future. All of those functions (except the arithmetic ones) work with both integer and string arrays. The start of the array is always...
  3. bWolfie

    Using 'for()', can you repeat text in same line?

    I have a script command which fetches a character's name from the .@atcmd_parameters$[] and displays them in a message. How do I get them to display in one line? Currently I can only get them to display if I print it one line at a time (using message()) -    script    Print Names  ...
  4. D

    Help with NPC

    Hello everyone, I am new forum and I need a help in the script so I would like it to run just the command when someone clicks npc only when someone clicks OnInstanceInit:     areamonster "1@tower",7,351,17,387,"Metaling",1613,15,instance_npcname("#1F Controller", instance_id())+"::OnMyMobDead"...
  5. L

    Announce after match?

    Heeey guys I have this party versus party script and i wanted to add an announcement after the match has ended like "The match has ended, party leaders can now register again" something like that? Thank you in advance :> - script init -1,{ OnInit: //== CONFIG START ==// set...
  6. I

    Add Announcement

    Hello! Can i ask a little help with this Party vs. Party Script please? i wanted to add an announce on it. After the match, i wanted the npc to announce that the match has ended, congratulate the winner then the npc is open for match registration again. Thanks in advance and godbless! - script...
  7. I

    Enable Npc All the time?

    Hi guys. just wondering how can i enable this npc all the time? so i won't have to manually enable it and players can use it anytime. thanks in advance! // -----------------------------// // ------- Free For All --------// // -------- By : Butch ---------// // A simple Free for all script //...
  8. I

    How to remove timer?

    Hi guys! Just wondering how can i remove the timer and make it usable all the time? Thanks in advance! // ============================= /* Free for All: http://herc.ws/board/topic/13863-rlast-man-standing-pvp-with-prize/ ---------------------------- by: Legend compatible w/: Hercules...
  9. H

    Craft multiple items at once using shop

    I am currently working on creating a NPC which allows you to craft Eye Patches in exchange of 1 Rusty Bandages and 1 White Potion. Easy enough right? But there is more, I am using the shop and "OnSellItem:" to craft as many Eye Patches based on the items in the sell box. So in essence, if I...
  10. I

    Simple warper script error

    need help with this one please. the npc wont show up. i already changed the<spaces> with <tabs> but still the same. need help pls. prontera,159,183,4    script    Quest Room Warper    856,{       mes "[ Quest Room Warper ]";     mes "Hi!.. Would you like to enter the Quest Room?"...
  11. bWolfie

    Force variable on a character not in script

    Example: I want the variable L_CanTalk to be placed on the character Test Character. by using a script. E.g. an NPC GMs can use to set the variable to a character of their choice. Is this possible?
  12. K4m4r40

    Script - npc shop

    Olá pessoal, Estou querendo diminuir meu numero de "Npcs de Shop"  em meu mercado para algo mais simples e organizado. Já vi em alguns servidores, npcs de shop desse forma porém não tenho nenhum script para usar como base. NPC menu: prontera.gat,164,193,3    script    Chico, O...
  13. A

    buildin getitemlinkedmsg

    regarding this http://herc.ws/board/topic/10701-link-item-system/?p=63280 when we take a look on console using script e.g.  - script catch FAKE_NPC,{ OnAtcommand:     debugmes .@atcmd_parameters$[0]; end; OnInit: bindatcmd "catch",strnpcinfo(3)+"::OnAtcommand"; end; } let's start...
  14. Tsuuu

    Definir quantos deseja escolher

    Bom, temos um meno no npc de presença que faz a troca de pontos por itens, no entanto, é definido a quantidade de itens pelo próprio menu, por exemplo, troca 1 ponto de presença por 100 ygg, gostaria de saber como faço pra adicionar um menu nesse npc pro player escolher quantos pontos ele deseja...
  15. bWolfie

    Forcing emotes from other NPCs?

    Hi, I am struggling to get my script to force an emotion from an NPC from another script.  Bit of info: - Both NPCs are on the same map. - Player cannot see both NPCs at the same time on their screen (too far apart). - NPC 1 (who you are talking to) warps you in front of NPC 2, who talks a...
  16. R

    Help me!! on script Cash coin

    //== Usable Items ========================================== {     Id: 600     AegisName: "Cash_Coin"     Name: "Cash Coin"     Type: 2     Buy: 60     Weight: 1     BuyingStore: true     Script: <" ......................... ; "> },   I'm newbie,   I need script Cash_coin, when used random...
  17. raPalooza~

    ModScript Professions ~ Fishing

    Fish Fish Fishing Well, Lately i went back on Scripting and testing ideas around ragnarok, and decided to develop a series of professions, but as i'ma well known lazy ass so i'll be releasing the "raw" script as soon as possible as it is probably full of bugs and memory problems. Starting...
  18. J

    Random quest Equipment reward

    Hello, Is there any one that can help me create a script. I would like to have a script that gives me a random reward if i complete a quest or trade for points.
  19. M

    "Walking" NPC Script

    In need of help with having this script to work. I've been trying to create a template for "walking" NPCs to create more difficult quests (using sprites with walking animation, of course). The NPC exists when enabled, it just doesn't do anything. **The default location (rwc03,49,49,4) can be...
  20. mrlongshen

    How to delete all cashpoints?

    Can someone post any method how to delete cashpoint using sql or script? By the way, how to check player cashpoint in sql database? 
Back
Top