Jump to content

mofo

Members
  • Content Count

    97
  • Joined

  • Last visited

Everything posted by mofo

  1. That probably why it says... // No functional side effects at the moment.
  2. mofo

    callfunc

    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.
  3. mofo

    callfunc

    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
  4. mofo

    callfunc

    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
  5. 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.
  6. 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.
  7. 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.
  8. can you post a screenshot of your mapcache loaded in weemapcache with lhz_dun05 in it?
  9. 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.
  10. 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.
  11. 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.
  12. Lol, I thought I was the only one. It happened to me too. Using win 7.
  13. Get the updated luafiles 514 folder from the 2013 support thread.
  14. Just tried it and it works fine. Downloaded from the links you posted.
  15. 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.
  16. 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.
  17. sc_start SC_INCREASEAGI change it to sc_start SC_INC_AGI
  18. 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.
  19. 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
  20. @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.
  21. mofo

    Locator NPC

    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.
  22. mofo

    Locator NPC

    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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.