Jump to content

arisgamers

Members
  • Content Count

    173
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by arisgamers


  1. In official :

    God Item Quest consist of 4 smaller quest :

    1. Seal Of Sleipnir

      when 50 players complete this quest, it will unlock Seal Of Megingjard.

      when 100 players complete this, this quest will be locked.

    2. Seal Of Megingjard

      when 50 players complete this quest, it will unlock Seal Of Brisingamen.

      when 100 players complete this, this quest will be locked.

    3. Seal Of Brisingamen

      when 50 players complete this quest, it will unlock Seal Of Mjolnir.

      when 100 players complete this, this quest will be locked.

    4. Seal Of Mjolnir

      when 100 players complete this, this quest will be locked.

     

    In my opinion, the number of players needed to open next seal quest and to lock seal quest may not suitable for low populated server.

    My suggestion is to make some way to customize those number, ex:

     

    1. Seal Of Sleipnir

      when 25 players complete this quest, it will unlock Seal Of Megingjard.

      when 50 players complete this, this quest will be locked.

     

    What do you think about this ?


  2. Looks like, you make clone using git in unwanted folder (probably in : C:Users[your user name]Desktop).

     

    Usually, when we make clone something using git, git will make a new hidden sub folder named .git

    Git use that directory to save information about any delta / version / change, that has been made.

     

    Try to find this .git folder (the one that created by accident) and delete them.

     

    NB : This is a hard way, though :P

     


  3. When i play ragnarok, and pressing windows button or ctrl + alt + tab (switching to windows desktop without closing client),

    sometimes my windows desktop is freezing :

    -. mouse cursor can move but can not click any icon, can not switch to any other application, or go back to game

    -. ragnarok music still play

    -. pressing ctrl + alt + del can bring the blue screen (where i can choose task manager), if I try to open task manager, it can not open

    -. I can log off, but when I try to re-login it will back to freezing desktop

     

    That situation is not always happen (rarely happen), but when it occur, is annoying.

     

    What may causing this ?

    And how to avoid this to happen again ?

     

    note : my client setup is in fullscreen mode


  4. I think status resistance is depend on vit (ex : stun) and int (ex : silence).

    They do not depend on luk.

     

    edit :

    after checking on irowiki stat calculator:

    agi : affect sleep & bleeding (100 agi = 100% resist)

    vit : affect poison & stun (100 vit = 100% resist)

    int : affect silence (100 int = 100% resist), blind & chaos (100 int = 66% resist)

    luk : affect curse (100 luk = 100% resist)

    str & dex : do not affect anything

     

     

    to give 100% resistance when the player have 400 of LUK (curse resist) :

     

    pc_status_def_rate: 25

    this will affect player only


    mob_status_def_rate: 25

    this will affect mobs


  5. These 2 (and anything without min / max) are relative to default drop rate :

     

    item_rate_common: 6000
    item_rate_common_boss: 3500

     

    for example :

    item_rate_common: 200

    if the default item's drop rate for item x is 0.01% then it become 200 * 0.01% = 2%

    and if the default item's drop rate for item y is 0.03% then it become 200 *0.03% = 6%

     


    For these 2 (and anything with min / max) are exactly as you thought :

     

    item_drop_common_min: 1
    item_drop_common_max: 10000

     

    for 2 above statement :

     

    item_drop_common_min = 0.01%
    item_drop_common_max = 100%


  6. The last stable client for now is 2014-02-05 client.

     

    I see in your other post you already download ossi's client 2013-12-23.

    That is a good start to get any 2014 client (i use that too, and update it to 2014-02-05).

     

    This is the way how to get it :

    1. you have to update your client data by running rsu-kro-rag-lite.exe (already included in ossi's client)

      after patch process complete, just close the patcher (do not choose start)

    2. download 2014-02-05 ragexe from : http://k3dt.eu/Ragexe/unpacked/

    3. patch that 2014-02-05 client with NEMO Patcher : http://herc.ws/board/topic/2905-nemo-client-patcher/

    4. put the patched ragexe in your Ragnarok client directory.

    5. you got 2014-02-05 client. use the patched ragexe to start your client.


  7.  

    I use translation commit : fe51c62bde10bc012d7f4db154644cc9ba9e19fb

    and nothing is modified.

     

    And i have checked questid2display.txt, it looks fine (nothing strange).

    That file also in my translation grf, and the translation grf is the first to be loaded (i don't use any other custom grf).

     

    The problem only occur with thorn quest, other quests are displayed correctly.

     

    Is this possible if the mistake in my patched client ?

    (you were said more than 6 "#" / quest in questid2display.txt working with yours; but that's not with mine)

    One in the ClientSideRepo is having this entries:

     

    7239#Errands for Thorn (hard)#SG_FEEL#QUE_NOIMAGE#Thorn needs materials for refining so bring him 20 Used Iron Plate#Collect 20 Used Iron Plate#7240#Equipment Enhancement#SG_FEEL#QUE_NOIMAGE#Bring your new Eden Group Equipment to Thorn and ask him to strengthen them for you and he will give you a random equipment bonus.##7241#Errands for Thorn timer#SG_FEEL#QUE_NOIMAGE#Return to Thorn after waiting 24 hours.## 

     

     

    That's same with mine, but those quest was not displayed in quest window.

    I don't know what's wrong in here. :hmm:


  8. I use translation commit : fe51c62bde10bc012d7f4db154644cc9ba9e19fb

    and nothing is modified.

     

    And i have checked questid2display.txt, it looks fine (nothing strange).

    That file also in my translation grf, and the translation grf is the first to be loaded (i don't use any other custom grf).

     

    The problem only occur with thorn quest, other quests are displayed correctly.

     

    Is this possible if the mistake in my patched client ?

    (you were said more than 6 "#" / quest in questid2display.txt working with yours; but that's not with mine)


  9. Thorn Quest (Eden Group Equipment Enchantment) is not shown in Quest Window.

    Quest ID : 7239, 7240, 7241

     

    but other quest are displayed correctly.

    If i check the show quest checkbox in quest window, it is displayed in screen (not quest window) in korean language.

     

    I have checking questid2display.txt and questid2display_iro.txt, nothing looks unusual.

    I am not sure where is the problem (in translation or in hercules).

     

    How to fix this ?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.