Jump to content

marian1112

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

marian1112 last won the day on March 10 2018

marian1112 had the most liked content!

About marian1112

Informations

  • Gender
    Male

Recent Profile Visitors

452 profile views

marian1112's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

  1. (uiscript) systemoptiondialog.py : After: { "name" : "shadow_bar", "type" : "sliderbar", "x" : 110, "y" : 210, }, Add: { "name" : "shadow_name", "type" : "text", "x" : 110, "y" : 225, }, (root) uisystemoption.py def __Initialize(self): def __Load_BindObject(self): def __Load(self): def OnChangeShadowQuality(self):
  2. PythonSystemModule.cpp PyObject * systemSetShadowLevel(PyObject * poSelf, PyObject * poArgs) { int level; if (!PyTuple_GetInteger(poArgs, 0, &level)) return Py_BuildException(); if (level >= 0) // This CPythonSystem::Instance().SetShadowLevel(level); return Py_BuildNone(); }
  3. Charskill.cpp bool CHARACTER::UseSkill(DWORD dwVnum, LPCHARACTER pkVictim, bool bUseGrandMaster) find : else if (dwVnum == SKILL_BYEURAK) ComputeSkill(dwVnum, pkVictim); after that add: else if (dwVnum == SKILL_PAERYONG) ComputeSkill(dwVnum, pkVictim);
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.