Jump to content

HyperSonic2097

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Sol Septem 7
  • Server
    DreamFlare Ragnarok

Recent Profile Visitors

1315 profile views

HyperSonic2097's Achievements

Poring

Poring (1/15)

0

Reputation

  1. But in this case I have GH instead Glast Heim in warp list (the script retrieve the NPC name stored in sql directly, eliminating the word "Marker" for this)... I think i'll try with someting like query_sql "SELECT map,x,y,REPLACE(REPLACE(name,' Marker',''),'GlastH','Glast Heim') as name FROM placemark WHERE char_id = "+getcharid(0)+" AND type = "+@type+" ORDER BY priority DESC,name",@cmap$,@cx,@cy,.@name$; it's not very elegant, but it's a workaround. Anyway thanks for the reply!
  2. Hi. I have a little problem with a script I wrote. For some reason i need to name npc like einbroch,238,224,4 duplicate(GG_Record_Mark_Main) Einbroch Marker#1-2_uz1 1002 geffen,163,188,3 duplicate(GG_Record_Mark_Main) Geffen Marker#1-2_uz1 1002 glast_01,200,280,0 duplicate(GG_Record_Mark_Main) Glast Heim Marker#1-2_uz1 1002 but for Glast Heim Marker#1-2_uz1 i have this error when I reload the scripts: npc_parsename: Name 'Glast Heim Marker#1-2_uz1 is too long (len=25) in file 'npc/custom/aggiuntivi/mark_warper_markwarper.txt', line 111. Truncating to 24 characters. So I have tried to increase the max npc name characters in src/common/mmo.h in //For character names, title names, guilds, maps, etc. //Includes null-terminator as it is the length of the array. #define NAME_LENGTH (23 + 1) but any value I set insted 23+1 (for example 24+1) when I recompile and launch the server gave me this error: [warning] chrif_parse: session #6, intif ->parse failed (unrecognized command 0x0000). Is there any way for increase npc name characters?
  3. Is the first quest of the game, when you speak to the wounded swordmans in iz_int. In quest2display.txt i have this //-- 1¹øÀº »èÁ¦ ±ÝÁö 1#°ø°¥#SG_FEEL#QUE_NOIMAGE# °ÅºÏÀÌ# µîµüÁö# 101#Introduction to the Professor#SG_FEEL#QUE_NOIMAGE# head up to the Great Hall and speak to the professor to check in for class.# # 102#Looking for Instructors#SG_FEEL#QUE_NOIMAGE# Look for the Battle Instructor, Adept Adventure and Attribute Expert here at Criatura Academy and take their classes.# # 103#Battle Instructor#SG_FEEL#QUE_NOIMAGE# You have spoken to the Academy Battle Instructor# [...] I suppose are the first. Anyway, my grf is setted on priority over others
  4. Hi, I have this problem, quest window (alt + u) is all gibberish, but the item description work fine... Any ideas? The problem seems to be only on quest text. I have used this for my grf https://github.com/zackdreaver/ROenglishRE
  5. Ok, I have tried with Thor but when I launch the patcher gave error "failed to comunicate with server" Here is my config.ini [Config:Main] RootURL='http://dreamflare.net/thorpatcher' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='server.dat' DefaultGRF='dfdata.grf' ClientEXE='dreamflare.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= [Config:Misc] Title='Thor Patcher' HideProgressBarWhenFinish=true [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://dreamflare.net/thorpatcher/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= and my main.ini //Thor Patcher remote config file [Main] //Allow patching or not? allow=true //Should patcher ignore everything else and finish patch immediately? Force_Start=false //if not, what message should appear? policy_msg=Server is taking a nap. //file_url - patch files should ALL put here. // This config entry will override the one in embed config. // o HTTP: // http://domain.com/dir/ // o FTP: // ftp://domain.com/dir/ // o With <Username> [Password] [Port] // ftp://username:[email protected]:port/dir/ // o Note: username is required if want put password, otherwise everything is optional. file_url=http://dreamflare.net/thorpatcher/data/ [Patch] //use CheckSum tool, hash for client & patcher // used to make sure exe is up to date // (leave empty to disable this feature) ClientSum= PatcherSum= //This is compressed file for patcher & client update // To make these work, ClientSum and/or PatcherSum can't be empty // Note: these files should put same place as patch file (file_url in internal config) //Relative address, not FULL URL! ClientPath= PatcherPath= // Patch list file PatchList=plist.txt [Stars] // Shining o.O (Anyways, its for start button clones) // Since orignal client has check sum.. why not for clones? XD //How many? (it should same as amount of start button clone, but of course it's your choice) clients=0 // _sum - checksum, use CheckSum tool. //client1_sum= // _Name - Filename of exe //client1_Name= // _Path - Path for file [Compressed] //client1_Path= [Misc] //Set a limit for fragment, when reach this limit, patcher will ask user to defrag FragmentLimit=50 any help? the server run on Debian if this is relevant EDIT: Ok, solved. It's missing a / at the end of RootURL='http://dreamflare.net/thorpatcher' Anyway, thanks you all
  6. I have tried kpatcher, but is all broken and don't retrieve any patch list. Any advice?
×
×
  • Create New...