Jump to content

Fratini

Members
  • Posts

    153
  • Joined

  • Last visited

Community Answers

  1. Fratini's post in No mobs anywhere was marked as the answer   
    If your server is configured to read SQL-Files, check your phpMyAdmin (usually http://localhost:81/phpmyadmin/ if it's offline) if the mob_db was applied. If not, apply from 'sql-files/'.
    If your server is not configured to read it, check the folder 'db/re' or 'db/pre-re' to see if the mob_db.txt is the correct one (re // pre-re) or if exists
  2. Fratini's post in Gym Pass was marked as the answer   
    Hi buddy!
    If you see this line:
    if (gympassmemory < 10) { set .@add_carry,gympassmemory + 1; set .@remain_carry,10 - .@add_carry; And this one:
    skill "ALL_INCCARRY",.@add_carry,0; You can see that the limit of the level of the Passive Skill ALL INCCARRY it's in the line 35, so you just change that number 10 in the line like this:
    if (gympassmemory < 5) { set .@add_carry,gympassmemory + 1; set .@remain_carry,5 - .@add_carry; if (countitem(7776) > 0) { The variable .@remain_carry it's warning the player how much he can still use the service.
     
    Good luck
  3. Fratini's post in Farm Item Box Stackable? was marked as the answer   
    You could use 'mergeitem' in 'OnNormalKill' (Which would be like 'mergeitem 13517' and 'mergeitem 13518') and in 'OnBossKill' ('mergeitem 969')
     
    you could change the flag from the boxes id in the 'item_flag.txt' file from 'db/re/'
  4. Fratini's post in Alt+A Status Window can't open was marked as the answer   
    I already tried... The in-game settings are saying 'Change Status/Equipment shortcut' which is Alt+Q. But the Status window is not connected with the Equipment Window, so it's no use...
     
    Edit:
     
    I discover the source of the error. (If you consider this an error) I was sloppy... My file .ini embedded on the Client was reading the data.grf before my custom data, which has the correct lua files.
     
    Now I know that working overnight it's not a good thing...
  5. Fratini's post in Debug on Login-server was marked as the answer   
    Yes, the only debug and error in the log from login is this, unfortunately =\. I check the log from char and map. Nothing.
     
     
     
    Is there a way to fix it?
     
     
    Thank you guys, for the help and attention =D
     
    Edit:
     
    I discover that when I was transfer the files from config with Fillezila, It didn't pass the char-athena.conf, making the IP from char with comments '//'
     
    Next I'll check if the files update correctly =\
     
    Thank you again
  6. Fratini's post in Thor Unable to Pack was marked as the answer   
    [Config:Main] RootURL='http://beyond.virtushost.com.br/Web/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='beyond.dat' DefaultGRF='beyond.grf' ClientEXE='beyond.exe' ClientParameter='-1sak1' //When patcher unable to connect webserver, //should the patcher allow player start the game anyways? FinishOnConnectionFailure=false [Config:Window] Style='none' //This allows the player drag the window by background DragHandling=true //Background can be either jpg or bmp, in later case //the top-left pixel is chosen as transparent color. Background='images/bg.bmp' FadeOnDrag=true [Config:BGM] File='' Loop=true Volume=5 Directory=BGM/ [Config:Misc] Title='Beyond Patcher' HideProgressBarWhenFinish=false [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 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://beyond.virtushost.com.br/Web/notice.html' [Button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 //Hook is used for default buttons, //do not use this on custom buttons! Hook='Start' [Button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [Button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' //[Button:Extra] // // // // Mode - mode for button // 1 = open URL // 2 = Launch file/program // 3 = Message box //Mode= // Action - depend on what you set in the Mod, this may vary // ex. Mode = 1 , Action='http://google.com' //Action= http://rathena.org/board/files/go/e1ca5b890a97a5c4c6f73ce268e91a87/thor-patcher : Thor 2.6.4.8
     
       
    I restart the computer and try only the generator. Didn't work =/
     
    @Edit
     
    Solved. Unfortunately, I was forced to use one of the Oldest versions to work: [2.1.3.9]
     
    Link Below if someone has the same error
    http://www.4shared.com/file/120184809/823a5501/Thor_Patcher2139.html
     
    But, thanks A Lot Pneuma for your attention =D
×
×
  • Create New...