Search results

  1. Pandaaa

    sonic blow continuous attacking [Injustice Card]

    already tried this thing skill.c /*            if (temp == AS_SONICBLOW)                 pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.*/             if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding.                 type =...
  2. Pandaaa

    H>Ankle Snare and Spider Web [Idea]

    How to make the spider web works like ankle snare? and for ankle snare how to make that it wont trap the player who put itself also to guild members during PVP/WoE time is it possible? THANKS
  3. Pandaaa

    PvP for Assassins, LK Jobs only

    heres the script but dont know how to use the if (class ==  things to make it work warcraft,199,186,5 script Unknown Thief 4_F_JOB_ASSASSIN,{ if(agitcheck() || agitcheck2()){ mes "[ Unknown Thief ]"; mes "Sorry, You cannot Enter during ^00CC00War of Emperium^000000"; mes "Come back later...
  4. Pandaaa

    convert old pre-renewal idnum2itemdesctable to iteminfo.lub

    Possible? trying to find any iteminfo.lub look alike idnum2itemdesctable  example  Valkyrie Armor (Iteminfo.lub) Info "A set of shining white", "armor worn by Valkyries, the battle maidens that", "serve the god Odin.", "Increases resistance", "to Mute status when", "worn by...
  5. Pandaaa

    Toasty WoE Controller

    Got this script @ link and http://alice.toastofdoom.net/ROScripts/WoeInfo/woeinfo_122.php is Dead i think but i got this script working (by changing all into lowercase) but the castles are only Kriemhild.. how can i change it into different castle when it actives? here's the current script im...
  6. Pandaaa

    [Help] @bst

    I can use @bst B>, @bst S> and @bst T>  but i cant use @bst B/T> and @bst S/T> how to make @bst B/T> and S/T> work? - script bst -1,{ OnCommand: if ( !getstrlen( .@atcmd_parameters$ ) ) { message strcharinfo(0), "Please, enter a message (usage: @bst...
  7. Pandaaa

    Can use parry with dagger and two hand quicken

    help why i can use parry with dagger and, two hand quicken ( how to make it u can use two hand quicken when you got soul link with one hand sword) skill_require_db.txt 356,0,0,50,0,0,0,3:15,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0    //LK_PARRYING#パリイング#   made it 3:15  because...
  8. Pandaaa

    Devil Square

    Heres the script i use.. i want to make after getting through of the mobs at level/round 3.. you can only kill 1 treasure box also the skills will be disabled after killing monster from round 3, so that in round 4 treasure box will appear you cant kill more than 2 (by casting skills ex. Storm...
  9. Pandaaa

    SQL help every mob kill

    every time i kill a mob, my server map loads like hell (gives me delay) here is the message thing shows at my map-server,  evertime i kill 1 monster  [SQL]: DB error - Table 'ragnarok.picklog' doesn't exist [Debug]: at c:\users\wraaap\desktop\herculessvn5-20-16\testserver...
  10. Pandaaa

    @security

    got the security mod here https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins following the steps here http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC after compiling and editing the conf/plugins.conf then running the server it gives me error here is it. [Map][16:9] [Error]...
  11. Pandaaa

    [@request] command idea

    Instead of making @request send a messages only to GMs. I wanted to change like if you type @request command with your message. ex. "@request help me character stuck."  It will warp to a GM support/report map and automatically pubs ("help me character stuck.") 'your message/concern'
  12. Pandaaa

    how can i make announce only in chat

    atcommand.c ACMD(bst) { if ( !message || !*message ) { clif->message(fd, "Please, enter a message (usage: @bst <message>)."); return false; } if ( sd->bst_delay + 60 > (int)time(NULL) ) { clif->message(fd, "There is a 60 seconds delay of using this command again")...
  13. Pandaaa

    Vending Line @ Prontera

    heres the script i use prontera,184,176,4 script Vending Area 2_VENDING_MACHINE1,{ OnWhisperGlobal: OnInit: setcell "prontera",191,177,213,177,cell_novending,1; // Line 1 setcell "prontera",191,174,213,174,cell_novending,1; // Line 2 setcell "prontera",191,171,213,171,cell_novending,1; //...
  14. Pandaaa

    Name doesnt show help..

    Solved.
  15. Pandaaa

    Punching Bag NPC

    hello, what is the problem with my script everytime i put my cursor to the Barricade it gives me error.. heres the script im using got from rathena ( I'm looking for a dummy/punching bag mob npc that will resurrect everytime it comes to 0 HP.. @ the same position ) - script Punching Bag -1,{...
  16. Pandaaa

    Dynamics Quest Shop

    Here's the script i used but i seems gets me error help please ^^ //===== rAthena Script ======================================= //= Euphy's Quest Shop //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //=...
  17. Pandaaa

    2014-02-05bRagexe seems doesnt read files from data folder

    currently adding a customs items, using a 2014-02-05 Client (its fine), edited the Data/luafiles512/lua files/datainfo files for adding custom items with each IDs and also edited the idnum2item(display/resname)table.txt and the idnum2itemdesctable.txt for the items descriptions and name then...
  18. Pandaaa

    Making after cast delay fixed

    how can i make the max after cast delay fixed at 50%... even tho you wear any reduce delay card or items that exceed 50%
  19. Pandaaa

    Help prt_in map error

    everytime i get in prt_in maps it loads 1~3% then gets me error already tried to put prt_in.gat/rsw/gnd in my data folder took from data.grf and patched with weemapcache still gets me error
  20. Pandaaa

    Changing Renewal into Pre-Renewal Only

    How can i remove the 3rd job classes and disable the 3rd job items,etc., (about 3rd jobs) I want to use the Trans Job only anyone?
Back
Top