The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change the Player SkillClass
Author Message
AmpereJoule
Journeyman
*

Posts: 59
Likes Given: 7
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #7
RE: How to change the Player SkillClass
Thank you all guys \o\

I made one here and it worked!
Here it is the code:

[ITEMDEF i_pedra_classes]
ID=i_gravestone_18
DEFNAME=i_pedra_classes
NAME=Pedra das Classes
TYPE=t_normal

ON=@CREATE
COLOR=01
ATTR=010

ON=@DCLICK
SRC.SDIALOG D_classes
RETURN 1

[DIALOG D_classes]
0,0
noclose
page 0
resizepic 200 200 2620 500 350
checkertrans 200 200 500 350
dtext 210 210 650 Escolha sua Classe:
dtext 210 280 650 Guerreiro
dtext 210 320 650 Arqueiro
dtext 210 360 650 Mago
button 300 280 025fe 02601 1 0 0
button 300 320 025fe 02601 1 0 1
button 300 360 025fe 02601 1 0 2


[DIALOG D_classes BUTTON]
ON=0 5
IF !(<ARGN>)
src.skillclass=Class_guerreiro
GO britain
ELIF (<ARGN>==1)
src.skillclass=Class_arqueiro
GO britain
ELIF (<ARGN>==2)
src.skillclass=Class_mago
GO britain
ENDIF

Now I got three other problems:
1- I can only use the .scp (script files) that already has in the folders; (because when I make a new one the sphere does not read it o.o)
2- I want that every player borns at "Green Acres 3 (6126,1863)" Where do I change it?
3- My Axis isn't working right, I can barely use the "Travel" tab. The "Spawns" tab has nothing to use |:. Does anyone know what can I do?

PS: the Settings Folders that the Axis is "searching" his things are the Ultime Online Folders (C:\Program Files (x86)\EA Games\Ultima Online Mondain's Legacy\)
(This post was last modified: 12-17-2012 01:47 AM by AmpereJoule.)
12-17-2012 01:44 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to change the Player SkillClass - AmpereJoule - 12-17-2012 01:44 AM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)