Search results

  1. idaBigA

    Release Server and Client Files - MSRF / Job / CD3.55

    All Mir files removed from Sting3G now soz guys, there should be enough copies around for people to get hold of a set.
  2. idaBigA

    [Other] Listmake

    www.sting3g.com/StingPatches/ListMake.rar
  3. idaBigA

    Selling character

    I can read English, I just can't read whatever language he is using :S On topic.. I think he should be able to sell what he likes if the GM says its fine.. I mean, he was the one who put the effort in, and if someone wants to pay for that work, let them.. whats it got to do with anyone else?
  4. idaBigA

    Selling character

    How did you even interpret what he said!?!
  5. idaBigA

    Request Look for SQL sever enterprise 2000

    SQL is on this thread... http://www.lomcn.org/forum/showthread.php?84171-Server-and-Client-Files-MSRF-Job-CD3-55
  6. idaBigA

    [PtW/3G] The One Thread You Will Ever Need

    Use the files here > > > http://www.lomcn.org/forum/showthread.php?84171-Server-and-Client-Files-MSRF-Job-CD3-55 Sting's has a full set of databases.
  7. idaBigA

    Spawn Editor - Any Use

    Fixed all links.. Please read all the way through to make sure it doesn't break your files.... not tested with Kings or GSP
  8. idaBigA

    Request Map tools (mobs, time, plasces etc..)

    Ah... this one? http://www.lomcn.org/forum/showthread.php?51642-Spawn-Editor-Any-Use&highlight=
  9. idaBigA

    Request Map tools (mobs, time, plasces etc..)

    http://www.lomcn.org/forum/showthread.php?60344-Multi-Tool-for-Mir-3-Server-Development-Exe-s-and-VB6-Project-Files&p=659215#post659215 Was it this? If so, i've updated the links.
  10. idaBigA

    Multi Tool for Mir 3 Server Development - Exe's and VB6 Project Files

    Updated Links in case anyone wants to make a specific tool for Mir 3 (3.55) or one to work with the GSP files. This includes all VB6 (yeah I know its very old now) project files and code.
  11. idaBigA

    [King] MOV/INC variables in King files?

    This should be in NPC help section - there is a thread in there with "All in one thread help"
  12. idaBigA

    [Other] help with odbc and sql

    I am not sure, you need to post some screenshots of what you have done during install and what it is like now. Are you using SQL 2000? With poor English, it is difficult to tell us what you mean so that we can help.
  13. idaBigA

    [Other] help with odbc and sql

    http://www.sting3g.com/phoenixrisingclient/lssetupguide/
  14. idaBigA

    Timecall problems in server.

    It does work, you must be doing something fundamentally wrong. The other option is to use DelayGoto, Hour and Min i.e. [@_Startup] #ACT Goto @StartTimer [@StartTimer] #ACT DelayGoto [grobal] 300 @CheckTime [@CheckTime] #IF Hour 17 17 ;Hour Must Be 17 - i.e. Between 17:00 and 17:59 Min 25...
  15. idaBigA

    Timecall problems in server.

    On an NPC (doesn't matter which). [@_StartUp] #CALL [System\Calls.txt] @Invocations In the file System\Calls.txt [@Invocations] { #IF #ACT TimeCall 17 33 @Speak TimeCall 17 34 @Speak TimeCall 17 35 @Speak TimeCall 17 36 @Speak TimeCall 17 37 @Speak [@Speak] #IF #ACT Eventmsg Grobal "Mensage...
  16. idaBigA

    Timecall problems in server.

    This should explain everything to do with TimeCall, Hour, Min and DayOfWeek http://www.lomcn.org/forum/showthread.php?58219-Making-an-NPC-not-work-disappear-during-a-war&highlight=timecall
  17. idaBigA

    [CD3.55] Integral Issues - Getting data from SQL

    I don't understand your question, I have never used [101] and [203] in the Sting files. Sting's files has these flags used... New User - 003 Halloween - 100 Taoist Pet Flags - 105 Taoist Pet Flags - 106 DGS Quest - 150 DGS Quest - 151 Daily Quest - 210 Warrior Once Per Level - 248...
  18. idaBigA

    [CD3.55] Integral Issues - Getting data from SQL

    To move anything to the D Menu, you have to access is via the MirGuideBook.txt which is in Envir\QuestDiary\System\ Just make sure any links @LINK are not used in more than one place in that menu and anywhere else it touches.
  19. idaBigA

    [CD3.55] Integral Issues - Getting data from SQL

    The only other thing to note, isn't the HL_Jifen table in CruelDragon3GBaseData database? You can only read/write to the Game3G database.