Please help me editing this code

DiagoMando

Dedicated Member
Dedicated Member
Jul 4, 2010
25
0
27
i wanna make new commands and i want to add @town to move to bichon wall

i wrote this code
after that when i used it i didntget themsg that say[@town is unknown command] put i didnt teleport


[@town]
<town/@town>

@town
#if
#act
mapmove 0125



thanx for reading
 

-Luke-

LOMCN Veteran
Veteran
May 9, 2010
1,508
55
135
In your custom commands folder put this in..

@Town

Then in Qfunction have this..

[@Town]
#ACT
mapmove 1 2 3
BREAK

1 = Mapname
2 = Cord
3 = Cord

Put the correct map name and cords in. and there shouldnt be no problem why this shouldnt work.
 
  • Like
Reactions: PepsiMan
Upvote 0

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
i wanna make new commands and i want to add @town to move to bichon wall

i wrote this code
after that when i used it i didntget themsg that say[@town is unknown command] put i didnt teleport


[@town]
<town/@town>

@town
#if
#act
mapmove 0125



thanx for reading


Here is the @town i recon the spot should be for BW.

[@Town]
#IF
#ACT
Mapmove 0 334 266
SENDMSG 6 "You Are Now At Home_Zone."
Break

:)
 
Upvote 0

DiagoMando

Dedicated Member
Dedicated Member
Jul 4, 2010
25
0
27
Worked :)
thank u all

pls ineed other help

i coded storageorb but i dont know what to write in sql

pls if any one can post a code :)
 
Upvote 0

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,201
61
155
uk
in the database you would put stdmode: 31 and in anicount you would put what ever you added to qfuntion [@StdModeFunc3] would put 3 as an example.
 
Upvote 0

-Luke-

LOMCN Veteran
Veteran
May 9, 2010
1,508
55
135
Worked :)
thank u all

pls ineed other help

i coded storageorb but i dont know what to write in sql

pls if any one can post a code :)

Tbh my advice is dont bother with storage orb mate, as they are people best freind when it comes to camping boss's.

But if you want it heres what you do.

Open QFunction and at the very top you need to have this :

Code:
(@storage @getback)
%100

And this :

Code:
[@StdModeFunc25]
Hello <$USERNAME> What would you like to store?\
<Store/@storage>\
<Withdrawl/@getback>

Number 25 represents the number you put in "anicount" and make sure the StdMode is 31, 31 makes the item disapear when clicked and number 25 runs the QFunction script.
 
Upvote 0