Jump to content

  •  

mofo

Member Since 17 May 2013
Offline Last Active Nov 03 2013 11:50 AM
*----

Topics I've Started

callfunc

15 August 2013 - 10:31 AM

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


2013 client crash

28 July 2013 - 03:55 PM

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.


Locator NPC

14 July 2013 - 09:33 AM

I'd like to request for an NPC that any player can use to locate another player by name. It would give the map name and coordinates for a cost (50k zeny?).I tried scripting my own, but I'm still lost as to how to properly code getmapxy. I'm still trying right now, but I figured I'd post here to speed up the process. Thanks to anyone who would take the time to help.


item_combo_db.txt

04 July 2013 - 01:53 AM

What do I change in the combo script if I want one of the items to be refined to +8 before getting the combo bonus? I try not to mess with the default settings to make way for future updates so I'm kind of wishing for item_combo_db2.txt hehe.

 

Example:

 

1775:18114,{ bonus bLongAtkRate,50; }

 

How do I code this so that the bonus would only take effect if item 18114 is refined to +8 or higher?

 

NVM, i figured it out. =)


core.xxxx

23 June 2013 - 10:05 AM

Whenever my server crashes, it generates a file named core.xxxx (x being random numbers). When I try to open those with gdb, it says unrecognized format. How do I deal with this?