-
Posts
381 -
Joined
-
Last visited
-
Days Won
28
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by BeWan
-
how to fix izlude map some tiles unwalkable
BeWan replied to fireicesurfer's question in Client-side Support
just update izlude map in mapcache -
Utility: Freebies NPC with Gepard Function (UniqueID)
BeWan replied to BeWan's topic in Utility Script Releases
getitembound 1202,1,Bound_Account; getitembound 1202,1,Bound_Guild; getitembound 1202,1,Bound_Party; getitembound 1202,1,Bound_Char; -
Utility: Freebies NPC with Gepard Function (UniqueID)
BeWan replied to BeWan's topic in Utility Script Releases
can you post the error message? -
Utility: Freebies NPC with Gepard Function (UniqueID)
BeWan replied to BeWan's topic in Utility Script Releases
you need to use different script. cuz as the title says it use gepard function (unique_id) anyway other version of freebies npc. jupe_ele,41,34,5 script Freebies 435,{ if(#freebies1 == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve 1 Krane Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; //ITEM CONFIG getitem 512,1; emotion ET_THX; set #freebies1,1; close; OnInit: waitingroom "Freebies NPC",0; end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion ET_THX; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing Krane-RO !"; emotion ET_STARE; close; } -
Utility: Freebies NPC with Gepard Function (UniqueID)
BeWan replied to BeWan's topic in Utility Script Releases
this is per account already or you want every account can claim even same ip/unique id? -
go to : conf / battle / player.conf // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes
-
all you have to do is paste it in SQL queries.
-
use clean server grf. and try to put palette grf
-
How to edit default weight for my custom jobs.
BeWan replied to noobzter003's question in Source Support
job_db1.txt // Structure of Database://JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HA -
data/texture/effect check this path. maybe you have custom aura file in your grf.
-
post the error message.
-
VIP/Premium ICON status [Is this possible?]
BeWan replied to funtwocrasher's question in Source Requests
yes its possible to add VIP status icon. -
I have Problem with my hairstyles and my palettes(HELP ME)
BeWan replied to Deye0823's question in Graphics Support
install palettes properly. -
do it on loadmap. so if the characters enter in specific map " BG registration map " you have a script that will validate if there's a dual.
-
if you have gepard you can use get unique id if(limit > 2) kick or warp maintown
-
getmapxy .map_self$, .x_self, .y_self, 0; replace 0; to this BL_PC; for item map much better to use this
-
if this feature is enable you need to fill some items in the table. db_roulette
-
try to use getequipid
-
you need to use css for calender or calendar plugins or html <input type="date" id="bday" name="bday">
-
this is the error message: Duplicate column name 'use_existing' check your cp tables
-
[email protected]$ = strcharinfo(3); if ( getmapflag( [email protected]$,mf_pvp ) ) || getmapflag( [email protected]$,mf_gvg ) { dispbottom [email protected]_command$+" failed in PVP/GVG maps"; end; }
-
style = " margin-left: 500px !important; " if you dont have knowledge in css, check this website https://www.w3schools.com/w3css/
-
you need to put wav file for gloria skill
-
go to: conf / battle / skill.conf // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3) // Default on official servers: 1 (for players) gvg_traps_target_all: 1
-
i told you to direct it to the file of the logo.. header.php or etc..