Jump to content
  • 0

Question

12 answers to this question

Recommended Posts

  • 0
Posted

lol multisell for what? For being teleported? It's for exchanging not being teleported x.x

 

I answered you already i think dayhunter..

 

This row means:

Description of the teleport: (dino island)

ID of the teleport (it is used on the html to call the teleport to.... ID): (90000)

loc (x): (26475)

loc (y): (-12129)

loc (z): (-2419)

Price (in adena): (10000)

fornoble (is that a noblesse only teleport?): (0)

 

You have to use int values for the last one (that one you asked), one or zero, zero stands for FALSE, 1 for TRUE...

  • 0
Posted

yep!...

I think the guy wants to change the price needed to tp to a place like dino isle...

anyway...

Change the (10000) with the number you want...

or change the xmls etC

  • 0
Posted

Nope you don't get the point, he wants to change the ADENA USAGE, not THE AMMOUNT x.x

 

And wtf r u all talking about? :P The only way that some1 can do it by changing the XML is to change the exchange XMLs for the scrolls that teleport you to any town, which i don't find it useful x.x I have never seen on a server using the scrolls that you get by exchanging tokens for teleporting around, it is a way retarded :P

  • 0
Posted

DROP TABLE IF EXISTS teleport;

CREATE TABLE teleport (

  Description varchar(75) default NULL,

  id decimal(11,0) NOT NULL default '0',

  loc_x decimal(9,0) default NULL,

  loc_y decimal(9,0) default NULL,

  loc_z decimal(9,0) default NULL,

  price decimal(6,0) default NULL,

  fornoble int(1) NOT NULL default '0',

  PRIMARY KEY  (id)

) TYPE=MyISAM;

this is wha are you talking about killer?

  • 0
Posted

lol dunno how .. u need multisell but it will not work .. so forget it

 

@thevortex What did you say that i didn't read?

 

@dayhunter Yes, but this is the sql command to request to make a table with the following columns and each column with these characteristics... The one you pasted here (first post) is a row from that table...

  • 0
Posted

Wrong Section...

 

A moderator Move this Post In Help Section and Unlock.

 

*Topic Locked*

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock