View Single Post
04-09-10, 09:53 AM   #5
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
If you are using OpenRDX, there is the following function :
local spellid = RDXSS.GetSpellIdByLocalName(name);

name is the local client localization of the spell, "Regen" in french (renew us).

That also mean we are storing all spell in a local database.

  Reply With Quote