Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by jsz

  1. J

    [SHARE] FULL GS-EP9(TH) SOURCE - No More Selling

    check the (RanGame) gm_login SP, make sure you're fetching information on the correct table. Can't remember if UserInfo or GSUserinfo was the default. Anyhow, here's what I'm using, see if it helps. Cheers! USE [RanUser] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER...
  2. J

    [Release] Ingame Chat -> Discord Webhooks

    you guys should be thankful that somebody is sharing their work, if you've got nothing good to say,. just stay away from this post ffs!
  3. J

    [SHARE] FULL GS SOURCE - No More Selling

    I think the ItemSell under ItemList is a True(1) or False(0)
  4. J

    [SHARE] FULL GS SOURCE - No More Selling

    Try entering your information on the UserInfo table, if I remember correctly, it reads the userinfo by default unless you change it in source
  5. J

    RAN GS country.luc source

    Use this to compile instead ==> You must be registered for see element. and set the values to widestring GameLogicFile["PetComment"] = L"petcomment.lua"
  6. J

    [Script] Inferno City

    - Just want to share/add a workaround kill counter Add this line to function EventDie just before the return. PrintSimpleXMLMsgAll(5, {"PREMIUM_MAP_SYSTEM_MESSAGE", 6, MobCount}, COLOR_WHITE); //Find PREMIUM_MAP_SYSTEM_MESSAGE in gameintext.xml add this line: <VALUE Lang="GS"...
  7. J

    [SHARE] FULL GS SOURCE - No More Selling

    try changing this wLEVEL_FOR_ACTOR in default.charclass
  8. J

    [SHARE] FULL GS SOURCE - No More Selling

    default.charclass wENABLE_NEW_CLASS
  9. J

    [SHARE] FULL GS SOURCE - No More Selling

    this has been answered here, use the search if possible, anyhow check your magician charset and fix it there
  10. J

    [SHARE] FULL GS SOURCE - No More Selling

    open your default.charclass and look for wENABLE_NEW_CLASS = change it to - 0 = All new class restricted - 1 = restrict Ninja, Magic - 2 = restrict Magic - 3 = restrict Theater - 4 = All class enabled Hope this helps! Here's the screenies for All new class restricted You must be...
  11. J

    [SHARE] FULL GS SOURCE - No More Selling

    Just comment out @ParentItemUUID from the stored procedure until you find out where that parameter comes from.
  12. J

    GS WebPanel (full features)

    I think ranpoints are per character and not per user, you can either save it under RanGameS1 -> ChaInfo, ChaPointNotRefundable or create a function to transfer the points to your desired character at the account level. hth
  13. J

    [SHARE] FULL GS SOURCE - No More Selling

    you're staring right at the error check your charset for magician, should be 16384
Back
Top