[CD3.55] possible o have more than 2 walls?

Join Discord

dagras

LOMCN Veteran
Veteran
Feb 6, 2011
282
3
44
i made another wall to be applied for war as well as having sabuk and taosung.

all works well apply for war...item taken and war date says 3 days time but never announces.i log off and go back and wall has not been applied for ...

any ideas or is not possible to have 3 walls?
 

MaxRau

Dedicated Member
Dedicated Member
Jul 29, 2011
58
0
33
m8 if im not wrong, it it not possible to have more than 2 walls working, at least not as u want it to be, thats what ive heard a long time ago
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
Yes it's possible to script a faximili of the wall system, though not with all the features, ie- wall name after character name.
 
Upvote 0

CODLOM3

Dedicated Member
Dedicated Member
Mar 5, 2013
14
1
29
Can delete Master-Student system -> add a (CityName).

http://www.lomcn.co.uk/forum/showthread.php?76828-User-Titles-in-Replace-of-Master-Student


And apply system to take a flag, with SQL.

#IF
EQUAL A1 ""
#ACT
MOV A1 %GUILDNAME
"SCRIPT SQL ADD"
BREAK


#IF
EQUAL A1 "%GUILDNAME"
#SAY
You have the guild flag\\
#ACT
BREAK


#IF
#SAY
For take the flag you need: {FCOLOR/1} ...........{FCOLOR/12}\

- <Take/@Take>\


[@Take]
#IF
#ACT
MOV A1 %GUILDNAME
"SQL SCRIPT SAVE %A1 in FLD".


It is a basical idea for add it, but you need To think and to be employed at it.


If I have helped you can add reputation from me.
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
Treat the flag as either and npc which starts a script or as a mob to kill and use mondie to start a script. That should point you in right direction :)
I did it as a write SQL and created a new table for the wall, writing to it time stamp, guild name, etc. Which I could then interrogate for various other scripts for wall owners use, etc...

Nice idea Codlom3 :)
 
Upvote 0