mofo
Members-
Content Count
97 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by mofo
-
That probably why it says... // No functional side effects at the moment.
-
Thanks, Samuel. Changing that fixed the problem. So I guess there was a change in item_db entries in between the time I last updated my server upto the present server build.. @Via I have a custom script for the F_choosejob function.
-
If i revert to an older version, it works fine. And even the boarding halter box which doesn't use the choosejob function doesn't work. The prompt comes up for confirmation if I want to open and when I click "OK" nothing happens, the item is still there. Console doesn't show any error either. I'm confused... lol
-
It's been awhile since I updated my revision so I decided to do it today. I just found out that my custom items that have the "callfunc" script doesn't seem to be working. Like this one for example, I have this inside item_db2.txt. 23000,Egg_of_Experience,Egg of Experience,2,,,10,,,, ,0xFFFFFFFF,7,2,,,,,,{ CallFunc("F_ChooseJob"); },{},{} And I double checked to see if the corresponding npc file is loaded. I also noticed that other items in my item_db2.txt doesn't work as well. Here's one... 16682,Boarding_Halter_Box,Boarding Halter Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ rentitem 12622,604800; },{},{} It was working before I updated. Did anything change? What do I do to update the items inside my item_db2.txt? Thanks
-
Where did you get a 2012 0424 ragexe? I've used ragexeRE 2012 0418 before and I don't remember that (0424) client date. And as far as I can remember we only started getting unpacked ragexes from 201207XX onwards.
-
Still no new client? It's been a month since the last unpacked client version. I'm kind of hoping for the client version that solves the new costumes with no spr files.
-
Do you have this mapcache in both re and pre-re folder? I've had a mixed pre/re server before and replacing the mapcache files in both folders fixed my map issues.
-
can you post a screenshot of your mapcache loaded in weemapcache with lhz_dun05 in it?
-
Double check your mapcache. When starting the server, be on the lookout for maps that are being removed. And since there are 2 mapcache.dat files (re/pre), try changing both.
-
When I try to vend with a merchant, the client crashes. It crashes when I click the vend title window to enter a name, or the price input window. I'm using 20130703.
-
I can't vend using 20130703. No console error, I even unchecked ignore file diff so it would show what's missing. It just crashes like when using shift + right click.
-
RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
mofo replied to Ai4rei's topic in Client-Side Releases
Lol, I thought I was the only one. It happened to me too. Using win 7. -
About Episode 14.2 New Skills adding on 2012-04-10?
mofo replied to Louis T Steinhil's question in Client-Side Support
Get the updated luafiles 514 folder from the 2013 support thread. -
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
mofo replied to Shakto's topic in Client-Side Releases
That's from my last diff.- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
mofo replied to Shakto's topic in Client-Side Releases
Just tried it and it works fine. Downloaded from the links you posted.- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
About Episode 14.2 New Skills adding on 2012-04-10?
mofo replied to Louis T Steinhil's question in Client-Side Support
When I had that problem I rediff'd the client and found out that it's missing 4 files, "btn_big_used/a/b/c.bmp". I also used to crash when at the char select screen until I patched my grf with those buttons. -
About Episode 14.2 New Skills adding on 2012-04-10?
mofo replied to Louis T Steinhil's question in Client-Side Support
Don't diff it with "ignore errors". The client will tell you what files are missing before and it won't crash. Patch your grf with the missing files (most likely buttons) and that should fix some of your issues with 2013 clients. -
sc_start SC_INCREASEAGI change it to sc_start SC_INC_AGI
-
About Episode 14.2 New Skills adding on 2012-04-10?
mofo replied to Louis T Steinhil's question in Client-Side Support
The new skills require 2013 clients to work properly. Those same lua/lub files would work on a later client without changing anything. Which means there's nothing to edit server-side or within client-side files. Maybe hexing the client would work but I don't know for sure. You can use the skills with 2012 clients via gm account with the right permissions or through @useskill. But there's no real way to add it the regular way besides using a 2013 exe. -
My client crashes when using Frigg's Song (minstrel skill). I tried looking for the effect files inside an updated kRO grf but I can't seem to find it. The other skills work fine. I'm using 20130703 ragexe. I hope the next client version fixes it. Can't wait
-
Oh, might take a while then.
-
Would this require 2013 clients?
-
@Xgear The plugin that loaded on that screenshot is Sample.c, I get the same results with SkillErrorMessages and mapmoblist. I'm running the same OS Samuel listed.
-
Thanks, it's missing zeny check. I can still search for players even with 0 zeny. Then the console shows error about not being able to set zeny to negative value. Doesn't crash, just gives an error.
-
Yep, I guess that's a typo, also this part. "+ .@x +", "+ .@i +"."; I changed it to "+ .@x +", "+ .@y +"."; Other than that, it works great. Oh one last thing, I removed onwhisperglobal and turned it into an npc. Now there's no option to cancel the search and anyone who clicks on it is forced to spend 50k. Haha, what do I change or insert to give the option to search or cancel?