Jump to content
  • 0

Question||Script column maximum text||possible to increase or not


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

Hi just wanted to know is it possible to increase the text maximum character of the Script Column on ItemDB?

i think 1000 characters is its maximum will i able to make it more than that?

if possible how will i able to do it?

 

thnx in advance

Edited by AinsLord
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can try adjust the limit to higher, not sure if its safe to use, but why would you need more than 1000 characters, you are probably doing something wrong.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

how will i increase it?

#TIA

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

do you absolutely need to increase the maximum text of the script colum? or do you just want to create a function and call it on your itemdb script?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

16 hours ago, Jhedzkie said:

do you absolutely need to increase the maximum text of the script colum? or do you just want to create a function and call it on your itemdb script?

i literally need to increase the maximum text/characters on the script column coz the item script/bonus that i created is morethan 1000 characters ?

i think we have the same issue in this post but i do have different item script/bonus

https://rathena.org/board/topic/126745-itemdb_readdb-invalid-format-script-column-in-line-111/#comment-390465

Edited by AinsLord
more info
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

5 hours ago, AinsLord said:

i literally need to increase the maximum text/characters on the script column coz the item script/bonus that i created is morethan 1000 characters ?

i think we have the same issue in this post but i do have different item script/bonus

https://rathena.org/board/topic/126745-itemdb_readdb-invalid-format-script-column-in-line-111/#comment-390465

yeah. more than 1000 characters. write a function containing your bonus script. call it on your item. won't take you 1000 characters. 

 

 

function	script	F_MyItemBonus	{
// all your 1000+ lines of bonus.
}


/** 
* and on your item
**/
99999,My_Item,My Item,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_MyItemBonus"; },{},{}

I don't see any reason why you can't just use this.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

well lemme try this one thanks ?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...