This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SHOWOFF] Instant spells & professions.  (Read 4434 times)

Laniax

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 62
    • View Profile
[SHOWOFF] Instant spells & professions.
« on: February 24, 2012, 02:04:14 pm »
Besides working on Maruum, i also develop my own server,
Although it does not have client side patching (all changes are serverside) i thought i'd post it in the server-side showoff ;P

Also i dont post this as advertising, but as the features i show in the video, but ofc having the server name in there speaks for itself.

here it is:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Current project: AIO Emulation solution.

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: [SHOWOFF] Instant spells & professions.
« Reply #1 on: February 24, 2012, 03:14:46 pm »
Lol...That can be achieved on 2 ways:
1) Using db table playercreateinfo_spells
2) Using script with hook on new character :)

Not something hard to do XD
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Laniax

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 62
    • View Profile
Re: [SHOWOFF] Instant spells & professions.
« Reply #2 on: February 24, 2012, 03:37:38 pm »
Quote from: "Eatos"
Lol...That can be achieved on 2 ways:
1) Using db table playercreateinfo_spells
2) Using script with hook on new character :)

Not something hard to do XD

Well the instant spells isn't very hard indeed. Although i didn't use database tables due to performance (just spell maps) and the talents are learned with the same system (as in spell map system) but its something u'd see less on other servers.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Current project: AIO Emulation solution.

Eatos

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: [SHOWOFF] Instant spells & professions.
« Reply #3 on: February 24, 2012, 03:46:42 pm »
I have done that a long time ago, and yes not through db,,,, i have used table and simple switch :) connected on hook...

Now what i want to work on is to replicate the blizzard system in cataclysm, which is you learn your spells on level up :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Laniax

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 62
    • View Profile
Re: [SHOWOFF] Instant spells & professions.
« Reply #4 on: February 24, 2012, 03:51:33 pm »
Quote from: "Eatos"
I have done that a long time ago, and yes not through db,,,, i have used table and simple switch :) connected on hook...

Now what i want to work on is to replicate the blizzard system in cataclysm, which is you learn your spells on level up :)

thats not hard at all, i worked on something like that in the past, and infact i could easily gain the effect by using the code i run in the video but then on levelup.

check this out viewtopic.php?f=60&t=880
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Current project: AIO Emulation solution.