MMORG ZONE
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cum pui 32000 command la Dark Lord de la level 0 !

Go down

Cum pui 32000 command la Dark Lord de la level 0 ! Empty Cum pui 32000 command la Dark Lord de la level 0 !

Post by  Sun Dec 23, 2007 12:40 pm

1. Pentru Query Analizer !




  • Bagi codul asta in QA (Query Analizer)
  • Merge 100% testat de mine
  • Atentie! Doar characterele create dupa ce ai rulat scriptul vor avea 32000 la command.


Cod:
-- =============================================

-- Create Command for Dark Lord

-- (C) 2007 by Disconnect

-- Query Analizer

-- =============================================



CREATE TRIGGER [Update_Command] ON [dbo].[Character]

after Insert

as

Update [Character] set [Character].Leadership=32000

From Inserted

Where Inserted.Leadership=25 and

[Character].accountid=inserted.accountid

and [Character].name=inserted.name



2. Pentru SQL Server Agent (SQL Job)



Cod:
-- =============================================

-- Create Command for Dark Lord

-- (C) 2007 by Disconnect

-- Microsoft SQL Job

-- =============================================



UPDATE Character

SET Leadership= ('32000')

WHERE CtlCode<64


Favourite Game : MuOnline
Registration date : 1969-12-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum