You are Sifu the beginner (neutral). You are a level 3 Orc Explorer. Your native town is Town, and you are agnostic in faith. You have solved one quest, and have two titles. You were born on the 8th day of Ketralki, year 97. (18 years old) You have five training points. You are feeling brave. You are starving! You are parched and sober. You require 51 more experience points to advance.
here is score.c
static void create() { daemon::create(); SetNoClean(1); SetHelp("Syntax: score\n\n" "Displays information about your character.\n" "See also: stat, status, env"); }
okk sory for it Dead Souls, i read http://dead-souls.net/docs/manual/ many times… i understand QCS but i ame trying to use sory for my english. thanks anyway
okk sory for it Dead Souls, i read http://dead-souls.net/docs/manual/ many times… i understand QCS but i ame trying to use sory for my english. thanks anyway
Ok.
You will have to keep trying on your own.
I will give you a good clue.
Do not modify score.
Modify stat.
Change that command until it looks the way you want.
Nobody here will do it for you.
You have to learn to do it yourself.
To find where the stat command is, type: which stat
:) i ame new about dead souls but i like it . and i ame trying to understand smthing, QCS is perfect , i ame learning step by step some times i have some question and readin again again…. i thing 2-3 mounth i can understand exactly.. i have many idea but first i ame trying some easy coding .. thanks for helping, some mny questins asking u sory for that,,. thanks for dead souls cod it is very usefull and goodd
You are Sifu the beginner (neutral).
You are a level 3 Orc Explorer.
Your native town is Town, and you are agnostic in faith.
You have solved one quest, and have two titles.
You were born on the 8th day of Ketralki, year 97. (18 years old)
You have five training points.
You are feeling brave.
You are starving!
You are parched and sober.
You require 51 more experience points to advance.
here is score.c
lets tryto change this table like;
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/~~\
| Sifu < TiTLE OF THE CHAR > | |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|___/
| You are 30 years old ( 1 hours). You are young. |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|
| Level: … | Str: 21(32/32) | Religion : Atheist |
| Race : ……. | Dra: 20(32/32) | Practice : 7 |
| Sex : …… | Wis: 17(……..) | Train : 1 |
| Class: ……. | Speed: 21(…… Quest Pnts: 0 |
| Sub : ……… | Coord: 13(…..13) | Quest Time: 0 |
| Align: …………… | Cha: 18(…….18)
Agi: Wimpy : 0 |
|+—+—+—+—+- –+—+—+—+—+—+—+—+—+—+—+—+|
| You are hungry. |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|
| Items Carried : 20/40 | Hitroll : 6 |
| Weight Carried: 453/4625 | Damroll : 7 |
| Gold : 0 | |
| Silver : 235 | HitP: 70 / 70 |
| Current exp : 6948 | Mana: 159 / 159 |
| Exp to level : 902 | Move: 126 / 126 |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|
| Hit gain : 0 | Mana gain: 1 | Move gain: 0 |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|
| Armor vs magic : 40 | Neck : OK |
| Armor vs bash : 23 | Left Arm : OK |
| Armor vs pierce : 25 | Right Arm: OK |
| Armor vs slash : 23 | Legs : OK |
| Saves vs Spell : 0 | |
|+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+|
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/___|
\________________________________________________________________\__/
vs.vs.vs
this. can we make it.. or how can we do
edit: Code tags added - Dean