Jump to content

alicization

Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

About alicization

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alicization's Achievements

Explorer

Explorer (4/16)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

11

Reputation

  1. Looking somebody who is willing to install done server file to my vps. €10. PM
  2. My problem are here: @Retro said once : the problem is that you didn't add the files in userinterface.vcproj , so the compiler doesn't compile them and it gives you those errors because he can't find the functions declared in the files. But he dont explain which one ? + What and where i have to put? i dont understand.
  3. Dear community, today i tried to install this system into my client. Everythings work fine, until i start my client. Then i try to login and i got errors. here is: 0417 16:56:06244 :: networkModule.py(line:208) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:30) <module> system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:12) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiInventory.py(line:12) <module> system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:expected an indented block (uiRefine.py, line 97) 0417 16:56:06244 :: ============================================================================================================ 0417 16:56:06244 :: Abort!!!! If i'm correct the problem is inside uiRefine,py line 97. Here is my uiRefine. def Destroy(self): if app.ENABLE_REFINE_RENEWAL: def __InitializeOpen(self): self.children = [] self.vnum = 0 self.targetItemPos = 0 self.dialogHeight = 0 self.cost = 0 self.percentage = 0 self.type = 0 self.xRefineStart = 0 self.yRefineStart = 0 self.ClearDictionary() self.board = 0 self.successPercentage = 0 self.titleBar = 0 self.toolTip = 0 self.dlgQuestion = 0 Here is the guide how to add Auto refine into uiRefine ## 0.2 Search : def Destroy(self): .. ## 0.2 Add after: if app.ENABLE_REFINE_RENEWAL: def __InitializeOpen(self): self.children = [] self.vnum = 0 self.targetItemPos = 0 self.dialogHeight = 0 self.cost = 0 self.percentage = 0 self.type = 0 self.xRefineStart = 0 self.yRefineStart = 0 But there is 2 def Destroy(self): ! Where should i add? Or can somebody just check my uiRefine.py? Best regards, Alicization uirefine.py
  4. networkModule.py(line:208) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:30) <module> system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:12) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiInventory.py(line:12) <module> system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:expected an indented block (uiRefine.py, line 97) 0417 16:40:05870 :: ============================================================================================================ 0417 16:40:05870 :: Abort!!!! My uiRefine def Destroy(self): self.ClearDictionary() self.board = 0 self.successPercentage = 0 self.titleBar = 0 self.toolTip = 0 self.dlgQuestion = 0 if app.ENABLE_REFINE_RENEWAL: def __InitializeOpen(self): self.children = [] self.vnum = 0 self.targetItemPos = 0 self.dialogHeight = 0 self.cost = 0 self.percentage = 0 self.type = 0 self.xRefineStart = 0 self.yRefineStart = 0 your code that i should put: ## 0.2 Search : def Destroy(self): .. ## 0.2 Add after: if app.ENABLE_REFINE_RENEWAL: def __InitializeOpen(self): self.children = [] self.vnum = 0 self.targetItemPos = 0 self.dialogHeight = 0 self.cost = 0 self.percentage = 0 self.type = 0 self.xRefineStart = 0 self.yRefineStart = 0 bu in uiRefine.py there is 2x def Destroy(self):.. So where should i put?? uirefine.py
  5. Hi i currently looking for: - 40k Client - Client source - Server file - Server file source Plz somebody mee!!
  6. Hi as you can notice, i just looking for a normal working sash system.
  7. Hi dear community! I have belts in my server, but i can't add 1-5 opts to belts, only way is to change item_proto. Is there any solution to add ingame with 1-5 opt giver + opts to my belts?
  8. Dear community. I want change the whole Refine system to my personal things. So here is my code: I tag this code to fill in the screen. So ! > Its my belt. I want to refine to +1. But i want that to you need 50615(rubin) x2. How do i do that? + I dont even understand how Refinevnum,and RefineSet work. Can somebody plz help me? 18000 Ȳ·űşą´ë+0 ITEM_BELT 0 1 NONE NONE WEAR_EAR NONE 3000 3000 18001 280 10 LEVEL 50 LIMIT_NONE 0 APPLY_MAX_HP 50 APPLY_NONE 0 APPLY_NONE 0 0 0 0 0 0 0 0 0 0
  9. Dear community. I have Belt System inside my client, but after i want to wear my belts, its not showing inside my "leg". Can equip/unwear, and i get the bonuses fine. Any suggestion?
×
×
  • 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.