Search results

  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 =...
  16. D

    Set Variable HELP!

    Can anyone fix this for me please..  What I am doing is when the whole party killed a boss quest all of the member will have  set Flower,1; and my current script that I have is  .@party_id = getcharid(1); getpartymember .@party_id, 1; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {...
  17. D

    Get Party Member Account ID HELP

    Hi everyone can any help me on how to figure this out? All party member will start having 20 tickets. If they accept a certain task all party members ticket will reduced by one and the gettimetick will attach to each party member. please help me fix this. Thanks .@party_id = getcharid(1)...
  18. D

    Naghahanap ng makakasama sa server

    Hi guys, as the title said naghahanap po ako ng pdng makasamang tumulong sa Server na ginawa ko. Ang hirap po kasing magisang gumawa eh. Up and Running na po ung server at may iilang players na rin po ako. Server Information Name : Iplay-RebornRO Website : http://iplay-rebornro.com/...
  19. D

    SQL

    Hi everyone, how can I get the account ID of each accounts when they login and attach their account ID in SQL, and once their account ID is already in SQL and when they relog, their account ID will no longer be attached to the SQL. Meaning their account ID will only be attached to the SQL once...
  20. D

    Homunculus Stats

    Hi everyone can anyone help me make a script for this one? Once the player wear this type of accessory it will give some additional stats to the homunculus example: Increases Homunculus STR and VIT by 15 Then once the player unequip the accessory it will remove the stats to the homunculus as...
Back
Top