Save-Point
KEvents XP - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: KEvents XP (/thread-5734.html)

Pages: 1 2 3 4


RE: KEvents XP - Bounty Hunter Lani - 02-29-2016

I'm trying to figure out how the new Icon calls work...
They don't show up anymore. I tried replacing the second number with Inn, and nothing shows up still. I'm confused...  Confused


RE: KEvents XP - kyonides - 02-29-2016

1. Show Icon on current event page (temporarily) via Event Comment at the top of the page
Options: 'New Quest', 'Rewards', 'Failure', 'Shop', 'Inn'

Comment: Name Bounter Hunter Lani
: New Quest


2. Show Icon while not activating next event page (temporarily) via Script Call
Options: 'New Quest', 'Rewards', 'Failure', 'Shop', 'Inn'

KEvents.show_icon(Event_ID, 'New Quest')
#=> shows New Quest icon over Lani's head


RE: KEvents XP - Bounty Hunter Lani - 02-29-2016

Works perfectly, thank you!  Grinning 


RE: KEvents XP - kyonides - 02-29-2016

Just remember that showing an icon via a comment at the top of the page will work no matter if you switch to any default menu (via pressing a button or via menu-event command) and go back to the map. The script call won't show up unless you already triggered the event by speaking with an NPC or practically dashing it, that might depend on the actual event trigger you setup. NEVER but never use any of these two methods on autorun triggered events, this might be the perfect way to cause some unneeded lag.


RE: KEvents XP - kyonides - 03-07-2016

Feeling Bumped Today?

A new and more complete version of KEvents XP is already available, guys!

It already includes features like Font Name, Font Size and Font Weight (Bold) or Italic.

Edit:

I had to reupload the script files so please download the script once again to make sure it will work as expected. BTW, instructions were updated on the first post.


RE: KEvents XP - Bounty Hunter Lani - 03-08-2016

Names no longer appear  Confused


RE: KEvents XP - kyonides - 03-08-2016

Don't worry about it, Lani the Nameless, it's been fixed already. You just need to download the new demo I recently uploaded to my mediafire folder. I'm pretty sure it will work just as expected.


RE: KEvents XP - Bounty Hunter Lani - 03-08-2016

It works now! Yay!

However... did you change the default font? It looks weird now, and smaller fontsize makes the letters jumble together  Confused


RE: KEvents XP - kyonides - 03-08-2016

I know that might depend on the font name, weight and size but I already warned Melana about those issues for a good reason. Normally any bold font should look fine as far as I have seen.


RE: KEvents XP - kyonides - 03-08-2016

The Unforeseen Bump!

Well, I was in need of double posting to let you know that I updated my script once again, both in English and Spanish, because I noticed it didn't refresh the event name if a self switch made the event get refreshed before it would execute the next page contents as expected. Now it's fixed and it gets refreshed right away.