Jump to content

Saisho

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by Saisho


  1. I already fixed it thx for the reply :3

     

    but one thing im trying to figure out is why the patcher is not starting the game when i click start... i already re-checked the exe name and the rest of the settings but nothing so far =P


  2. Change

    RootURL='http://My IP HERE/patch/'

     

    to

    RootURL='http://yourwebsite/patch/'

    your website where your patch folder is located.

    I thought that change was kinda obvious...

     

     

    Can someone point me what im doing wrong plz? I was checking my configs but im still getting "config parsing error or missing resource file"

     

    My config (my changes are marked on it)

     

     

    [Config:Main]

     

    RootURL='http://My IP HERE/patch/'

     

    RemoteConfigFile='main.ini'

     

    TimeOut=0

     

    StatusFile='server.dat'

     

    DefaultGRF='MY GRF.grf'

     

    ClientEXE='CLIENT.exe'

    ClientParameter='-1sak1'

     

    FinishOnConnectionFailure=false

     

    [Config:Window]

    AutoResize=true

    Style='none'

     

    Width=

    Height=

     

    DragHandling=true

     

    Background='images/bg.bmp'

     

    FadeOnDrag=false

     

    [Config:BGM]

    File=

     

    Loop=true

     

    Volume=20

     

    Directory=

     

    [Config:Misc]

    Title='MY PATCHER'

     

    HideProgressBarWhenFinish=true

     

     

    [ProgressBar:bar1]

    Width=342

    Height=10

     

    Left=23

    Top=486

     

    BackColorStart=$009DEEEF

    BackColorEnd=$00C2F1F1

     

    FrontColorStart=$006ED5B0

    FrontColorEnd=$0080DDCA

     

    FrontImage=

    BackImage=

     

    Hook='ProgressChange'

     

     

     

    [Label:Status]

    AutoResize = false

     

    Width=369

    Height=

     

    Left=15

    Top=498

    Alignment='center'

     

    FontColor=$000000

    FontName = ''

    FontSize =

     

    Text=''

     

    Hook='StatusChange'

     

    [NoticeBox:Box0]

    Width=347

    Height=250

    Left=21

    Top=217

    URL='http://MY IP HERE/patch/Notice.html'

     

     

     

    [button:Start]

    Default='images/start1.png'

    OnHover='images/start2.png'

    OnDown='images/start3.png'

     

    Left=383

    Top=211

     

    Hook='Start'

     

    [button:Exit]

    Default='images/Exit1.png'

    OnHover='images/Exit2.png'

    OnDown='images/Exit3.png'

     

    Left=383

    Top=244

     

    Hook='Exit'

     

    [button:Register]

    Default='images/Register1.png'

    OnHover='images/Register2.png'

    OnDown='images/Register3.png'

     

    Left=383

    Top=277

    Mode=1

    Action='http://MYCP/?module=character&action=online'

     

    [button:Cancel]

    Default='images/Exit1.png'

    OnHover='images/Exit2.png'

    OnDown='images/Exit3.png'

     

    Left=383

    Top=211

    Hook='Cancel'

     

     

     

    It happens because either the images you mentioned in config.INI doesn't exist in the Dir.

    The files are inside the images folder, in .png format. I tried removing the extra button part and i still get the same error =/


  3. Can someone point me what im doing wrong plz? I was checking my configs but im still getting "config parsing error or missing resource file"

     

    My config (my changes are marked on it)

     

    [Config:Main]
     
    RootURL='http://My IP HERE/patch/'
     
    RemoteConfigFile='main.ini'
     
    TimeOut=0
     
    StatusFile='server.dat'
     
    DefaultGRF='MY GRF.grf'
     
    ClientEXE='CLIENT.exe'
    ClientParameter='-1sak1'
     
    FinishOnConnectionFailure=false
     
    [Config:Window]
    AutoResize=true
    Style='none'
     
    Width=
    Height=
     
    DragHandling=true
     
    Background='images/bg.bmp'
     
    FadeOnDrag=false
     
    [Config:BGM]
    File=
     
    Loop=true
     
    Volume=20
     
    Directory=
     
    [Config:Misc]
    Title='MY PATCHER'
     
    HideProgressBarWhenFinish=true
     
     
    [ProgressBar:bar1]
    Width=342
    Height=10
     
    Left=23
    Top=486
     
    BackColorStart=$009DEEEF
    BackColorEnd=$00C2F1F1
     
    FrontColorStart=$006ED5B0
    FrontColorEnd=$0080DDCA
     
    FrontImage=
    BackImage=
     
    Hook='ProgressChange'
     
     
     
    [Label:Status]
    AutoResize = false
     
    Width=369
    Height=
     
    Left=15
    Top=498
    Alignment='center'
     
    FontColor=$000000
    FontName = ''
    FontSize =
     
    Text=''
     
    Hook='StatusChange'
     
    [NoticeBox:Box0]
    Width=347
    Height=250
    Left=21
    Top=217
    URL='http://MY IP HERE/patch/Notice.html'
     
     
     
    [button:Start]
    Default='images/start1.png'
    OnHover='images/start2.png'
    OnDown='images/start3.png'
     
    Left=383
    Top=211
     
    Hook='Start'
     
    [button:Exit]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
     
    Left=383
    Top=244
     
    Hook='Exit'
     
    [button:Register]
    Default='images/Register1.png'
    OnHover='images/Register2.png'
    OnDown='images/Register3.png'
     
    Left=383
    Top=277
    Mode=1
    Action='http://MYCP/?module=character&action=online'
     
    [button:Cancel]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
     
    Left=383
    Top=211
    Hook='Cancel'
     

     


  4. Hi

     

    can someone help me on this?

     

    1- The donations are credited on paypal but the fluxcp dont add credit in the player's account.

    2- After donating you get redirected to an "localhost" blank page.

     
    - Already enabled IPN + 

     

    ?module=donate&action=notify 

     

    -Already added the redirect link on paypal
    -Contacted Paypal about account type and they told me mine (Special) can works fine w/ those settings.

     

    My VPS updated but still nothing

     

    I also found this bug.

    This was supposed to be "map status" or "who's on map" i guess.


  5.  

    Can someone point me why this happen?

     

    My changes:

    I split the GRF into main/customs/pal-Map changes (Izlude, Alberta, etc) working properly.-Loading screens, interface changes, etc loading properly.-Sprites/textures loading and displaying properly.-Palettes loading and displaying properly.

    I made the proper changes to the item_db, saved, reloaded, restarted, recompiled, prayed... nothing.

     

    My server is working fine beside 2 problems idk how to fix.  First the crash after stay iddle for some short time at the service selection ( i know, thats for a dif section of the forum) and this problem that dont allow me to change my headgear (added as lower headgear for testing purposes) to robe costume.

     

    I added a robe costume b4 and it worked fine, I added it to the spriterobeid, spriterobename, 2dlayerdir_f, changed the view ID in the item_db, position to 8192, added the gazillion of files to the respective robe folders... its just fine i guess but the server ignores the changes now.

     

    Basically doesn't matter what i do in the item_db no apparent change is detected by the server.



  6. Can someone point me why this happen?

     

    My changes:

    I split the GRF into main/customs/pal-Map changes (Izlude, Alberta, etc) working properly.-Loading screens, interface changes, etc loading properly.-Sprites/textures loading and displaying properly.-Palettes loading and displaying properly.

    I made the proper changes to the item_db, saved, reloaded, restarted, recompiled, prayed... nothing.

     

    My server is working fine beside 2 problems idk how to fix.  First the crash after stay iddle for some short time at the service selection ( i know, thats for a dif section of the forum) and this problem that dont allow me to change my headgear (added as lower headgear for testing purposes) to robe costume.

     

    I added a robe costume b4 and it worked fine, I added it to the spriterobeid, spriterobename, 2dlayerdir_f, changed the view ID in the item_db, position to 8192, added the gazillion of files to the respective robe folders... its just fine i guess but the server ignores the changes now.

     

     

    BTW, i was away from RO a some time so im still adapting to the changes and using rathena. 

    Is there any practical/visual change between rathena and hercules beside the fact that rathena forum is kinda dead almost like eathena?

    I don't have interest in renewal beside adapt new maps/mobs/some items.

×
×
  • Create New...

Important Information

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