Recent content by Thyr

  1. Thyr

    Token Quest Shop

    Hello anyone here can help me edit the Token to Zeny? I don't understand how it is working I want it to make 5m - 1 T,  50m - 10T, and  500m - 100T Here's the script I use. // Trades tokens // getarg(0) - number of tokens to be traded function script thqs_trade_token { @type = getarg(0)...
  2. Thyr

    @PK Command

    Simple, a custom command that enable the player to toggle the pk ON and OFF. NOTE: this is for the server with a PK Mode set as 1 ( @ misc.conf) // PK Server Mode. // Turns entire server pvp(excluding towns). // Experience loss is doubled if killed by another player. // When players...
  3. Thyr

    Soul Linker NPC

    Script works but don't Links the character... prontera,161,185,4 script Linker 4_M_ROTERT,{ set .@n$,"[ ^0000FFLinker^000000 ]"; set .@time, 300000; // the buff last 5 minutes set @zenycost,600000; mes .@n$; mes "Hello "+strcharinfo(0)+",do"; mes "You want me to Soul Link you?"...
  4. Thyr

    Arena Points to Ticket

    Hello anyone can help me get a exchanger that exchanges arena points to ticket? vise verssa here is the arena points farm script i use If there is 1 Arena point is to 1 Ticket rebel_mt,215,170,4 script Monster Arena 4_F_CRU,{ if(lifetime >= 1) goto LLT; mes "[ Gate Keeper ]"; mes "What do...
  5. Thyr

    Luafile514 for 2014 Client please

    Hello anyone know download links for Luafiles514 in data folder? My luafiles514 is not compatible to my client 2014 10 22. I think its very outdated. 
  6. Thyr

    Recommended & Stable Client? except 2014-10-22

    Hello, Anyone can recommended me a stable Client for my Server (With Working Packet Keys)? My server is Pre-Renewal Server Trans job only. My server runs on 2014-10-22bRagexe client which it has problem on Cell Skill. This Client use System Folder its uses the Iteminfo.lua,etc., (If you want...
  7. Thyr

    How to properly wipe all items and characters

    Hello, my server runs in Closed Beta Test (CBT) that will reset in 1 week for Official Release.. How can I wipe Items and character and start over? or Wipe just items (Characters will be not deleted just the items)
  8. Thyr

    Bowling Bash Skill (Lord Knight)

    Lord knight skill Bowling Bash cannot use again after enemy knocked back and Lord knight won't move and go near to enemy while spamming the skill Bowling Bashh Help me please Here's the proof video T_T.  Video Link
  9. Thyr

    Custom Weapon Attack??

    Why my custom weapon attack is not exact +200? my item_db2.conf is set in ATK:200 here's my 1 custom weapon script { Id: 1740 AegisName: "Bow_of_Betrayer" Name: "Bow_of_Betrayer" Type: 4 Buy: 2500 Weight: 1000 Atk: 200 Range: 5 Slots: 4 Job: 0x000A0848 Loc: 34 WeaponLv: 4 EquipLv...
  10. Thyr

    Ankle Snare [Trap Skill]

    Hello, Can I get some help on how to make the ankle snare trap, only traps enemies? not the caster itself and Guild Members? Skill.conf (Tried setting it to zero [0] and not working) Anyone?? // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note...
  11. Thyr

    Punching Bag [DPS Test]

    Hello, I got a problem that my Punching Bug monster respawn even tho current Dummy is not yet dead or at 0% HP (Isn't it configured to respawn if the other punching bag died), Now It spawns another punching bag so it will stack . Here's the script I am using. - script Punching Bag FAKE_NPC,{...
  12. Thyr

    Enable Vending Skill in specific area

    Hello, I need help to make my vending line works. I set the map a novending and use the setcell (cell_novending,0;) to bypass the novending mapflag and it still not working Here's my script -    script    yesvend    FAKE_NPC,{     OnInit:     setcell...
  13. Thyr

    Anti RPE WPE Source from ea

    Hello is this can work on Hercules? common/socket.c Index: socket.c =================================================================== --- socket.c (revision 13725) +++ socket.c (working copy) @@ -16,6 +16,7 @@ #ifdef WIN32 #include <winsock2.h> + #include <time.h> #include...
  14. Thyr

    Monster make Aggressive

    How can i make the monster gets aggressive, if their same monster is being attack by a player. Example: 10 Peco Peco in your screen and you attacked 1 Peco Peco the other 9 will gets aggressive and attack you. heres my monster script. { Id: 3180 SpriteName: "GRAND_PECO_1" Name: "Golden...
  15. Thyr

    SecureGRF on Windows 10

    Hi, I got a problem that SecureGRF is not working when opened, im using windows 10. Is there any other GRF Encrypt/Secure for client 2010-07-30?
Back
Top