// spells.cpp
// Necromancer spells
m_spells.insert(spell_map_t::value_type("Animate Dead", Spell("102", true, false)));
m_spells.insert(spell_map_t::value_type("Blood Oath", Spell("103", true, false)));
m_spells.insert(spell_map_t::value_type("Corpse Skin", Spell("104", false, false)));
m ...
Search found 4 matches
- 2004-11-27 17:57:43
- Forum: Requests
- Topic: [Should] Inj Support for Necro/Pala
- Replies: 6
- Views: 6601
- 2004-11-26 20:52:06
- Forum: General
- Topic: [Help] with WM_USER+0x4321
- Replies: 7
- Views: 2630
- 2004-11-26 19:17:08
- Forum: General
- Topic: [Help] with WM_USER+0x4321
- Replies: 7
- Views: 2630
- 2004-11-26 18:20:17
- Forum: General
- Topic: [Help] with WM_USER+0x4321
- Replies: 7
- Views: 2630
[Help] with WM_USER+0x4321
Is it possible to send script command or call scripted functions instead of simple commands i.e.
i know i can:
SendMessage <uo>,WM_USER+0x4321,1,GlobalAddAtom("msg Hello")
but why i can't
SendMessage <uo>,WM_USER+0x4321,1,GlobalAddAtom("Uo.Print(\"text)\"") ?????
i need such a feature ...
i know i can:
SendMessage <uo>,WM_USER+0x4321,1,GlobalAddAtom("msg Hello")
but why i can't
SendMessage <uo>,WM_USER+0x4321,1,GlobalAddAtom("Uo.Print(\"text)\"") ?????
i need such a feature ...