Recent content by dfabsgwapings

  1. D

    Setting up SSO Login Packet

    hi everyone. I am actually trying to use the SSO Login Packet wherein the player enters their game account credentials through the patcher. I tried to find some sources in the forum but I do not know where to begin. Does anyone has a guide on how to enable the SSO Login Packet and have it work? 
  2. D

    Attacking Monster

    Would it be possible to attack a specific monster if the player is has a specific item in his inventory? For example: A player can only attack a poring if the player has an item stone in his/her inventory.
  3. D

    Custom Skill Effect

    How can I add custom skill effect or change the skill effect to a different one like on this link. I followed the instruction to simply extract this to data/texture/effect but the effect that is showing is still the original.
  4. D

    AoE Heal Request

    Hi guys. I just wanted to know, how can I make the regular heal to be an aoe heal by 3x3? For example if I use a skill to my party member or guild member the heal and the effect will be spread by 3x3 cell from the target member of the guild or party. Only a member of party or your guild will be...
  5. D

    How to check if monster is attacking a player?

    How can I be able to check if a monster is attacking a player? I have this kind of script wherein if monster 1 is in idle or not attacking a player, the monster 2 will only receive 1 damage. But if the monster 1 is attacking a player, monster 2 will take a damage.
  6. D

    Modify Assumptio skill

    Hi guys, I just wanted to know how to modify the assumptio skill. Like if the player wear a specific headgear the assumptio skill will be applied to the players within the 3x3 radius from the target of the assumptio skill. It doesnt matter whether the caster is on a party, guild or not.  ...
  7. D

    Help with Party check

    can anyone help me on this party check. a leader will talk to the NPC for the whole party get warp to a specific map. the npc requirement will be > all party members should be in the map of prontera. if some member are not in this map the party leader will get a message that all party...
  8. D

    Custom Alt function

    Hi everyone. In ragnarok client we have some alt functions like Alt + E => Opening Inventory Alt + S => Opening Skills Alt + Q => Opening Equipment and etc.. My questions are: 1. how can I make a custom Alt function. for example if I do Alt + D it will open a custom window. 2...
  9. D

    chances on showing the item

    Hi everyone, Can anyone help me with this script? PS: This is Goddameit Script // // // Author Goddameit // Version 2014/05/14 // Web http://goo.gl/0vY9GV // // prontera,150,180,4 script Party Dungeon#fb156df 100,{ if( .NP_GAME_STATUS ) { mes "Sorry, someone is playing."; close; }...
  10. D

    Random area appearance of an NPC

    H there everyone, How can I make the appearance of an NPC randomly to a specific map? This for the hide and seek event actually. I tried to use this one but it seems not working prontera,0,0,0 script Hide and Seek 123,{ "script area here" } The NPC is not showing. even if I tried to put...
  11. D

    connecting 2 server in 1 flux

    Hi guys how can I connect 2 different active server in 1 flux only? I tried to edit the config of flux but its not working. what I need is players can register in flux and it will automatically saved on both database of 2 server. and they will be able to login to those server using the same...
  12. D

    R> OnSell NPC script

    hello does anyone knows how to do this? if the player click an NPC a Sell window will appear. Player can only sell one equipment at a time (only equipment item can be sell). If a player put 1x hat (ID: 2220) and click on sell, a progress bar will appear for 10 seconds and after that the player...
  13. D

    MVP Card Announcer

    Hi there to all scripters, How can I make an MVP card to be announced when the player got an MVP card from an MVP and automatically get the card. example: If a player was able to kill the Baphomet and it drop its card, the card will automatically be taken by the player who killed the MVP. and...
  14. D

    LF > Item Effect Script (PAID)

    Hi to all scripters out there I am currently looking for Item Effect Scripter that can put an effect to all of my Items in the server. example: STR + 15 The item Effect will be ( bonus bStr,15; ) etc... The other effect can be possible to existing bonus effect but some are not and needs to...
  15. D

    Help in detecting party member

    hi everyone, can anyone help me fixing this part of my script? getpartymember(getcharid(1),0); getpartymember(getcharid(1),1); getpartymember(getcharid(1),2); for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { set .@nb,query_sql("SELECT * FROM char_reg_num_db WHERE char_id =...
Back
Top