Jump to content

Lord Ganja

Members
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lord Ganja

  1. I enable pet attack.. I also have custom pets that helps their masters to level up, kill mobs and monsters.. But I have this event wherein their master needs to attack a mob, but pet shouldn't help them.. That's why I need to disable them when their master is inside or entered the event. Like Capuche said, you can disable the pets on a castle map, If you are going to make an event on a certain map, why not to disable the pets for WoE and use a castle map for the event o:? I was asking if there's a script to disable pet.. Plus, if I were to use a castle map, pets are not disabled if woe is not active... Anyway, I don't want to use a castle map. It doesn't suit the event for it.. I only wanted the script that functions like disabling pet in woe.
  2. I enable pet attack.. I also have custom pets that helps their masters to level up, kill mobs and monsters.. But I have this event wherein their master needs to attack a mob, but pet shouldn't help them.. That's why I need to disable them when their master is inside or entered the event.
  3. Something like that. But i'll use it in an event not woe. That's why I needed a script similar to that, that functions outside woe. Do you have any idea about it? Anyway thanks.
  4. Is there like a script like 'onpcloadmapevent' that summons the pet BACK to egg when the char enters a certain map? and a script that avoid pet hatching when inside this map? Can anyone help me with this? thanks in advance!
  5. i see.... too bad. are there anymore script similar to this? the default and official one is a pain in the neck. T_T.... thanks. Just edit that part out of the script, should be simple enough (on phone or would do it for you) How should I edit those parts? -- Maybe someone could make this script compatible to the latest revision so this can be used in the latest revision..
  6. Hello Kichi, where could I see those red lines? what program should I use?
  7. Thanks for the reply capuche. Anyway, does this work with r17435? Ill try it later.
  8. Can anyone give me a script of Toesty's WoE Controller that is compabtile with r17435? I like that's script because it show's the time when woe will start and the time when woe will end.. Thank you!
  9. any updates about this? is this working on the latest revision?
  10. Yeah.. Only the receiver can see the broadcast thing.. But is it possible to remove it? How? Anyway, thanks for your replies.
  11. WOW!! Thanks for that! How about adding the start,close,and replay button skin? And How can I modify the size of the textbox wherein usernames are password are placed? because it's too big.. EDIT: NVM! I figured it out. Thanks!
  12. Use Resource Hacker to edit the String Table. Yes, Resource Hacker only. For the button names, see the example INI shipped with rocred (ex. filename: btnreplay.bmp / resource: IDB_REPLAY). It's called "focus", because it occurs when the button gains focus (tab or mouse-button pressed), if it would react to mouse-over, it would be called as such; mouseover/mouseout tracking is painful to add with the methods I know (TrackMouseEvent function), that's why i choose focus instead. Can you give me instructions in details on how to apply the custom background for this? I'm new to resource hacker. I can only change the app name and the icons.. But regarding the background, I really don't know how.
  13. Ryuuzaki from Hercules released something like this.... Could this be applied to rathena? Check it here: http://hercules.ws/board/topic/1163-mac-ip-address/#entry17512
  14. Everytime a GM/ADMIN pm's someone, the message is broadcasted to the character that he/she pmned.. How can I remove this? Thank you!
  15. The functions Brian wrote were intended to create and retrieve a MAC-based variable, not retrieve a MAC address. His usage of the function getmacaddress() is purely pseudocode. Currently, there is no known method to retrieve a MAC address without Harmony, as Harmony's software and plugins are used to manipulate the client into sending the user's MAC address. If anyone has an alternative method to logging and retrieving MAC addresses, please share. d: @Patskie Plus the user there has the harmony program. And I don't have it.. Anyway, Thanks for the reply. @Via Yea. That's what I'm talking about. I hope someone that has the knowledge about this would share it
  16. Can anyone create a diff regarding getmacaddress()? I know harmony has this feature. But I don't want to attach harmony to my server.. Plus harmony is expensive enough if I only wanted this getmacaddress().. I found other topics regarding this here: http://hercules.ws/board/topic/230-get-mac-address-d/ maybe that could help you.. So if anyone can make a diff of this.. Please let me know. I'm willing to pay if needed.. Thank you!
  17. I got compiling errors after applying this wind run skill from here http://rathena.org/board/topic/88239-skill-wind-run-dota/?p=226145.. Here's the error: status.c: In function \u2018initChangeTables\u2019: status.c:199: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function) status.c:199: error: (Each undeclared identifier is reported only once status.c:199: error: for each function it appears in.) status.c: In function \u2018status_calc_flee2\u2019: status.c:4979: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function) status.c: In function \u2018status_calc_speed\u2019: status.c:5316: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function) Can anybody help me with this? Thanks in advance! EDIT: btw, i'm using rathena revision 17435 ..
  18. Got this error after compiling. Help please.. status.c: In function \u2018initChangeTables\u2019: status.c:199: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function) status.c:199: error: (Each undeclared identifier is reported only once status.c:199: error: for each function it appears in.) status.c: In function \u2018status_calc_flee2\u2019: status.c:4979: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function) status.c: In function \u2018status_calc_speed\u2019: status.c:5316: error: \u2018SC_WINDRUN\u2019 undeclared (first use in this function)
  19. Thanks for the reply. But how about the item id which is not in the itemdb? EDIT: Nevermind, I already solved it. thanks anyway.
  20. Hello, please help me with this. What script should I use in order for the npc to close whenever the input # is '0' or 'null'. and whenever they input an ITEM ID which is NOT in the database it will say "Invalid Item ID".. Thanks in advance.. Here's my script: prontera,142,172,5 script Item Giver 106,{ mes "[Item Giver]"; mes "Please input the ITEM NUMBER that you want to receive."; mes " "; mes "You could use @ii <item name> to look for it or browse at ratemyserver.net"; input .@itemnum; next; mes "[Item Giver]"; mes "How many pieces of this item do you want to receive?"; input .@itemcount; next; mes "[Item Giver]"; mes "Here you go! Come again!"; getitem .@itemnum,.@itemcount; close; end; }
  21. Hello rathena, I just want to ask help on how to config the code in application.php for the menu items. What I wanted is to remove the drop down menu whenever the menu item is clicked. When the menu item is clicked I want it to automatically redirect. And ONE MORE thing, how can I change the color of my menu whenever my cursor move into it? What file should I modify? Here's the code I wanted to modify, but I don't know how. 'MenuItems' => array( 'FORUMS' => array( WHAT SHOULD I PUT HERE IN ORDER TO REDIRECT ME INTO FORUMS I WANT TO REMOVE THIS---> 'Home' => array('module' => 'main'), I WANT TO REMOVE THIS---> 'Forums' => array('exturl' => 'http://www.fluxro.com/community'), ), IMAGE: Here in the image shows what drop down menu I wanted to remove and the color ORANGE I wanted to change. Thanks in advance!
×
×
  • Create New...