-
Posts
97 -
Joined
-
Last visited
-
Days Won
19
Posts posted by FelixBeta
-
-
32 minutes ago, Killerwoody said:
Or go get the paid version which is better.
It has own pros and cons. If you want flexability, customizable compiling/scripting, maps (if you have those), then php is way to go. For other cases C++, it's more compact and easier to run
-
There is nothing really to teach, you just open xlsx files and learn what server consist of and what each value does. That way you will learn how to change/create items/npcs/monsters/quests fast
-
Consider to use excel parser from forum. Structorian gone to history
-
Use developer launcher to connect to your server. I'm not familiar with [E:1] error code
-
Um, "Basic usage" is a tutorial. Other then that, it's just a RFS unpack/repack tool for your RFS files
-
npc buying price is script price + 10%
npc selling price is (script price / 2 - 10%).
So if you want your booty to be sold for 45000 roughtly, set 100000 in script
-
17 minutes ago, kevin said:
Hello, can you send a copy of the source code of the small launcher?
Don't have
-
tbl_AccountTrunk if you mean bank. But not sure of such old version even has a bank system
-
19 hours ago, kevin said:
Are the server files and client files of this version free? Can it be used to open a server?
Yes but files are bugged and not suitable for opening server for players.
-
Well you were talking about GM account, because you mentioned pInsert_Staff procedure. To login gm account you need add ! before login. As for normal account, you would need add BILLING entry of that account
-
1 hour ago, DeltaTwoZero said:
When i use the minilauncher it always says wrong login even if i typed the right login details i entered in pInsert_Staff
Are you using login with ! prefix? Like !test
-
14 minutes ago, DeltaTwoZero said:
Hi, i followed you video tutorial and setup the server but everytime i try to login it keeps saying wrong login
Login where and login how?
-
Parser is literally on this forum
-
Those are commands from 2232 server. You may need tweak offset to use gm commands or use some gameguard
-
1 hour ago, jojo2739 said:
Moving on from that issue, when launching Zoneserver, I get a [ CashDbWorker::Instance()->Initialize() Fail! ] error. Can you offer any insight on this?
Consider following video guide
Run apps as admin
-
6 minutes ago, jojo2739 said:
RF_World has inconsistent line endings. Will not execute in SQL properly. How do I repair this issue?
Works perfectly as long as you use it on SQL 2014 or newer (2014 recommended). Older version may have issues
-
Updated tool, gives better naming without removing .RFS or adding extra one.
-
If you mean 2022 "timegate" thing, for that you would need a game guard or if you are using yorozuya, there was somewhere a dll shared with fix. But no one knows what's inside it
-
49 minutes ago, a0925302611 said:
I followed your video installation guide
Can you provide Odin Secure SQL DB?For that you would need to be a Odin Secure customer. It's just part of guide for customers
It's a paid product, so just skip that part.
-
Video tutorial of how to install Microsoft SQL Server 2014 and RF Online 2.2.3.2 server and client.
Server and client files:
-
I've been using various RFS Unpack and Repack tools for quite some time. Each has its own set of advantages and disadvantages. For instance, some tools unpack files into the current folder, while others require you to drag and drop all the files from a folder to create an RFS file.
I've developed my own tool that operates in a way that makes sense to me, and I hope you'll find it useful as well.
Basic usage:
1. To unpack, simply drag and drop your
.RFS
file onto the executable. The files will be unpacked into a folder named%RFSNAME%.extract
. You can drop multiple files simultaneously.
2. To repack, drag and drop your%RFSNAME%.extract
folder onto the executable to create an RFS file. Again, you can drop multiple folders at once.Download:
https://www.mediafire.com/file/7ddkxcxus0mjtgb/RFSTool.exe/file
-
10 hours ago, a0925302611 said:
When purchasing cash items and teleporting maps in the mall, customers experience no reaction for a while.
I believe this can be fixed by changing sql connection driver in zone server rfacc.ini (I don't remember for sure since I don't work with AoP)
To something like this:
[Options] DBSTR = Provider=MSDASQL;DSN=BILLING;Source=BILLING;UID=sa;PWD=123456;Initial Catalog=BILLING; ErrDBSTR = LogLevel = 2
But this will work only if custom billing reads it
-
Certainly. Original forum had plenty of great guides and releases, sadly it got lost. If you can post something - feel free to do it. Just don't forget to include original author mention
-
4 hours ago, Rizakii said:
ah i see. i was thinking that the example no need to edit.
now i can use the exceltxt.
Thank you
i already edit the xlsx. but,
for example. i edit the talic collector, to make the currency from gold to disena/cp. after i save and i used the exceltxt and copy and paste to the server and client still no problem.
but when i log in and check the NPC. the talic still same currency. no different at all
something wrong from my instruction?
perhaps you break the client formula, or didn't compile client side. Can be anything
Be careful with what you edit and compile, looks at files dates, and don't forget to do client dat->edf
How do I edit an NPC BUTTON?
in Support
Posted
that's ItemCombine in Item.edf, you can edit those using parser.