antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
hades1997

Phyton - Title system [Edited]

Question

Cybers Hi!

 

Help me please, i`m very low phyton...

 

I diddn`t got erros in source...

 

I put the file.py from root. Maybe it`s something wrong there...

 

http://www.girlshare.ro/3489836266.4

 

Syserr Client :

 

ewiSZ8v.png


 

Edited by hades1997 (see edit history)

Share this post


Link to post
Share on other sites

5 answers to this question

  • 1

When you ask for help, please don't beg by repeating it, its anoying because it seems that you are just crying like a lil bitch and not trying to do anything else but just get an answer instead of learning.

If you don't want to learn, you must realise that you have to pay for a solution, its the real deal.

 

Now about the problem, you are being VERY VAGUE about what you have done since the beggining til the end, i have no clue whats the problem since you don't give me any plausible info like a print screen or some debugging info, thats quite essencial.

And please provide us the code not by download and yes by direct code, like pastebin

 

Best Regards

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/
  • 0

Only english/portuguese allowed.

Share this post


Link to post
Share on other sites
  • 0
13 horas atrás, NewWars disse:

When you ask for help, please don't beg by repeating it, its anoying because it seems that you are just crying like a lil bitch and not trying to do anything else but just get an answer instead of learning.

If you don't want to learn, you must realise that you have to pay for a solution, its the real deal.

 

Now about the problem, you are being VERY VAGUE about what you have done since the beggining til the end, i have no clue whats the problem since you don't give me any plausible info like a print screen or some debugging info, thats quite essencial.

And please provide us the code not by download and yes by direct code, like pastebin

 

Best Regards

 

I put to download my own files modified and the tutorial with the system title... And the syserr from client..

I don`t know what tot do... I`m done. I started to put this system like 6 hours ago, i don`t know, what`s wrong with client...

I always got error from root directory... I've been trying to find solutions on Google, but i didn`t find solutions for my errors -.-

What information i can give you more... 

 

IuFGByn.png

 

BaPReRV.png

 

tKn6EQb.png

 

xAlfMbh.png

 

 

 

 

I have this errors only when i trying to login with lycan character... 

Share this post


Link to post
Share on other sites
  • 0

The first error is a Key index error, it is searching for an item with the Key 8 and you only have until 7:

 

Getting from key at dictionary

faces = imagini_fete_vegas[race]

Dictionary

imagini_fete_vegas = {
	playerSettingModule.RACE_WARRIOR_M	: "d:/ymir work/TitleSystem/faces/warriorm.tga",
	playerSettingModule.RACE_WARRIOR_W	: "d:/ymir work/TitleSystem/faces/warriorf.tga",
	playerSettingModule.RACE_ASSASSIN_M	: "d:/ymir work/TitleSystem/faces/ninjam.tga",
	playerSettingModule.RACE_ASSASSIN_W	: "d:/ymir work/TitleSystem/faces/ninjaf.tga",
	playerSettingModule.RACE_SURA_M		: "d:/ymir work/TitleSystem/faces/suram.tga",
	playerSettingModule.RACE_SURA_W		: "d:/ymir work/TitleSystem/faces/suraf.tga",
	playerSettingModule.RACE_SHAMAN_M	: "d:/ymir work/TitleSystem/faces/shamanm.tga",
	playerSettingModule.RACE_SHAMAN_W	: "d:/ymir work/TitleSystem/faces/shamanf.tga",
}

As you can see, the number 8 is missing, probably its Lycan as you said, so just add it like:

playerSettingModule.RACE_LYCAN	: "d:/ymir work/TitleSystem/faces/lycan.tga",

NOTE: I CAN be wrong in the constant var name and the path, you have to check it

 

 

The second error i don't find why it happens, maybe its being called before assignment of command lines but thats only checkable in the binary and not in python IF you made any change about that there, show here what.

 

Regards.

Share this post


Link to post
Share on other sites
  • 0
14 hours ago, NewWars said:

The first error is a Key index error, it is searching for an item with the Key 8 and you only have until 7:

 

Getting from key at dictionary


faces = imagini_fete_vegas[race]

Dictionary


imagini_fete_vegas = {
	playerSettingModule.RACE_WARRIOR_M	: "d:/ymir work/TitleSystem/faces/warriorm.tga",
	playerSettingModule.RACE_WARRIOR_W	: "d:/ymir work/TitleSystem/faces/warriorf.tga",
	playerSettingModule.RACE_ASSASSIN_M	: "d:/ymir work/TitleSystem/faces/ninjam.tga",
	playerSettingModule.RACE_ASSASSIN_W	: "d:/ymir work/TitleSystem/faces/ninjaf.tga",
	playerSettingModule.RACE_SURA_M		: "d:/ymir work/TitleSystem/faces/suram.tga",
	playerSettingModule.RACE_SURA_W		: "d:/ymir work/TitleSystem/faces/suraf.tga",
	playerSettingModule.RACE_SHAMAN_M	: "d:/ymir work/TitleSystem/faces/shamanm.tga",
	playerSettingModule.RACE_SHAMAN_W	: "d:/ymir work/TitleSystem/faces/shamanf.tga",
}

As you can see, the number 8 is missing, probably its Lycan as you said, so just add it like:


playerSettingModule.RACE_LYCAN	: "d:/ymir work/TitleSystem/faces/lycan.tga",

NOTE: I CAN be wrong in the constant var name and the path, you have to check it

 

 

The second error i don't find why it happens, maybe its being called before assignment of command lines but thats only checkable in the binary and not in python IF you made any change about that there, show here what.

 

Regards.

 

Thanks for help!

 

For sure, that was the problem, i solved and i put a icon for lycan. 

 

But the items don`t have description... Just name appear ...

 

And the interface from system don`t show real time played for lycan character...

 

Thanks for help

Edited by hades1997 (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now