Jump to content

DevMorgan

Community
  • Content Count

    74
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DevMorgan

  1. DevMorgan

    Question NPC

    Thankyou its 100% now!
  2. DevMorgan

    Question NPC

    [05-17 15:23:12]resource/script/addons/roso/Question NPC.lua:329: attempt to call global `PadString' (a nil value)
  3. DevMorgan

    Question NPC

    How to add Level Trigger? QuestionNpc.ErrorLevel = "You need Lv 40 for answer this question." --Checks Level. function QuestionNpc.CheckLevel(QuestionID,AnswerID) if QuestionNpc.Questions[QuestionID].Answer == AnswerID then QuestionNpc.Error = LvCheck, ">", 40, return 1 else QuestionNpc.Error = QuestionNpc.ErrorLevel return 0 end end InitTrigger() TriggerCondition( 1, QuestionNpc.CheckLevel,ChosenQuestion) help me? @7n6
  4. DevMorgan

    Question NPC

    Thankyou bro!!!
  5. Would I like a npc or base NPC: Quiz Questions: 2+ How many times can do: 1 Version: 1.36
  6. how to make quiz npc to answer questions only once?
  7. how to fix this error ii'm need query for sql2000 SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[LotterySetting]( [section] [smallint] NOT NULL, [issue] [smallint] NOT NULL, [state] [smallint] NOT NULL, [createdate] [datetime] NOT NULL, [updatetime] [datetime] NULL, [itemno] [nvarchar](50) NULL, CONSTRAINT [PK_LotterySetting] PRIMARY KEY CLUSTERED ( [section] ASC, [issue] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'服务器分区' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LotterySetting', @level2type=N'COLUMN',@level2name=N'section' GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'期号' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LotterySetting', @level2type=N'COLUMN',@level2name=N'issue' GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'状态:0 当前期 1 往期 2 作废期 ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LotterySetting', @level2type=N'COLUMN',@level2name=N'state' GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'创建日期' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LotterySetting', @level2type=N'COLUMN',@level2name=N'createdate' GO EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'更新时间戳' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LotterySetting', @level2type=N'COLUMN',@level2name=N'updatetime' GO
  8. Can you tell me how to add the function?
  9. error npc system proc? error line: [05-08 22:20:12]resource/script/MisSdk/MissionSdk.lua:2443: attempt to call global `NoBountyQuest' (a nil value) Line:2443 conditions elseif conditions[i].func == NoBountyQuest then local ret = NoBountyQuest(character, conditions[i].p1) if ret ~= LUA_TRUE then return LUA_FALSE end help?
  10. thank i'm fixed it on groupserver
  11. update lua_err plz and record teleport for lowetower spawn!
  12. i'm using this: Способ N3. GameServer.exe с функциями HandleChat(), GetGmLv() и SetGmLv() Для реализации данного способа Вам потребуется модифицированный GameServer.exe с функциями HandleChat(), GetGmLv() и SetGmLv().
  13. i'm have error: the players are with problem to speak in the Place [04-24 17:18:34]resource/script\calculate\functions.lua:16707: attempt to call global `GetGmLv' (a nil value)
  14. thx i'm changed for v3ctor GS
  15. Lucky 1.36 your with handlechat gm command no work
  16. how to disable? or just change the commands I? as & make for: & 85cr
  17. Random Lv bug my level max is 100 players bug in random level 20 ~~ 25 ~~ 40 ~~43 etc.. =/
×
×
  • Create New...