Search results

  1. schan

    2013-12-23c kRO Client, Merry Christmas <3

    Hi, My name/NPC name won't show and disconnects me everytime I hover my mouse over my character/NPC. I used these diffs: 2 Chat Flood Allow8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)14 Disable Hallucination Wavy Screen...
  2. schan

    Search itemid/incomplete item name in Searchstore

    Hi, Searchstore - http://herc.ws/wiki/Searchstores Currently, searchstore will only return a query if the item name matches a complete item name and is case sensitive. What I want is to modify this that will let me search for ItemID, incomplete item name and remove case sensitivity. I...
  3. schan

    NEW Ragnarok UI

    Hi, I found this while I was browsing. I'm not sure if this is real tho.  I tried messaging the designer who did this to ask about his work but no reply from him. If there is anyone who can do this, please let me know! Thanks!
  4. schan

    SQL Mission Board Problem

    Hi, I tried Annie's fix for Emistry's SQL Mission board found here: http://rathena.org/board/topic/91042-utility-sql-mission-board/page-3#entry243485 and I found these problems: 1.) It is always 'incomplete' in Monster List even though I finished setting up a monster to kill. 2.) I tried...
  5. schan

    BIG announce Font

    Hi, How can we do this BIG font size when broadcasting? Source: http://rathena.org/board/topic/74568-r-big-text-announcement/ I know we have this: announce "&lt;text&gt;",&lt;flag&gt;{,&lt;fontColor&gt;{,&lt;fontType&gt;{,&lt;fontSize&gt;{,&lt;fontAlign&gt;{,&lt;fontY&gt;}}}}} but it's not...
  6. schan

    Vending Tax for Allies and Guild Members

    Hi, I need to add something like vending_tax in items_conf but instead of giving tax for all, I'd like to add a separate tax for Guild members and Guild allies. These are the changes I made: srcmapbattle.c line 6490 +{ "vending_tax_ally",                  ...
  7. schan

    How to check if account is VIP/premium?

    Hi, So we have this already: https://github.com/HerculesWS/Hercules/pull/212 but do we already have a way to check / set an account to premium state through script? Let me know! Thanks!
  8. schan

    How to use 'prompt' in script?

    Hi, How to use ' prompt ' ? http://herc.ws/wiki/Menus I tried doing this: prompt ("Yes:No");case 1:mes "Yes";case 2:mes "No";if (@menu == 255) { mes "You should not have closed the menu... BAD BOY!"; close; }  like in switch(select()) but it didn't work. Just give me an example on how to...
  9. schan

    [HELP] npctimer

    Hi, I need help with this. I want the npc to start a counter on server start up and attach to players who activated it. The counter will continue even if the player logged out of the game. OnTimer60000: //1 minute set minute, minute + 1; stopnpctimer; initnpctimer; end;OnPCLoginEvent...
  10. schan

    Faction System by Lilith

    Hi, I found this source mod from rathena: http://rathena.org/board/topic/64816-faction-system/?hl=faction by Lilith. Can anyone make this compatible in Hercules? Thank you!
Back
Top