Jump to content

Chaos92

Members
  • Posts

    1555
  • Joined

  • Last visited

  • Days Won

    36

Posts posted by Chaos92

  1. change ontimer to OnMinute20:

     

     

    example :

    OnMinute10:
    OnMinute20:
    OnMinute30:
    OnMinute40:
    OnMinute50:
    OnMinute00:
     
    thats mean every 10 minutes for each hour its gonna be announced.

    if you have more than 1 announcement texts, u can use random for example :
     
    switch(rand(1,2)) {
    case 1: announce "Welcome to ReUnite Ragnarok Online.Majority of NPC is in Prontera as our Capital City.Use @go 0",bc_all,0xFFFF00; end;
    case 2: announce "Welcome to ReUnite Ragnarok Online.Majority of NPC is in Prontera as our Capital City.Use @go 0",bc_all,0xFFFF00; end;
    }
    end;
    
  2. Actually im going to transfer from one hosting to another hosting.

    So i already configure server side and all server already online as below. (map, login and char server already online)

    yGQZamk.jpg?1

     

    So, the last part is changing clientinfo.xml. I already changed it but, seems like client did not connect with server (theres no log shown in putty terminal when i try to login) . Client i use the old one since its not related to transfer server problem. (log just stuck as above even i login many times)

     

    this is my clientinfo.xml

    <?xml version="1.0"
    encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
    <display>Reunite Ragnarok Online</display> 
    <balloon>Reunite RO</balloon>    
    <desc>Reunite RO</desc>     
    <address>xxx.xx.xxx.xx</address>     
    <port>6900</port>     
    <version>45</version>     
    <langtype>0</langtype>     
    <registrationweb>http://gamers-asia.com</registrationweb>     
    <aid>
                  <admin></admin>        
    <yellow></yellow>
          </aid>  
    </connection>
    </clientinfo>
     
    

    this is unmanaged server. Anyone can help ? I can give some $.

  3. Theres problem with battleground script (i think theres update around 2-3 weeks before about KVM script) .When 2 party is already at the place, before it should be autowarp in map.. but now, the autowarp is not working when the room is full. I hope anyone can check and fix this issue. Thanks

  4.  

     

    U check in latest itemdb. the vellum arc wand script :

    Ps: Latest revision, Renewal Cast

    Please read again, it's bonus bFixedCast, not bonus bFixedCastrate  /hum 

    And "Latest revision" is not a valid version number. Please avoid from using the word "Latest revision" and use the Git Hash instead (or minimal, the date).

     

    For your second question about slower cast time on higher stats, please submit a bug report in GitHub Issue if you feel that's a bug /no1

     

     

    ok ill submit this issue.

    latest revision means i get the svn up at this time i post this issue. means latest when i post this issue

    ok thanks for the fixedcast issue.

  5.  
    when stats for dex /int = 1, the cast is fast.. but when changed to higher dex/int , cast gonna be slow. can i know why is it happen ?
    Update : Ive tried using normal staffs 2 slots and try for 1 stat for dex and int and also max stats 130 for both.. both give same results for casting time. LOL
    // The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
    casting_rate: 100
    
    // Delay time after casting (Note 2)
    delay_rate: 100
    
    // Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
    // Note: On Official servers, neither Dex nor Agi affect delay time
    delay_dependon_dex: no
    delay_dependon_agi: no
    
    #define RENEWAL_CAST
    
    Ps: Latest revision, Renewal Cast
     
    vYsoxcS.jpg?1?8336
×
×
  • Create New...