Jump to content
  • 0

Question

Posted

Hi I just wanna ask if is it possible to rename or add name on my item but "not the owners name" like on the Lupus' Script ITEM NAMER ? like for example .. I want to set the name into "BROKEN" to GMG Item .. The item will be [BROKEN] GIGANTIC MAJESTIC GOAT HELM ... How ? Help thankyou ..The scriipt of item namer is below

Quote

getitem2 .@id,1,1,.@ref,0,254,0,getcharid(0)&0xffff,(getcharid(0)>>16)&0xffff;

 

3 answers to this question

Recommended Posts

  • 0
Posted

hmm, there are actually some hack-attempt that you could try to get this done...

 

execute this SQL to create a dummy character with the char name "[BROKEN]"

INSERT INTO `char` (`char_id`, `account_id`, `char_num`, `name`, `class`, `base_level`, `job_level`, `base_exp`, `job_exp`, `zeny`, `str`, `agi`, `vit`, `int`, `dex`, `luk`, `max_hp`, `hp`, `max_sp`, `sp`, `status_point`, `skill_point`, `option`, `karma`, `manner`, `party_id`, `guild_id`, `pet_id`, `homun_id`, `elemental_id`, `hair`, `hair_color`, `clothes_color`, `body`, `weapon`, `shield`, `head_top`, `head_mid`, `head_bottom`, `robe`, `last_map`, `last_x`, `last_y`, `save_map`, `save_x`, `save_y`, `partner_id`, `online`, `father`, `mother`, `child`, `fame`, `rename`, `delete_date`, `moves`, `unban_time`, `font`, `uniqueitem_counter`, `sex`, `hotkey_rowshift`, `clan_id`, `title_id`, `show_equip`, `last_login`) VALUES (1, 1, 1, '[BROKEN]', 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 40, 40, 11, 11, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'prontera', 155, 181, 'prontera', 155, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'U', 0, 0, 0, 0, '2019-08-25 02:34:01');

then give item using this ..

getitem2 .@id,1,1,.@ref,0,254,0,1&0xffff,(1>>16)&0xffff;

d1JtiPl.png

  • MVP 1
  • 0
Posted

bump anyone ? please thankyou !

Hi I need help on this script 

"getitem2 <id>,1,1,0,0,254,0,getcharid(0) &0xffff, (getcharid(0) >> 16) &0xffff;" 

That script add name on a certain item .. I just need to make the name a FIXED WORD like [NEW] ... The item will be name as (for example JUR) [NEW]Jur

Thankyou

  • 0
Posted
11 hours ago, Emistry said:

hmm, there are actually some hack-attempt that you could try to get this done...

 

execute this SQL to create a dummy character with the char name "[BROKEN]"


INSERT INTO `char` (`char_id`, `account_id`, `char_num`, `name`, `class`, `base_level`, `job_level`, `base_exp`, `job_exp`, `zeny`, `str`, `agi`, `vit`, `int`, `dex`, `luk`, `max_hp`, `hp`, `max_sp`, `sp`, `status_point`, `skill_point`, `option`, `karma`, `manner`, `party_id`, `guild_id`, `pet_id`, `homun_id`, `elemental_id`, `hair`, `hair_color`, `clothes_color`, `body`, `weapon`, `shield`, `head_top`, `head_mid`, `head_bottom`, `robe`, `last_map`, `last_x`, `last_y`, `save_map`, `save_x`, `save_y`, `partner_id`, `online`, `father`, `mother`, `child`, `fame`, `rename`, `delete_date`, `moves`, `unban_time`, `font`, `uniqueitem_counter`, `sex`, `hotkey_rowshift`, `clan_id`, `title_id`, `show_equip`, `last_login`) VALUES (1, 1, 1, '[BROKEN]', 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 40, 40, 11, 11, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'prontera', 155, 181, 'prontera', 155, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'U', 0, 0, 0, 0, '2019-08-25 02:34:01');

then give item using this ..


getitem2 .@id,1,1,.@ref,0,254,0,1&0xffff,(1>>16)&0xffff;

d1JtiPl.png

This one really helps ! I actually made a simple hack using CARD PREFIX name hhahaha ! .. I made a card that has prefix named BROKEN ...but this one is much better thankyou @Emistry

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...