Server Info:
Max Base Level: 254
Max Job Level : 70
Max Stats: 255
Pre-renewal
Transcendent class only
Now I need help/suggestions on how much skill points should I give the character so they can only set 1 skill to it's max level?
Like if the job is Sinx
If the sinx chose to be a dual...
Can anyone create an npc script for me that shows the top 10 pk killers. I just don't know how to script using query_sql.
The variable of the point is #PK_Points(account based) and the npc will also show the character names of the account
This is the explanation of the picture below
[ Top 10...
How to check permanent account variable using query?
I wanted to check how much #PK_Points does a player have using bindatcmd but i don't know how to use query_sql
command: @checkpkpoints <player name> // Tried to create this script but I got errors xD
if ( set( .@nb, query_sql("SELECT...
How can I create a script the works like 'The higher the points, the higher the chance'
Let's say if you have higher '#CASHPOINTS' you will have a higher chance to get an item when you click an npc.
I'm confused on how will I put it using using 'rand' or whatever.
Thanks in advance!
May I request this source coz I can't make it on my own..
getequipbound <equipment slot>;
It returns the bound type of the currently equipped item.
0 - Equipment is not bounded
1 - Account Bound
2 - Guild Bound
3 - Party Bound
4 - Character Bound
I will use this to my custom pvp...
i'm trying to create a custom script command that checks if the currently equipped item is 'tradable' or 'untradable(either it is 'bounded' or has the 'notrade' flag)'
I comeup with my own script but it doesn't work. I don't know how can I declare the itemdb_cantrade :/
I have hunch that it...
I need help to locate this part of source that triggers:
1) After clicking Character Select Button
- I was about to create an npc script that is triggered AFTER clicking Character Select Button but BEFORE going to the Character Select Screen.
I just need to know which one and which part of...
Can anybody help me do this?
I wanted to create a killable command by not using it as atcommand since my custom npc script will repeatedly use @killable and I got no way to detect if it's 'on' or 'off'.
I was thinking to make a custom_script command with this format ==> killable...
I'm currently using 'addtimer' attach to a character that reduces a permanent account variable every minute.
I was just wondering if the timer automatically resets and stop when the player logged out? or do I have to use 'deltimer' attach on OnPCLogoutEvent?
Here's the script that im using:
-...
Okay, I intentionally added an item with less than overcharged selling price.
Now I was thinking if I can get rid of the warnings that appear by adding the item id to the source so it won't show the warning even if these 'ids' are less than overcharged selling price.
For example, if I set the...
I wanted to add the 'blue animation' to my Fish Slice.
The blue animation that appears when consuming Yggdrasil Berry.
Where can I edit the files so when consuming fish slice the blue animation will also appear?
Is this the right place where to post this? Please just move this if i'm wrong. I...
Alright. Thanks @@Dastgir.. Anyway can you tell me why the src doesn't return mobs/monsters ids?
@useskilltarget doesn't work well on mobs/monsters. It returns numbers but not the ID of mobs/monsters you casted the skill.
I've added OnPCUseSkillEvent and I was wondering If I really need to add the lua files, .spr and .bmp files to prevent errors?
And if yes, does anyone still have these files? Since already deleted in mediafire.
Thanks!
I've added this OnPCUseSkillEvent. Now do I need to change it's skill id 3001 and 3002 since kagerou and oboro already used that skill id?
Or Can I just leave it as it is?
From Eathena:
3000,15,6,1,0,0,0,9,1,no,0,0x0,0,none,0...
I've added the patch OnPCUseSkillEvent and modified GoWarpDelay(which only triggers on players vs players)
Now im trying to tick the gowarpdelay using an npc script triggered by OnPCUseSkillEvent. is that possible?
Example:
OnPCUseSkillEvent: if( @useskilltarget == 1002 ) { // If a skill...
Is there anyway to return the Mini item description window?
I'm using 2013-12-23 client and I have this huge item description window.
This is my current item desc window:
And I wanted it to be like this:
Is there anyway to do that? Thanks in advance!
Has anyone experienced this on windows 10? Whenever I used the 'reins of mount'(12622) my client crashes.
But I tried to login on windows 7 it doesn't crash. Im using 2013-12-23 client.
Is it possible to increase monsters/mobs HP on one map only or specified map?
for example monsters/mobs on abbey02 has 200% increase in HP. All monsters on abbey02 will increase their hp by 200% but when spawned outside abbey02 they will have their normal hp.
Thanks in advance!