Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Releases: Tibia-WindBot/raphael-library

1.4.0

15 Dec 17:06

Choose a tag to compare

Changelog:

  • Added table.flatten.
  • Added getvalue and curchannel.
  • Added Expander Class.
  • Added composition mode constants.
  • Added REGEX_ITEMS_SOLD and REGEX_ITEMS_BOUGHT.
  • Updated cetoffset and cettime; this should fix problems with sstime.
  • Updated npctalk to better emulate time taken to write message when fast hotkeys is enabled.
  • Updated table.each and table.map to allow for recursive behavior.
  • Updated table.merge to allow for recursive behavior and remove forceKey parameter.
  • Updated Area Class to include extra functionality.
  • Fixed some other minor bugs.

1.3.0

15 Dec 17:05

Choose a tag to compare

Changelog:

  • Added special handling for npctalk when fast hotkeys is enabled.
  • Added timetolevel.
  • Added Area Class.
  • Added JSON Class.
  • Updated Point Class constructor.

1.2.1

15 Dec 17:04

Choose a tag to compare

Changelog:

  • Minor version bump; apparently @lucasterra had already updated it to 1.2.0.

1.2.0

15 Dec 17:03

Choose a tag to compare

Changelog:

  • Added getwptid.
  • Improved gold, as suggested by pvzin.
  • Improved npctalk to check for NPCs around.
  • Added constants for items bought by some NPCs.
  • Deprecated REGEX_SPA_COORDS and REGEX_SPA_SIZE in favor of REGEX_COORDS and REGEX_RANGE.

1.1.2

15 Dec 17:02

Choose a tag to compare

Changelog:

  • Removed setsettings as a hotfix.

1.1.1

15 Dec 17:01

Choose a tag to compare

Changelog:

  • Minor fixes for HUD class.

1.1.0

15 Dec 16:59

Choose a tag to compare

Changelog:

  • Added string.rtrim, string.ltrim and string.trim.
  • Added table.copy, table.filter and table.merge.
  • Added table.sum, table.average, table.min and table.max.
  • Added calltable, setsetting and waitcondition.
  • Added Point class.
  • Added HUD class.
  • Updated userdatastringformat.
  • Fixed maxcap.
  • Fixed table.stringformat.
  • Fixed REGEX_SERVER_SAVE.

1.0.2

15 Dec 16:54

Choose a tag to compare

Changelog:

  • Fixed sstime.

1.0.1

15 Dec 16:53

Choose a tag to compare

Changelog:

  • Fixed typos.
  • Completed CUSTOM_TYPES constant.

1.0.0

15 Dec 16:33

Choose a tag to compare

Changelog:

  • Added tostring.
  • Added userdatastringformat.
  • Added requires.
  • Added toyesno, toonezero and toonoff.
  • Added string.starts, string.ends, string.begin and string.finish.
  • Added some useful patterns.
  • Removed getnamecolor.
  • Minor internal changes.