I managed to hack the client to load v27 elements.data, the same one that server uses. I would like to do the same with gshop and tasks. For now I used sELedit configs as a reference, but I can't...
Type: Posts; User: uniq
I managed to hack the client to load v27 elements.data, the same one that server uses. I would like to do the same with gshop and tasks. For now I used sELedit configs as a reference, but I can't...
Hi, I'm posting my concept of a PW server. I'd be willing to create a server like that by myself, but I'm more of a developer rather than a assembly hacker. Closed source stuff pushes me away. Feel...
Any chance of linux build?
Just compare the output of
ps -fC gs and
ps -fC gs | awk '{ print $9 }'
Set the owner user/group of the files or folders you need to change to the one your web server is running in. Many...
"print 9th column"
ps -fC gs
it will output all gs processes
you can get it to print only particular map names using awk
ps -fC gs | awk '{ print $9 }'
ps and awk are parts of posix, they will work on all...
I haven't seen any guide on this, so I did a bit of research.
proc_type is a set of flags packed to an integer. Here's an explanation of what each flag does
POS
DESCRIPTION
I've stumbled across some unknown fields again, could anyone point me what are they?
armor_essence:
field #40 shop_price (is it related to decomposing items? i've never got into craft on pw)...
Just like any freelance programmer, nothing special
tyvm
Also worth noticing:
saber 1712-1731
scythe 1752-1771
So what's the role of that guid?
It allows items to be time-limited?
Should it be 1 by default, or rather 0?
Hello,
Does anyone know what the following fields mean?
"material_need" field #29 in weapons, #37 in armors <- mirages required to refine
"has_guid" field #215 in weapons, #196 in armors
Also,...
OK, I figured it out. It's field 17 for weapons and 16 for armors ("fixed_props" in ronny's v145 config)
0 - default color
3 - orange
there must be some other colors as well, i haven't checked...
Thanks for that. :) But how come that Ashura: Destroyer (id 31448) is colored even though there's no entry in item_colors.txt nor any color code in it's name (it's just "Ashura: Destroyer", all...
How are item colors determined?
For example, you can see these two orange weapons:
Perfect World Item Database - Ashura: Destroyer (
Ashura: Destroyer )
Perfect World Item Database - Samsara...
hi, have you managed to solve the problem?
could you write something more about it?
//EDIT
solved by replacing main world files from other 1.5.3 package: ...