dont worry comandante, im working with lemoniscool. only need to finnish some "cosmetic" things and is released
Printable View
dont worry comandante, im working with lemoniscool. only need to finnish some "cosmetic" things and is released
ill start recreating the GUI tomorrow and add some usability functions such as saveing the settings and stuff, also the version we are going to release is useing a different system (thanks to caosfox) which features real time reporting (that means in less than a second after plussing the notice will be shown) and some other bug fixes like the wrong version error even tho the version is right aside of that the globals and notices will be logged to a textfile inside the same folder where the Notice.exe lies
that's great!
Want to support double byte
anyone know why the char list is not showing the chars?
http://i.imgur.com/LtKIYOs.png
why?
Attachment 133253
help error or bug ? The version is incorrect, please restart the programm !
Code:IF @Operation = 90 AND @dwData >=655369
BEGIN
EXEC SRO_VT_ROYAL.dbo._FuseGlobals @dwData, @CharID,@ItemRefID
INSERT INTO SRO_VT_ROYAL.dbo._AlchemyGlobals (CharID,dwData,Item,Eventtime) VALUES (@CharID,@dwData,@ItemRefID,GETDATE())
END
Thats just part of my global notification... same thing but done via globals and not noticesCode:SELECT CASE
WHEN @dwData = 655369
THEN ' has Fused +10 on his/her '
WHEN @dwData = 720906
THEN ' has Fused +11 on his/her '
WHEN @dwData = 786443
THEN ' has Fused +12 on his/her '
WHEN @dwData = 851980
THEN ' has Fused +13 on his/her '
WHEN @dwData = 917517
THEN ' has Fused +14 on his/her '
WHEN @dwData = 983054
THEN ' has Fused +15 on his/her '
Hey Guys I wanna program Auto plus Notice worked in my Server :)
V1.0.5 donot work!My problem is it cannot conect db!
reupload v1.0.4 please!
who can help me?
For fail notice :D
Quote:
if(@Operation = 91)
begin
select @iid = RefItemID from SRO_VT_SHARD.dbo._Items where Serial64 = @ItemSerial
select @iname = NameStrID128 from SRO_VT_SHARD.dbo._RefObjCommon where id = @iid
select @iiname = Lang8 from SRO_VT_SHARD.dbo._RefObjItemName where NameStrID128 = @iname
select @cname = CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
select @optlevel_old = Plus from _LogItemPlus where Serial64=@ItemSerial
if (exists (select * from _LogItemPlus where Serial64=@ItemSerial))
begin
insert _AutoNotice(Sent, Message, MsgType)
values(0,'[' + @cname + '] has failed to enhanced ' + @iiname + ' from [' + @optlevel_old + ']', 0)
delete from _LogItemPlus where Serial64=@ItemSerial
insert SRO_VT_ACCOUNT.dbo._AutoNoticeForWeb(Message, MsgType)
values('[' +@cname+ '] has failed to enhanced ' + @iiname + ' from [' + @optlevel_old + ']', 0)
end
end
Attachment 133472
any one release please fixed versiyon :)