Jump to content

  •  

ozwell

Member Since 05 Feb 2016
Offline Last Active Apr 07 2016 02:19 PM
-----

Posts I've Made

In Topic: elemental card dont give effect

17 March 2016 - 06:54 AM

uhhh...

 

go into your item_db and search for this?

 

 

Id: 4069
    AegisName: "Drainliar_Card"
    Name: "Drainliar Card"
    Type: 6
    Buy: 20
    Weight: 10
    Loc: 2
    Script: <" bonus2 bAddEle,Ele_Water,20; ">

 

Id: 4049
    AegisName: "Vadon_Card"
    Name: "Vadon Card"
    Type: 6
    Buy: 20
    Weight: 10
    Loc: 2
    Script: <" bonus2 bAddEle,Ele_Fire,20; ">

 

if it looks exactly like that then it is working. the bonus only applies to physical damage and does not apply to cart term/magic

 

same like this. but dont have bonus to physical damage.

i already try.

 

this my config

 


In Topic: how to check password kafra storage?

05 March 2016 - 06:40 PM

okay find it !

at acc_reg_num #kafra_code

thanks you :D


In Topic: how to check password kafra storage?

01 March 2016 - 07:15 PM

Kafra storage password is saved inside '#kafra_code' variable, you can check it ingame on GM character using:

#set <Player Name> #kafra_code

okay thanks you

if kafra code to in what table? if want check :)


In Topic: how to fix this error kafra?

20 February 2016 - 06:19 AM

That's definitely msgstringtable error, which is client side

Your clue: the title bar suppose to be "Storage", not "Item Inven" and Armor and Weapon tab is the otherway around.

Here's my storage view:

7648cc6d51ee01aa3aad07c871a9846a.png

 

I suggest you get a new one form https://github.com/ROClientSide

 

okay thanks you

i will try


In Topic: how to make notice board ?

07 February 2016 - 05:37 PM

@ozwell

 

isn't that a cutin script?

 

cutin "<filename>",<position>

 

    0 - bottom left corner
    1 - bottom middle
    2 - bottom right corner
    3 - middle of screen in a movable window with an empty title bar
    4 - middle of screen without the window header, but still movable

 

most likely, he's using position 3

ya i must edit at where?

sorry newbie >_<