Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

rylCoder 2.7.0

MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
Re: [release] rylCoder 2.7.0

fix your .net framework install.
 
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Re: [release] rylCoder 2.7.0

hello, i have try to compile it with Visual Studio 2005 (3,33gb - iso image downloadable at microsft website) tryout 180days, i have try to BUILD the exe file but here are the error i got:

------ Build started: Project: rylCoder, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3088: Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Unable to cast object of type 'Microsoft.Build.Tasks.SystemState' to type 'Microsoft.Build.Tasks.StateFileBase'.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vbc.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Data,System.Drawing,System.Diagnostics,System.Windows.Forms /nowarn:42016,419***42017,42018,42019,420***42036,42020,42021,42022 /rootnamespace:rylCoder /doc:eek:bj\Debug\rylCoder.xml /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"WindowsForms\",PLATFORM=\"AnyCPU\"" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Accessibility.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Deployment.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Design.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /main:rylCoder.My.MyApplication /debug+ /debug:full /out:eek:bj\Debug\rylCoder.exe /resource:eek:bj\Debug\rylCoder.cntQuestPhaseLine.resources /resource:eek:bj\Debug\rylCoder.cntQuestPhaseLineEditor.resources /resource:eek:bj\Debug\rylCoder.cntShopView.resources /resource:eek:bj\Debug\rylCoder.cntTextEditItem.resources /resource:eek:bj\Debug\rylCoder.frmOptions.resources /resource:eek:bj\Debug\rylCoder.frmSelectMob.resources /resource:eek:bj\Debug\rylCoder.frmAbout.resources /resource:eek:bj\Debug\rylCoder.frmArrEditor.resources /resource:eek:bj\Debug\rylCoder.frmManCrypt.resources /resource:eek:bj\Debug\rylCoder.frmMap.resources /resource:eek:bj\Debug\rylCoder.frmNpcEdit.resources /resource:eek:bj\Debug\rylCoder.frmSearchBox.resources /resource:eek:bj\Debug\rylCoder.frmSelectItem.resources /resource:eek:bj\Debug\rylCoder.frmSplash.resources /resource:eek:bj\Debug\rylCoder.frmWorking.resources /resource:eek:bj\Debug\rylCoder.Resources.resources /target:winexe /win32icon:Resources\butterfly.ico ApplicationEvents.vb CMiniMap.vb Controls\CMiniMapPanel.vb Controls\cntShopView.Designer.vb Controls\cntShopView.vb CRylCoder.vb CNpcParser.vb Controls\cntQuestPhaseLine.Designer.vb Controls\cntQuestPhaseLine.vb Controls\cntQuestPhaseLineEditor.Designer.vb Controls\cntQuestPhaseLineEditor.vb Controls\cntTextEditItem.Designer.vb Controls\cntTextEditItem.vb CEvalProvider.vb helperForms\frmOptions.Designer.vb helperForms\frmOptions.vb frmSelectMob.Designer.vb frmSelectMob.vb CQuestParser.vb CScriptParser.vb helperForms\frmAbout.Designer.vb helperForms\frmAbout.vb frmArrEditor.Designer.vb frmArrEditor.vb frmManCrypt.vb frmManCrypt.Designer.vb frmMap.Designer.vb frmMap.vb helperForms\frmSearchBox.Designer.vb helperForms\frmSearchBox.vb frmSelectItem.Designer.vb frmSelectItem.vb helperForms\frmSplash.Designer.vb helperForms\frmSplash.vb helperForms\frmWorking.Designer.vb helperForms\frmWorking.vb Imaging.vb "My Project\AssemblyInfo.vb" "My Project\Application.Designer.vb" "My Project\Resources.Designer.vb" "My Project\Settings.Designer.vb" frmNpcEdit.Designer.vb frmNpcEdit.vb
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\CMiniMap.vb(14) : error BC30451: Name 'FischR' is not declared.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\CRylCoder.vb(480) : warning BC42104: Variable 'dataType' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\CRylCoder.vb(506) : warning BC42108: Variable 'p' is passed by reference before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\CRylCoder.vb(578) : error BC30451: Name 'FischR' is not declared.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\CRylCoder.vb(581) : error BC30451: Name 'FischR' is not declared.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\Controls\CMiniMapPanel.vb(96) : error BC30451: Name 'FischR' is not declared.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\Controls\CMiniMapPanel.vb(137) : error BC30451: Name 'FischR' is not declared.
C:\Documents and Settings\Big Boss\Desktop\rylCoder_2.7_src\frmSelectItem.vb(291) : error BC30451: Name 'FischR' is not declared.
Done building project "rylCoder.vbproj" -- FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

Could some one help me pleasly?

fishR is a namespace inside wrapper.dll
be sure that the project is loaded and compiled before you try to compile rylcoder.

Open the solution file and not project file.
 
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Re: [release] rylCoder 2.7.0

anyone got some mirrors for the source & binary?
 
Initiate Mage
Joined
Jan 24, 2009
Messages
3
Reaction score
0
Re: [release] rylCoder 2.7.0

rylCoder 2.7.0

Author: AlphA
Tester: MorbidA
Embedded gsfStructure: MorbidA
Wrapper.dll: FischR/Raphael

New features:
- ryl 1 mcf files are supported
- mcf files script should be 100% same as the server one
- minimaps at npc script editor
- nicer view at shop editor
- item icons at shop item picker
- fixed the crash at arrangement editor
- an extra level of detail in the map
- hack file to easily customise file crypto attributes

YOU WILL NEED .NET FRAMEWORK 2.0 FOR IT TO WORK
Maybe 1.1 and 3.5 also, dont remember

Source:


Binary:

This has the 32 bit version of wrapper.dll bundled. To get rylCoder work on 64 bit you will need the 64 bit compiler files from microsoft.com and reconfigure the project a little bit.

Some screenshots:
alphaest - rylCoder 2.7.0 - RaGEZONE Forums

alphaest - rylCoder 2.7.0 - RaGEZONE Forums

alphaest - rylCoder 2.7.0 - RaGEZONE Forums

alphaest - rylCoder 2.7.0 - RaGEZONE Forums


Config file (create it in the same directory as your rylCoder assembly is):
Filename: rylCoder_hack.cfg
Filetype: text/plain
Content:
PHP:
//////////////////////////////
//
//                 Welcome to the rylCoder HaCkfiLe 2000 pro lol :)
//
// Implemented so far:
//    xor.mcf   = XX XX XX XX (byte array in hex, seperated with space)
//    xor.gsf.N = XX XX XX XX (same, N is the zero-based index of key's) 
//    off.gsf.N = int32       (decimal, data start offset in gsf for file type idenifying, make sure there arent any dublicates)
//    xor.gcmds = XX XX XX XX
// 
//    gsf file N index numbers:
//       0 : ItemScript
//       1 : MonsterProtoType
//       2 : Chemical
//       3 : Script1
//       4 : SkillScript
//       5 : SpecialCompensation
//       6 : MineralVein
//
//    usageNotice.global = int32 (1 to enable, 0 to disable usage info collection sending to server)
//    syntaxHighlight.global = int32 (bool. enables syntax highlight on the script editor page) (its very slow and prolly bugged)
//
//////////////////////////////


usageNotice.global = 1
syntaxHighlight.global = 0



/////////////////////////////
//
//   Default values in rylCoder 2.5.1
//
//   Do not edit this part of the hack file, you may need these values if you duck up
//
// mcf:
//    Private Shared xorKey() As Byte = {&HAC, &H29, &H55, &H42}
//
// gsf:
//    Private Shared typeCodes As Integer() = {17073, 60006, 41094, 17073, 50407, 84703, 214233}
//    Private Shared xorDat As String() = { _
//        "A3 49 DC EA 09 B7 01 A4 A1 11 11 8E 80 35 5B DD 38 D5 4E 36 0C A2 BB 05 36 57 2E 98 BE 88 3C 28 43 63 A0 E9 E1 6D 51 CB", _
//        "4D 62 84 43 89 C7 89 83 65 29 53 95 7C C0 A1 0C DB D7 04 D8 6A D1 73 1D 21 67 86 8D A4 A0 34 BD 31 20 61 0E E9 63 B4 C0", _
//        "A3 49 DC EA 09 B7 01 A4 A1 11 11 8E 80 35 5B DD 38 D5 4E 36 0C A2 BB 05 36 57 2E 98 BE 88 3C 28 43 63 A0 E9 E1 6D 51 CB", _
//        "34 B5 B2 3D 7D 43 8C C0 21 25 CD B6 53 76 CE 5D D4 87 CA 84 81 CB 5E 04 BA 69 3E 65 DE 21 8A 63 62 71 90 87 0A 52 28 44", _
//        "34 B5 B2 3D 7D 43 8C C0 21 25 CD B6 53 76 CE 5D D4 87 CA 84 81 CB 5E 04 BA 69 3E 65 DE 21 8A 63 62 71 90 87 0A 52 28 44", _
//        "A3 49 DC EA 09 B7 01 A4 A1 11 11 8E 80 35 5B DD 38 D5 4E 36 0C A2 BB 05 36 57 2E 98 BE 88 3C 28 43 63 A0 E9 E1 6D 51 CB", _
//        "4D 62 84 43 89 C7 89 83 65 29 53 95 7C C0 A1 0C DB D7 04 D8 6A D1 73 1D 21 67 86 8D A4 A0 34 BD 31 20 61 0E E9 63 B4 C0 " _
//    }
//
// gcmds:
//    Private Shared key As Byte() = {&H5A, &H5F, &H61, &H6C, &H6C, &H5F, &H41, &H5F, &H33, &H44}
//
//////////////////////////////

//////////////////////////////
//
// Log section
//
//////////////////////////////
//


this File is Unavailable.

There you go:

plsss upload to other...mediafire or 4shared...i cant download at rapidshare please:*::*::*:
 
Banned
Banned
Joined
May 27, 2008
Messages
91
Reaction score
1
Re: [release] rylCoder 2.7.0

Why in the world did you quote all that you stupid fool?
 
Last edited:
Newbie Spellweaver
Joined
Oct 14, 2008
Messages
29
Reaction score
15
Re: [release] rylCoder 2.7.0

share again please source codes.
 
Newbie Spellweaver
Joined
Dec 17, 2008
Messages
6
Reaction score
0
Re: [release] rylCoder 2.7.0

hi i need the gsfStructure.xml and rylCoder_hack.cfg for the game version 2240

pls help me

sorry fpr bad englisch
 
Newbie Spellweaver
Joined
Dec 17, 2008
Messages
6
Reaction score
0
Re: [release] rylCoder 2.7.0

hi and how can I make wass, I really need to write? can you tell me this might do?


sory for bad englisch
 
Newbie Spellweaver
Joined
Jun 7, 2006
Messages
92
Reaction score
2
Re: [release] rylCoder 2.7.0

hi and how can I make wass, I really need to write? can you tell me this might do?


sory for bad englisch

oh god!

"You got a gsfStructure.xml and a config file for rylCoder - read the release thread. Use those to tweak the 2.7 rylCoder around for different versions of RYL."

Actually you know what? READ doesn't mead POST WITHOUT READING. I swear to god it's the truth.
 
Newbie Spellweaver
Joined
Apr 18, 2009
Messages
10
Reaction score
1
Re: [release] rylCoder 2.7.0

hello.
im using windwos 7 right now.. can someone suggest which version i need to download (NET Framework) for my lappy.. 32-bit operating system..
thank for helping..
im stuck here. =,="
 
Last edited:
Newbie Spellweaver
Joined
May 2, 2005
Messages
5
Reaction score
0
Re: [release] rylCoder 2.7.0

anyone can tell me how to use visual studio to recompile source using ryl1 gsf
 
Newbie Spellweaver
Joined
Nov 25, 2008
Messages
50
Reaction score
5
Re: [release] rylCoder 2.7.0

Alphaest... could you post the source again for a download at some other website? the links are both broken and i would like to work on the rylcoder...
so please post me here a link with the source thanks
 
Experienced Elementalist
Joined
Jun 6, 2008
Messages
259
Reaction score
9
Re: [release] rylCoder 2.7.0

Link Broken please update i need it..
 
Last edited:
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Re: [release] rylCoder 2.7.0

i won't update the link, if you need it make it urself.
 
Back
Top