[Holley] Holley3.55 Tutorials

Join Discord

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
cooltext707390705.jpg

Hey, Welcome To Mirthology Tutorials.

i will be giving you Toturials/Scripts to add to your server, if you want me to make you one or custumize one( if i can ) i will gladly help.

if i have not done a tutorial for your need, please Request and ill try my best.

All tutorials will be added onto my forum and links will be posted on here. ( saves me from having to make multiple posts on here and spamming.)

Mud3 Files (all CD errors have been found and removed ) = Hotfile is not working for me atm. i will upload tommorow

D-Menu Custumization. = http://thelegendofmir3.hi2.ro/viewtopic.php?f=14&t=3141&p=3339#p3339
FamePoint NPC = http://thelegendofmir3.hi2.ro/viewtopic.php?f=13&t=3142
CheckItemW Numbers = http://thelegendofmir3.hi2.ro/viewtopic.php?f=13&t=3143

To be added =
Monai Commands
Famepoints Exchange for items.
SQL Codes for bigger potions. ( i will make them upto 3k HP/MP )
Manual item scripts.
Event Scrolls. / Event NPC
Video on how to Setup IPs to make server live. (including Portforwarding too)

These will be added withing the next few days

Kind Regards. Ben.

P.S if any of this may help you in anyway, please +rep.
 
Last edited:
  • Like
Reactions: aleano

taifun

Dedicated Member
Dedicated Member
Jan 7, 2012
461
11
44
Romania
ty for tha release

you make make a tutorial how to setup a server for those who dont know?
 

Zisha

Dedicated Member
Dedicated Member
Feb 23, 2012
165
5
44
Your FameBox is crap , use variables friend.

Change(Itemname,quantiti,etchange)

[()Change]
ETZ...
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
as Zisha stated i shud use Varieables( what ever they are) i learnt this tonight when i got bored :P..

Code:
#SAY
{FCOLOR/10}Hello{FCOLOR/12} {FCOLOR/1}<$USERNAME>{FCOLOR/12}{FCOLOR/10} Here you can Exchange\
 FameBoxes to FamePoints\{FCOLOR/12}

<FameBox(100)/@Get(FameBox(100),1000>\
<FameBox(300)/@Get(FameBox(300),3000>\
<FameBox(500)/@Get(FameBox(500),5000>\
<FameBox(750)/@Get(FameBox(750),7500>\
<FameBox(1000)/@Get(FameBox(1000),10000>\

[@Get()]
#ACT
mov A4 %ARG(1)
mov D2 %ARG(2)
goto @Next

[@Next]
#ACT
Take %A4
INC D4 %D2
SETFAME %D4
Sysmsg "You Gained <$OUTPUT(D2)> FamePoints"

Thanks Ben.
 

Zisha

Dedicated Member
Dedicated Member
Feb 23, 2012
165
5
44
#SAY
{FCOLOR/10}Hello{FCOLOR/12} {FCOLOR/1}<$USERNAME>{FCOLOR/12}{FCOLOR/10} Here you can Exchange\
FameBoxes to FamePoints\{FCOLOR/12}

<FameBox(100)/@Get(FameBox(100),1000)>\
<FameBox(300)/@Get(FameBox(300),3000)>\
<FameBox(500)/@Get(FameBox(500),5000)>\
<FameBox(750)/@Get(FameBox(750),7500)>\
<FameBox(1000)/@Get(FameBox(1000),10000)>\

[@Get()]
#ACT
mov A4 %ARG(1)
mov D2 %ARG(2)
goto @Next

[@Next]
#ACT
Take %A4
INC D4 %D2
SETFAME %D4
Sysmsg "You Gained <$OUTPUT(D2)> FamePoints"
sysmsg "Now you have <$OUTPUT(D4)>"


;) , Nice!
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
thanks, ive also got a Delvl System working for this, but tbf i dont know how to make it only let you do 1 delevel once.

this is the First bit ive done,

Code:
[@Main]
#SAY
{FCOLOR/10}Hello{FCOLOR/12} {FCOLOR/1}<$USERNAME>{FCOLOR/12}{FCOLOR/10} Here Is Your Delevels\


<1st-Delvl/@Get(SacraficeNecklace,1,1000,1,>\
<2nd-Delvl/@Get(SacraficeRing,2,2000,2,>\
<3rd-Delvl/@Get(SacraficeBracelet,2,3000,3,>\
<4th-Delvl/@Get(SacraficeBoots,1,4000,4,>\
<5th-Delvl/@Get(SacraficeHelmet,1,5000,5,>\

[@Get()]
#ACT
mov A4 %ARG(1)
mov D2 %ARG(2)
mov D3 %ARG(3)
mov D4 %ARG(4)
goto @Next

[@Next]
#ACT
Give %A4 %D2
HLSCRIPTCMD CHANGELEVEL - %D3
Sysmsg "You Have Completed Delevel-<$OUTPUT(D4)>"
SYSMSG "You Have Gained <$OUTPUT(D2)>-<$OUTPUT(A4)> And Lost <$OUTPUT(D3)> Levels"
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
link for mud3 without errors? :D is missing

sorry about very late delay, im doing it now, be up in couple days.

it also will have --

Market Def - Split into cities( will be very easy to understand for noobs )
Merchant - will have an Example Npc in it for noobies
Backups of Gates ( i have given my gates to people who has servers dont work and it works fine )
A list of IP's that need changing to make it live. and also what gates to open to put server live.

if you want anything else adding to it. reply and qoute what you want.

Thanks Ben.