Search results

  1. Elise

    Cannot connect to SQL server?

    Did you manage to resolve this, im having the same problem now, so if you managed to sort it any chance you can let me know how ?
  2. Elise

    SQL wont start!!

    I`m not on Vista and it has always worked fine and just now for some reason its stopped, ill upload screeny now. Not good ><
  3. Elise

    SQL wont start!!

    Will try now ;)
  4. Elise

    SQL wont start!!

    For some strange reason SQL won`t start. Anyone have any ideas of what might be causeing this? Even when im sat here clicking start, nothing happens. It has always worked fine and starts itself automaticly usually. Any ideas ? Thanks
  5. Elise

    Creations Mir2.3 **COMING SOON**

    People won`t donate for crap. I simply cover my costs and reward the players for there contribution and a usercount of 35 aint to bad considering the length of time the server has been up and it still is not in the advertisement section. The items i give to the donators are no better than...
  6. Elise

    Creations Mir2.3 **COMING SOON**

    Cheers love XxXxX
  7. Elise

    Creations Mir2.3 **COMING SOON**

    PC sounds fine hun, but you still have costs like electricity, connection upgrade and the hours that you put into the server and imo anyone who makes a server deserves to make a little money, some people expect you to be out of pocket for a game there addicted to and want to play. Good luck...
  8. Elise

    Creations Mir2.3 **COMING SOON**

    In all honesty i hope this server goes well for him, as for you Sonic do you seriously expect people to put lots of working hours into a server and not make a penny? Why don`t you make a server with no donation system and pay for a dedicated host out of your own pocket. If you say well i have a...
  9. Elise

    PK Server [Mid Rate]

    You`ll need a high user count for this to be succesfull, simply because if the user count is low there will be nobody to PK meaning no EXP= No leveling. Also the higher levels will just go for the n00bs for easy EXP, are there any level restrictions to whom you can PK or does the EXP verie...
  10. Elise

    How to put sz in a map ?

    Reading through previous threads i get the feeling you don`t like al3xz much :P
  11. Elise

    NPC question...

    Wasn`t sure tbh as his question is not 100% clear.
  12. Elise

    NPC question...

    [@Teleport] #IF CheckNameList Book.txt #ACT Goto @reject #ELSEACT goto @Teleport1 [@Teleport1] #IF Checkitem ProphecyBook 1 #ACT Mapmove Hell 50 50 Take ProphecyBook 1 AddNameList Book.txt #SAY You have been teleported to Hell !!! \ \ \ \ \ <Close/@Exit>\ #ELSESAY You do not obtain the...
  13. Elise

    Tbl_GuildList

    Your welcome.
  14. Elise

    Tbl_GuildList

    If useing TD files you need add TBL_GuildMemberList in SQL - TBL_GuildMemberList, contains: Fld_GuildName: varchar, length 20, allow null : false Fld_GuildRank: int , length 4 , allow null: false Fld_CharName: varchar , length20, allow null: false Fld_Level ...
  15. Elise

    How to put sz in a map ?

    Your doing something wrong then because it works fine for me.
  16. Elise

    How to put sz in a map ?

    I`m at work atm and i don`t have msn on this laptop :mad:. The above should work as it works on my server and i`m useing TD all in one files. If your still having problems when i get home i will send you my msn address.
  17. Elise

    How to put sz in a map ?

    Well if its in your database try this in QFunction. [@STDMODEFUNC12] #IF CHECKITEM AdvancedTT 1 CHECKLEVEL 50 #ACT Mapmove HellCentralZone 90 78 Take AdvancedTT 1 #SAY You have been safely teleported <$USERNAME>.\ \ \ \ \ <Close/@exit>\ #ELSESAY You are not level 50 and cannot access\ This...
  18. Elise

    How to put sz in a map ?

    Because you need to make the New town teleports in your TBL_STDItems also use QFunction. M2Server > Envir > MarketDef > Qfunction So in your SQL TBL_STDItems, add item AdvancedTT {Just copy and paste townteleport, rename AdvancedTT} and then i FLD_Anicount add the number 12, then this TT will...
  19. Elise

    NPC problem

    [@Teleport] #IF Checkitem ProphecyBook 1 #ACT Mapmove Hell 50 50 Take ProphecyBook 1 #SAY You have been teleported to Hell !!! \ \ \ \ \ <Close/@Exit>\ #ELSESAY You do not obtain the ProphecyBook. \ \ \ \ \ <Close/@Exit> This should work fine, if it still don`t teleport you check that you have...
  20. Elise

    NPC problem

    [@Teleport] #IF Checkitem ProphecyBook 1 #ACT Mapmove Hell 50 50 Take ProphecyBook 1 #SAY You have been teleported to Hell !!! \ \ \ \ \ <Close/@Exit>\ #ELSESAY You do not obtain the ProphecyBook. \ \ \ \ \ <Close/@Exit> Not sure what files your useing but it might me Just CHECK ! [@Teleport]...